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-08-10T05:29:14.058Z||main|||||INFO|500||The following profiles are active: basic
2022-08-10T05:29:25.821Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-10T05:29:25.822Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-10T05:29:25.970Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-10T05:29:30.137Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-10T05:29:30.519Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-10T05:29:31.031Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-10T05:29:31.035Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-10T05:29:31.187Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-10T05:29:31.380Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-10T05:29:32.091Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-10T05:29:34.061Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-10T05:29:36.316Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-10T05:29:36.376Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-10T05:29:36.990Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-10T05:29:37.218Z||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-08-10T05:29:38.461Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-10T05:29:39.539Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-08-10T05:29:39.573Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$b3d2088f.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-08-10T05:29:39.574Z||main|||||WARN|500||The sdc end point is not alive
2022-08-10T05:29:42.623Z||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-08-10T05:29:45.342Z||main|||||WARN|500||---
2022-08-10T05:29:45.343Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-10T05:29:45.343Z||main|||||WARN|500||---
2022-08-10T05:29:45.773Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-10T05:29:50.384Z||main|||||INFO|500||Started Application in 40.003 seconds (JVM running for 42.912)
2022-08-10T05:29:50.405Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:29:50.408Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:29:50.421Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:29:50.447Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:29:50.488Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f33d6cd-89e9-426c-9f75-9c32a09ea3c1 url= /sdc/v1/artifactTypes
2022-08-10T05:29:50.489Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:29:51.589Z||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.2.221] 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$$61de6f2e.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-08-10T05:29:51.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10ccfb33
2022-08-10T05:29:51.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:29:51.610Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:29:51.613Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:29:51.616Z||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$$61de6f2e.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-08-10T05:30:40.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:30:40.379Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:30:40.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:30:40.383Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:30:40.390Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4754d117-419d-40c9-b754-4a4d185063dc url= /sdc/v1/artifactTypes
2022-08-10T05:30:40.391Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:30:41.416Z||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.2.221] 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$$61de6f2e.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-08-10T05:30:41.417Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5884ea17
2022-08-10T05:30:41.417Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:30:41.417Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:30:41.418Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:30:41.418Z||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$$61de6f2e.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-08-10T05:31:30.380Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:31:30.383Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:31:30.383Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:31:30.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:31:30.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 67fae5c7-592a-45b3-b5ea-6d527802ccb6 url= /sdc/v1/artifactTypes
2022-08-10T05:31:30.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:31:31.427Z||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.2.221] 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$$61de6f2e.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-08-10T05:31:31.429Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70f09330
2022-08-10T05:31:31.429Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:31:31.429Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:31:31.430Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:31:31.431Z||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$$61de6f2e.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-08-10T05:32:20.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:32:20.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:32:20.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:32:20.383Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:32:20.394Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef061eeb-a31d-4429-8b68-cbfb83272c0e url= /sdc/v1/artifactTypes
2022-08-10T05:32:20.395Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:32:21.444Z||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.2.221] 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$$61de6f2e.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-08-10T05:32:21.446Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73efbe2d
2022-08-10T05:32:21.446Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:32:21.446Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:32:21.447Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:32:21.448Z||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$$61de6f2e.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-08-10T05:33:10.379Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:33:10.379Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:33:10.380Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:33:10.383Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:33:10.390Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2865bdf5-c432-4998-8879-dd2a070d23c1 url= /sdc/v1/artifactTypes
2022-08-10T05:33:10.391Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:33:11.461Z||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.2.221] 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$$61de6f2e.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-08-10T05:33:11.462Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b55a6ed
2022-08-10T05:33:11.462Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:33:11.463Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:33:11.463Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:33:11.463Z||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$$61de6f2e.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-08-10T05:34:00.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:34:00.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:34:00.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:34:00.384Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:34:00.393Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0bea2e1d-7eb2-4e89-8725-ac29c41c141f url= /sdc/v1/artifactTypes
2022-08-10T05:34:00.393Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:34:01.412Z||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.2.221] 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$$61de6f2e.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-08-10T05:34:01.413Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1cdb1a73
2022-08-10T05:34:01.413Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:34:01.413Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:34:01.414Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:34:01.414Z||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$$61de6f2e.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-08-10T05:34:50.379Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:34:50.383Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:34:50.383Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:34:50.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:34:50.433Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 749c3e47-7b59-4a84-ad08-f300d5ca3ac3 url= /sdc/v1/artifactTypes
2022-08-10T05:34:50.434Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:34:51.525Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.2.221] 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$$61de6f2e.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-08-10T05:34:51.525Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fe575a7
2022-08-10T05:34:51.526Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:34:51.526Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:34:51.527Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:34:51.529Z||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$$61de6f2e.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-08-10T05:35:40.377Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:35:40.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:35:40.378Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:35:40.382Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:35:40.394Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04064590-7cbd-47c0-8b58-8fa704c9a03b url= /sdc/v1/artifactTypes
2022-08-10T05:35:40.394Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:35:41.446Z||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.2.221] 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$$61de6f2e.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-08-10T05:35:41.446Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10eda6ff
2022-08-10T05:35:41.446Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:35:41.447Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:35:41.447Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:35:41.447Z||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$$61de6f2e.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-08-10T05:36:30.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:36:30.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:36:30.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:36:30.382Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:36:30.391Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28d489a8-1e5d-456a-ab31-731c00c08a80 url= /sdc/v1/artifactTypes
2022-08-10T05:36:30.391Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:36:31.432Z||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.2.221] 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$$61de6f2e.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-08-10T05:36:31.433Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fab2b0
2022-08-10T05:36:31.434Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:36:31.434Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:36:31.435Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:36:31.435Z||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$$61de6f2e.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-08-10T05:37:20.379Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:37:20.381Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:37:20.383Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:37:20.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:37:20.426Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8fff0856-471e-4c59-9bf8-f0478ace8337 url= /sdc/v1/artifactTypes
2022-08-10T05:37:20.427Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:37:21.478Z||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.2.221] 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$$61de6f2e.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-08-10T05:37:21.479Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a7f431c
2022-08-10T05:37:21.480Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:37:21.481Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:37:21.481Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:37:21.482Z||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$$61de6f2e.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-08-10T05:38:10.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:38:10.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:38:10.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:38:10.382Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:38:10.407Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 857fca9e-09b6-4819-84bb-955a98c08708 url= /sdc/v1/artifactTypes
2022-08-10T05:38:10.407Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:38:11.492Z||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.2.221] 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$$61de6f2e.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-08-10T05:38:11.493Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a694441
2022-08-10T05:38:11.493Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:38:11.494Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:38:11.494Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:38:11.494Z||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$$61de6f2e.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-08-10T05:39:00.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:39:00.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:39:00.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:39:00.384Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:39:00.393Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b8573f10-7b52-4137-a52d-bbcc8f55576c url= /sdc/v1/artifactTypes
2022-08-10T05:39:00.393Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:39:01.444Z||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.2.221] 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$$61de6f2e.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-08-10T05:39:01.445Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f6c1a0e
2022-08-10T05:39:01.446Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:39:01.446Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:39:01.447Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:39:01.447Z||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$$61de6f2e.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-08-10T05:39:12.973Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-10T05:39:50.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:39:50.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:39:50.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:39:50.382Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:39:50.404Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b94688d4-a995-4857-9b5c-0fa50a8f74b1 url= /sdc/v1/artifactTypes
2022-08-10T05:39:50.405Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:39:51.460Z||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.2.221] 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$$61de6f2e.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-08-10T05:39:51.461Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6da38903
2022-08-10T05:39:51.462Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:39:51.462Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:39:51.462Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:39:51.463Z||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$$61de6f2e.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-08-10T05:40:40.379Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:40:40.381Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:40:40.382Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:40:40.386Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:40:40.392Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b1ff04d-71d5-4dd2-9b2b-116e3e909cfe url= /sdc/v1/artifactTypes
2022-08-10T05:40:40.392Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:40:41.449Z||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.2.221] 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$$61de6f2e.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-08-10T05:40:41.450Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60638ad9
2022-08-10T05:40:41.450Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:40:41.451Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:40:41.451Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:40:41.452Z||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$$61de6f2e.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-08-10T05:41:30.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:41:30.378Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:41:30.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:41:30.382Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:41:30.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93b896e5-f9e3-43a6-886b-33beb1e6c75b url= /sdc/v1/artifactTypes
2022-08-10T05:41:30.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:41:31.428Z||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.2.221] 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$$61de6f2e.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-08-10T05:41:31.428Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a8d750f
2022-08-10T05:41:31.429Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-10T05:41:31.429Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-10T05:41:31.429Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-10T05:41:31.430Z||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$$61de6f2e.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-08-10T05:42:20.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T05:42:20.379Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T05:42:20.379Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T05:42:20.383Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T05:42:20.414Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 384274e5-9237-473b-aa5c-df58a0b5ca7a url= /sdc/v1/artifactTypes
2022-08-10T05:42:20.414Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-10T05:42:20.650Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-10T05:42:20.661Z||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-08-10T05:42:20.689Z||scheduling-1|||||DEBUG|500||create keys
2022-08-10T05:42:20.697Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-10T05:42:21.291Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:42:21.313Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 932c9255-60bb-4dc4-aeb3-550a37c6f7a9 url= /sdc/v1/registerForDistribution
2022-08-10T05:42:24.072Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 932c9255-60bb-4dc4-aeb3-550a37c6f7a9 url= /sdc/v1/registerForDistribution
2022-08-10T05:42:24.072Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-10T05:42:24.081Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:42:24.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:42:24.088Z||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-08-10T05:42:24.088Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:42:24.088Z||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-08-10T05:42:24.089Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:42:24.088Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-10T05:42:35.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:42:35.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:43:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:43:24.080Z||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-08-10T05:43:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:43:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:43:24.083Z||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-08-10T05:43:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:43:34.209Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:43:34.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:44:24.079Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:44:24.080Z||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-08-10T05:44:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:44:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:44:24.083Z||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-08-10T05:44:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:44:34.152Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:44:34.244Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:45:24.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:45:24.080Z||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-08-10T05:45:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:45:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:45:24.083Z||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-08-10T05:45:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:45:33.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:45:35.277Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:46:24.080Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:46:24.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:46:24.082Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:46:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:46:24.084Z||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-08-10T05:46:24.084Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:46:34.185Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:46:34.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:47:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:47:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:47:24.081Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:47:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:47:24.083Z||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-08-10T05:47:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:47:34.253Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:47:34.349Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:48:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:48:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:48:24.081Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:48:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:48:24.082Z||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-08-10T05:48:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:48:34.278Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:48:34.280Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:49:24.080Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:49:24.081Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:49:24.081Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:49:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:49:24.083Z||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-08-10T05:49:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:49:33.849Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:49:34.399Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:50:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:50:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:50:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:50:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:50:24.082Z||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-08-10T05:50:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:50:34.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:50:34.455Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:51:24.080Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:51:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:51:24.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:51:24.082Z||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-08-10T05:51:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:51:24.082Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:51:34.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:51:34.266Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:52:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:52:24.081Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:52:24.081Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:52:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:52:24.083Z||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-08-10T05:52:24.084Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:52:33.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:52:33.960Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:53:24.081Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:53:24.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:53:24.082Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:53:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:53:24.083Z||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-08-10T05:53:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:53:33.867Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:53:33.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:54:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:54:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:54:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:54:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:54:24.083Z||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-08-10T05:54:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:54:34.391Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:54:34.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:55:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:55:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:55:24.081Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:55:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:55:24.082Z||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-08-10T05:55:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:55:34.170Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:55:34.243Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:56:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:56:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:56:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:56:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:56:24.083Z||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-08-10T05:56:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:56:33.956Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:56:34.362Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:57:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:57:24.081Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:57:24.081Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:57:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:57:24.083Z||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-08-10T05:57:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:57:34.087Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:57:34.153Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:58:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:58:24.081Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:58:24.081Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:58:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:58:24.083Z||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-08-10T05:58:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:58:34.074Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:58:34.077Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:59:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:59:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T05:59:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T05:59:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T05:59:24.082Z||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-08-10T05:59:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T05:59:34.283Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T05:59:34.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:00:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:00:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:00:24.081Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:00:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:00:24.082Z||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-08-10T06:00:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:00:34.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:00:34.506Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:01:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:01:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:01:24.083Z||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-08-10T06:01:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:01:24.083Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:01:24.085Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:01:33.952Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:01:34.567Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:02:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:02:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:02:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:02:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:02:24.082Z||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-08-10T06:02:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:02:34.186Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:02:34.319Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:03:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:03:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:03:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:03:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:03:24.082Z||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-08-10T06:03:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:03:34.022Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:03:34.527Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:04:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:04:24.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:04:24.082Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:04:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:04:24.082Z||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-08-10T06:04:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:04:33.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:04:34.523Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:05:24.080Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:05:24.081Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:05:24.081Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:05:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:05:24.082Z||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-08-10T06:05:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:05:33.842Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:05:34.142Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:06:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:06:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:06:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:06:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:06:24.082Z||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-08-10T06:06:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:06:34.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:06:35.076Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:07:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:07:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:07:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:07:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:07:24.082Z||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-08-10T06:07:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:07:33.998Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:07:34.497Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:08:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:08:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:08:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:08:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:08:24.083Z||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-08-10T06:08:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:08:33.998Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:08:34.471Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:09:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:09:24.081Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:09:24.081Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:09:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:09:24.083Z||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-08-10T06:09:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:09:33.977Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:09:34.043Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:10:24.080Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:10:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:10:24.083Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:10:24.083Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:10:24.083Z||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-08-10T06:10:24.084Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:10:34.099Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:10:34.154Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:11:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:11:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:11:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:11:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:11:24.082Z||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-08-10T06:11:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:11:34.084Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:11:34.523Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:12:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:12:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:12:24.081Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:12:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:12:24.083Z||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-08-10T06:12:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:12:33.967Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:12:34.162Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:13:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:13:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:13:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:13:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:13:24.082Z||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-08-10T06:13:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:13:34.044Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:13:34.430Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:14:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:14:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:14:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:14:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:14:24.083Z||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-08-10T06:14:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:14:34.333Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:14:34.358Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:15:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:15:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:15:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:15:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:15:24.083Z||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-08-10T06:15:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:15:34.064Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:15:34.158Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:16:24.080Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:16:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:16:24.082Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:16:24.082Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:16:24.083Z||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-08-10T06:16:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:16:34.118Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:16:34.129Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:17:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:17:24.081Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:17:24.081Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:17:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:17:24.083Z||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-08-10T06:17:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:17:34.015Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:17:34.665Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:18:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:18:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:18:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:18:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:18:24.082Z||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-08-10T06:18:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:18:34.294Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:18:34.330Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:19:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:19:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T06:19:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T06:19:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:19:24.082Z||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-08-10T06:19:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:19:34.083Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:19:34.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:20:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:20:24.081Z||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-08-10T06:20:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:20:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:20:24.083Z||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-08-10T06:20:24.084Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:20:34.009Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:20:34.151Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:21:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:21:24.080Z||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-08-10T06:21:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:21:24.082Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:21:24.083Z||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-08-10T06:21:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:21:33.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:21:33.976Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:22:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:22:24.080Z||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-08-10T06:22:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:22:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:22:24.082Z||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-08-10T06:22:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:22:34.039Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:22:34.054Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:23:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:23:24.081Z||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-08-10T06:23:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:23:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:23:24.082Z||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-08-10T06:23:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:23:34.142Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:23:34.178Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:24:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:24:24.081Z||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-08-10T06:24:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:24:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:24:24.083Z||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-08-10T06:24:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:24:34.013Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:24:34.302Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:25:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:25:24.080Z||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-08-10T06:25:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:25:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:25:24.082Z||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-08-10T06:25:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:25:34.088Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:25:34.184Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:26:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:26:24.080Z||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-08-10T06:26:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:26:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:26:24.083Z||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-08-10T06:26:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:26:34.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:26:34.252Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:27:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:27:24.081Z||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-08-10T06:27:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:27:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:27:24.082Z||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-08-10T06:27:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:27:34.249Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:27:34.433Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:28:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:28:24.081Z||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-08-10T06:28:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:28:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:28:24.082Z||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-08-10T06:28:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:28:34.250Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:28:34.251Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:29:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:29:24.081Z||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-08-10T06:29:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:29:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:29:24.082Z||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-08-10T06:29:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:29:34.069Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:29:34.158Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:30:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:30:24.080Z||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-08-10T06:30:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:30:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:30:24.082Z||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-08-10T06:30:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:30:34.022Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:30:34.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:31:24.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:31:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:31:24.082Z||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-08-10T06:31:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:31:24.082Z||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-08-10T06:31:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:31:34.236Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:31:34.251Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:32:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:32:24.080Z||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-08-10T06:32:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:32:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:32:24.083Z||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-08-10T06:32:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:32:34.041Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:32:34.075Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:33:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:33:24.080Z||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-08-10T06:33:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:33:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:33:24.082Z||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-08-10T06:33:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:33:34.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:33:34.043Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:34:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:34:24.081Z||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-08-10T06:34:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:34:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:34:24.083Z||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-08-10T06:34:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:34:34.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:34:34.162Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:35:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:35:24.080Z||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-08-10T06:35:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:35:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:35:24.082Z||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-08-10T06:35:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:35:34.146Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:35:34.316Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:36:24.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:36:24.101Z||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-08-10T06:36:24.101Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:36:24.098Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:36:24.106Z||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-08-10T06:36:24.106Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:36:34.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:36:34.769Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:37:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:37:24.081Z||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-08-10T06:37:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:37:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:37:24.083Z||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-08-10T06:37:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:37:33.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:37:34.475Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:38:24.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:38:24.080Z||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-08-10T06:38:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:38:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:38:24.084Z||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-08-10T06:38:24.085Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:38:34.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:38:34.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:39:24.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:39:24.080Z||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-08-10T06:39:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:39:24.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:39:24.096Z||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-08-10T06:39:24.096Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:39:34.361Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:39:34.393Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:40:24.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:40:24.080Z||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-08-10T06:40:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:40:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:40:24.082Z||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-08-10T06:40:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:40:33.827Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:40:34.294Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:41:24.080Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:41:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:41:24.085Z||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-08-10T06:41:24.085Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:41:24.085Z||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-08-10T06:41:24.086Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:41:34.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:41:34.138Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:42:24.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:42:24.081Z||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-08-10T06:42:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:42:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:42:24.083Z||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-08-10T06:42:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:42:33.871Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:42:33.909Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:43:24.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:43:24.080Z||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-08-10T06:43:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:43:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:43:24.082Z||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-08-10T06:43:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:43:33.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:43:33.953Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:44:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:44:24.080Z||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-08-10T06:44:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:44:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:44:24.082Z||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-08-10T06:44:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:44:33.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:44:33.953Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:45:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:45:24.080Z||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-08-10T06:45:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:45:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:45:24.082Z||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-08-10T06:45:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:45:34.244Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:45:34.245Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:46:24.080Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:46:24.082Z||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-08-10T06:46:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:46:24.082Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:46:24.083Z||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-08-10T06:46:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:46:34.466Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:46:34.564Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:47:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:47:24.080Z||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-08-10T06:47:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:47:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:47:24.083Z||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-08-10T06:47:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:47:34.129Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:47:34.131Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:48:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:48:24.080Z||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-08-10T06:48:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:48:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:48:24.082Z||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-08-10T06:48:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:48:34.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:48:34.509Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:49:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:49:24.080Z||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-08-10T06:49:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:49:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:49:24.083Z||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-08-10T06:49:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:49:34.124Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:49:34.179Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:50:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:50:24.080Z||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-08-10T06:50:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:50:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:50:24.082Z||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-08-10T06:50:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:50:33.840Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:50:34.301Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:51:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:51:24.080Z||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-08-10T06:51:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:51:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:51:24.082Z||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-08-10T06:51:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:51:34.097Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:51:34.395Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:52:24.080Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:52:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:52:24.083Z||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-08-10T06:52:24.083Z||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-08-10T06:52:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:52:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:52:34.143Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:52:34.634Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:53:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:53:24.080Z||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-08-10T06:53:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:53:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:53:24.082Z||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-08-10T06:53:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:53:34.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:53:34.247Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:54:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:54:24.080Z||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-08-10T06:54:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:54:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:54:24.082Z||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-08-10T06:54:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:54:33.773Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:54:34.168Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:55:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:55:24.080Z||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-08-10T06:55:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:55:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:55:24.082Z||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-08-10T06:55:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:55:34.145Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:55:34.286Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:56:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:56:24.080Z||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-08-10T06:56:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:56:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:56:24.082Z||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-08-10T06:56:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:56:34.203Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:56:34.265Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:57:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:57:24.080Z||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-08-10T06:57:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:57:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:57:24.083Z||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-08-10T06:57:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:57:33.971Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:57:33.995Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:58:24.080Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:58:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:58:24.083Z||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-08-10T06:58:24.083Z||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-08-10T06:58:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:58:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:58:33.838Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:58:33.864Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:59:24.080Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:59:24.081Z||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-08-10T06:59:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:59:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T06:59:24.083Z||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-08-10T06:59:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T06:59:33.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T06:59:33.989Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:00:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:00:24.080Z||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-08-10T07:00:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:00:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:00:24.082Z||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-08-10T07:00:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:00:34.454Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:00:34.454Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:01:24.080Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:01:24.080Z||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-08-10T07:01:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:01:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:01:24.082Z||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-08-10T07:01:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:01:33.940Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:01:34.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:02:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:02:24.080Z||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-08-10T07:02:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:02:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:02:24.082Z||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-08-10T07:02:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:02:33.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:02:34.264Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:03:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:03:24.080Z||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-08-10T07:03:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:03:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:03:24.083Z||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-08-10T07:03:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:03:34.075Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:03:34.220Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:04:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:04:24.080Z||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-08-10T07:04:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:04:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:04:24.083Z||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-08-10T07:04:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:04:34.260Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:04:34.571Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:05:24.080Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:05:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:05:24.082Z||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-08-10T07:05:24.082Z||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-08-10T07:05:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:05:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:05:34.799Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:05:35.036Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:24.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:06:24.080Z||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-08-10T07:06:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:06:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:06:24.083Z||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-08-10T07:06:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:06:24.806Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:24.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "clamp",
  "timestamp": 1660115163796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "clamp",
  "timestamp": 1660115163796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:06:24.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "clamp",
  "timestamp": 1660115163796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "clamp",
  "timestamp": 1660115163796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115168024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "cds",
  "timestamp": 1660115167675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "clamp",
  "timestamp": 1660115163796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "aai-ml",
  "timestamp": 1660115168207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115168024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:06:24.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "cds",
  "timestamp": 1660115167675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "clamp",
  "timestamp": 1660115163796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115168024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:06:24.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "aai-ml",
  "timestamp": 1660115168207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "cds",
  "timestamp": 1660115167675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "clamp",
  "timestamp": 1660115163796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:06:24.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115168024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "cds",
  "timestamp": 1660115167675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "aai-ml",
  "timestamp": 1660115168207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115171976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115168024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-10T07:06:24.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "cds",
  "timestamp": 1660115167675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "aai-ml",
  "timestamp": 1660115168207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115171976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115168024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "cds",
  "timestamp": 1660115167675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "aai-ml",
  "timestamp": 1660115168207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115171976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115168024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:06:24.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "cds",
  "timestamp": 1660115167675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:06:24.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115171976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "aai-ml",
  "timestamp": 1660115168207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "policy-id",
  "timestamp": 1660115174568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115176877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:06:24.902Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:24.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115171976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "cds",
  "timestamp": 1660115176207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:06:24.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:24.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "aai-ml",
  "timestamp": 1660115168207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:06:24.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "policy-id",
  "timestamp": 1660115174568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115171976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:24.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:24.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:24.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "cds",
  "timestamp": 1660115177238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-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-08-10T07:06:25.029Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:25.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d154b13-b9d3-4aab-b240-a8ed69796e9c","serviceName":"basic_onboard_prKXXY","serviceVersion":"1.0","serviceUUID":"9ddb24a3-3bf2-475e-aca7-54a52c72d076","serviceDescription":"service","serviceInvariantUUID":"81946cdb-819e-4ca5-bebb-2e1d92ec765c","resources":[{"resourceInstanceName":"basic_onboard_prKXXY 0","resourceName":"basic_onboard_prKXXY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8b1d4ac-4b9c-45f1-839e-1a17bcba0261","resourceInvariantUUID":"d84277a8-ca3a-44e1-91da-755419a10b20","resourceCustomizationUUID":"102fb616-1e4d-4b2f-b31b-b0bbbf80ca84","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml","artifactChecksum":"MDNiMjc5MTJlNTg0MzU4ZGY4ZDU1MmJiNTE0NzQ2ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e04fa58-c32c-4f25-9ec3-75fccdf3eddf","artifactVersion":"1"},{"artifactName":"basic_onboard_prkxxy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json","artifactChecksum":"OWZhYWRhMDU1ZDVhNTZkZDQ3ZGQ5M2VjNjY0OGI0NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6589e2a1-ee8a-4e38-99cc-17744ca244f2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"81dcb9f0-6062-4d95-aabe-d8653079a3fd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b891ce20-c65c-4777-84e5-948c2670119d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"354a2cb0-6396-4883-812c-7082d9fd1b59","artifactVersion":"2","generatedFromUUID":"81dcb9f0-6062-4d95-aabe-d8653079a3fd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPrkxxy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml","artifactChecksum":"N2I5ODUwODJlYjA1ODQxZTcxYzYyMWJkZmYwMWFmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b39d43a-b41b-43cb-955e-d0e1be75b293","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPrkxxy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar","artifactChecksum":"NGY0MmM0NTZiNDIzMzQ0N2EyNWFlMDljNjgwMTkwNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c609150-c867-45b5-89f9-db72e5217945","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:06:25.040Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:25.048Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:06:25.062Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:25.062Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:06:25.119Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d154b13-b9d3-4aab-b240-a8ed69796e9c
2022-08-10T07:06:25.142Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d154b13-b9d3-4aab-b240-a8ed69796e9c 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-08-10T07:06:25.162Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-10T07:06:25.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115178063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:06:25.164Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115171976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:25.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:25.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "policy-id",
  "timestamp": 1660115174568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:06:25.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:25.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "aai-ml",
  "timestamp": 1660115177945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:06:25.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "clamp",
  "timestamp": 1660115179209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:06:25.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "policy-id",
  "timestamp": 1660115174568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:25.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:25.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115179768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:06:25.168Z||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-08-10T07:06:25.168Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:25.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "policy-id",
  "timestamp": 1660115174568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:25.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:25.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "clamp",
  "timestamp": 1660115181218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:06:25.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "policy-id",
  "timestamp": 1660115174568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:25.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:25.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115181950,
  "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-08-10T07:06:25.184Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d154b13-b9d3-4aab-b240-a8ed69796e9c
2022-08-10T07:06:25.185Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d154b13-b9d3-4aab-b240-a8ed69796e9c 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-08-10T07:06:25.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "clamp",
  "timestamp": 1660115182231,
  "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-08-10T07:06:25.196Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d154b13-b9d3-4aab-b240-a8ed69796e9c
2022-08-10T07:06:25.196Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d154b13-b9d3-4aab-b240-a8ed69796e9c 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-08-10T07:06:25.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "policy-id",
  "timestamp": 1660115174568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:06:25.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:25.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115182957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:06:25.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "policy-id",
  "timestamp": 1660115182942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:06:25.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:06:25.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:06:25.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115183049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:25.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:06:25.256Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:25.257Z||pool-3-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:26.070Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:26.071Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:26.074Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:26.074Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:06:26.174Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:26.175Z||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-08-10T07:06:26.175Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:26.289Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:26.290Z||pool-4-thread-1|||||INFO|500||cambria reply ok (116 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:06:27.074Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:27.076Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:27.078Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:27.079Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:06:27.179Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:27.179Z||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-08-10T07:06:27.180Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:27.345Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:27.346Z||pool-5-thread-1|||||INFO|500||cambria reply ok (167 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:28.079Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:28.080Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:28.082Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:28.082Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:28.182Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:06:28.183Z||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-08-10T07:06:28.183Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:28.278Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:28.279Z||pool-6-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":9,"count":1}
2022-08-10T07:06:29.083Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:29.084Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:29.086Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:29.087Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-10T07:06:29.186Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:06:29.187Z||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-08-10T07:06:29.188Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:29.357Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:29.358Z||pool-7-thread-1|||||INFO|500||cambria reply ok (171 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:30.087Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:30.088Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:30.091Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:30.091Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:06:30.191Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:30.192Z||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-08-10T07:06:30.192Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:30.341Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:30.342Z||pool-8-thread-1|||||INFO|500||cambria reply ok (151 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:06:31.091Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:06:31.093Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:31.095Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:31.095Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:06:31.195Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:31.196Z||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-08-10T07:06:31.196Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:32.133Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:32.134Z||pool-9-thread-1|||||INFO|500||cambria reply ok (938 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:32.136Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "serviceName": "basic_onboard_prKXXY",
  "serviceVersion": "1.0",
  "serviceUUID": "9ddb24a3-3bf2-475e-aca7-54a52c72d076",
  "serviceDescription": "service",
  "serviceInvariantUUID": "81946cdb-819e-4ca5-bebb-2e1d92ec765c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_prKXXY 0",
      "resourceCustomizationUUID": "102fb616-1e4d-4b2f-b31b-b0bbbf80ca84",
      "resourceName": "basic_onboard_prKXXY",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f8b1d4ac-4b9c-45f1-839e-1a17bcba0261",
      "resourceInvariantUUID": "d84277a8-ca3a-44e1-91da-755419a10b20",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_prkxxy0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
          "artifactChecksum": "OWZhYWRhMDU1ZDVhNTZkZDQ3ZGQ5M2VjNjY0OGI0NmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6589e2a1-ee8a-4e38-99cc-17744ca244f2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "81dcb9f0-6062-4d95-aabe-d8653079a3fd",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "354a2cb0-6396-4883-812c-7082d9fd1b59",
            "generatedFromUUID": "81dcb9f0-6062-4d95-aabe-d8653079a3fd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "354a2cb0-6396-4883-812c-7082d9fd1b59",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPrkxxy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
      "artifactChecksum": "NGY0MmM0NTZiNDIzMzQ0N2EyNWFlMDljNjgwMTkwNjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c609150-c867-45b5-89f9-db72e5217945"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:06:32.137Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:06:32.137Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ddb24a3-3bf2-475e-aca7-54a52c72d076 ASDC
2022-08-10T07:06:32.374Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3d154b13-b9d3-4aab-b240-a8ed69796e9c
ServiceName:basic_onboard_prKXXY
ServiceVersion:1.0
ServiceUUID:9ddb24a3-3bf2-475e-aca7-54a52c72d076
ServiceInvariantUUID:81946cdb-819e-4ca5-bebb-2e1d92ec765c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPrkxxy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar
ArtifactUUID:5c609150-c867-45b5-89f9-db72e5217945
ArtifactChecksum:NGY0MmM0NTZiNDIzMzQ0N2EyNWFlMDljNjgwMTkwNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_prKXXY 0
ResourceCustomizationUUID:102fb616-1e4d-4b2f-b31b-b0bbbf80ca84
ResourceInvariantUUID:d84277a8-ca3a-44e1-91da-755419a10b20
ResourceName:basic_onboard_prKXXY
ResourceType:VF
ResourceUUID:f8b1d4ac-4b9c-45f1-839e-1a17bcba0261
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_prkxxy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json
ArtifactUUID:6589e2a1-ee8a-4e38-99cc-17744ca244f2
ArtifactChecksum:OWZhYWRhMDU1ZDVhNTZkZDQ3ZGQ5M2VjNjY0OGI0NmI=
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/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:81dcb9f0-6062-4d95-aabe-d8653079a3fd
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/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env
ArtifactUUID:354a2cb0-6396-4883-812c-7082d9fd1b59
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/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env
ArtifactUUID:354a2cb0-6396-4883-812c-7082d9fd1b59
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-10T07:06:32.375Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ddb24a3-3bf2-475e-aca7-54a52c72d076 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-08-10T07:06:32.428Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:06:32.429Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-10T07:06:32.431Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-10T07:06:32.432Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5c609150-c867-45b5-89f9-db72e5217945 from URL: /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:32.432Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-10T07:06:32.433Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:32.598Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-10T07:06:32.611Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar 5c609150-c867-45b5-89f9-db72e5217945 75624
2022-08-10T07:06:32.612Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar ASDC sendASDCNotification
2022-08-10T07:06:32.613Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:32.613Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:06:32.614Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:32.616Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:32.616Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115192612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:06:32.716Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:32.717Z||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-08-10T07:06:32.717Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:32.877Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:32.878Z||pool-10-thread-1|||||INFO|500||cambria reply ok (161 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:33.617Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:06:33.618Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-10T07:06:33.618Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5c609150-c867-45b5-89f9-db72e5217945, URL: /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar to file: /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:33.619Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:33.722Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:33.722Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:34.332Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15875021450131044624/Definitions/service-BasicOnboardPrkxxy-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-08-10T07:06:36.314Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:06:36.318Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-10T07:06:36.318Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||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-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_prKXXY 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-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||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-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.319Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.320Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||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-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:36.320Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-10T07:06:36.326Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:36.327Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.331Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:36.331Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-10T07:06:36.332Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:06:36.334Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:36.334Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.335Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:36.335Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-10T07:06:36.335Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:06:36.335Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:36.335Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.338Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:36.339Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is not matching search criteria
2022-08-10T07:06:36.339Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-10T07:06:36.339Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-10T07:06:36.339Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-10T07:06:36.339Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-10T07:06:36.339Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T07:06:36.340Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:36.340Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:06:36.341Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:36.341Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:36.341Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:06:36.342Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:36.342Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:36.342Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:06:36.342Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:36.342Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:36.343Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:06:36.343Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:36.343Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is not matching search criteria
2022-08-10T07:06:36.343Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-10T07:06:36.343Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-10T07:06:36.343Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=90b0a931-e74a-4022-895e-f5242c7ce100
2022-08-10T07:06:36.344Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:36.344Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.344Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:36.344Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.344Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:36.344Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.345Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:36.345Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:36.345Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_prKXXY
Description:service
Model UUID:9ddb24a3-3bf2-475e-aca7-54a52c72d076
Model Version:NULL
Model InvariantUuid:81946cdb-819e-4ca5-bebb-2e1d92ec765c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_prKXXY
Model UUID:9b6cad95-8e47-4c2c-a90a-3d5ca39eb38d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d84277a8-ca3a-44e1-91da-755419a10b20
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:102fb616-1e4d-4b2f-b31b-b0bbbf80ca84
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fe149c12-7f91-4401-827e-dd1fae513e37
ModelName:BasicOnboardPrkxxy..base_ubuntu18..module-0
ModelUuid:235a7c83-9426-4c67-881c-cbde86caa799
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:90b0a931-e74a-4022-895e-f5242c7ce100
ModelInvariantUuid:aa72c912-cc28-4fa4-9265-9417e6e1df83
ModelName:basic_onboard_prKXXY-nodes.ubuntu18Cvfc
ModelUuid:63bd2b87-2a0b-4be8-82bf-3ba1c40d942f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b304f57e-e6b6-4c23-bfd5-b579b0360aa1
ModelInvariantUuid:d0c30e00-db63-4064-a461-9c6d40d0bc33
ModelName:BasicOnboardPrkxxy.compute.nodes.heat.ubuntu18
ModelUuid:42d12a80-a827-466d-af62-997664818ea9
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-08-10T07:06:36.352Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f8b1d4ac-4b9c-45f1-839e-1a17bcba0261
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:06:36.444Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||basic_onboard_prKXXY 0
2022-08-10T07:06:36.451Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f8b1d4ac-4b9c-45f1-839e-1a17bcba0261
2022-08-10T07:06:36.451Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6589e2a1-ee8a-4e38-99cc-17744ca244f2 from URL: /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json
2022-08-10T07:06:36.451Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-10T07:06:36.451Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json
2022-08-10T07:06:36.603Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-10T07:06:36.604Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json 6589e2a1-ee8a-4e38-99cc-17744ca244f2 798
2022-08-10T07:06:36.604Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json ASDC sendASDCNotification
2022-08-10T07:06:36.605Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json
2022-08-10T07:06:36.605Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:06:36.605Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:36.607Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:36.607Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115196604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:06:36.707Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:36.710Z||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-08-10T07:06:36.710Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:36.768Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:36.768Z||pool-11-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:37.609Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPrkxxy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fe149c12-7f91-4401-827e-dd1fae513e37",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "235a7c83-9426-4c67-881c-cbde86caa799",
    "vfModuleModelCustomizationUUID": "d4606177-fba0-468b-b381-c7cb0ed82e7e",
    "isBase": true,
    "artifacts": [
      "81dcb9f0-6062-4d95-aabe-d8653079a3fd",
      "354a2cb0-6396-4883-812c-7082d9fd1b59"
    ],
    "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-08-10T07:06:37.624Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPrkxxy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:235a7c83-9426-4c67-881c-cbde86caa799
VfModuleModelInvariantUUID:fe149c12-7f91-4401-827e-dd1fae513e37
VfModuleModelDescription:NULL
Artifacts UUID List:{
81dcb9f0-6062-4d95-aabe-d8653079a3fd
,
354a2cb0-6396-4883-812c-7082d9fd1b59

}
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-08-10T07:06:37.627Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPrkxxy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fe149c12-7f91-4401-827e-dd1fae513e37",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "235a7c83-9426-4c67-881c-cbde86caa799",
    "vfModuleModelCustomizationUUID": "d4606177-fba0-468b-b381-c7cb0ed82e7e",
    "isBase": true,
    "artifacts": [
      "81dcb9f0-6062-4d95-aabe-d8653079a3fd",
      "354a2cb0-6396-4883-812c-7082d9fd1b59"
    ],
    "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-08-10T07:06:37.627Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPrkxxy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:235a7c83-9426-4c67-881c-cbde86caa799
VfModuleModelInvariantUUID:fe149c12-7f91-4401-827e-dd1fae513e37
VfModuleModelDescription:NULL
Artifacts UUID List:{
81dcb9f0-6062-4d95-aabe-d8653079a3fd
,
354a2cb0-6396-4883-812c-7082d9fd1b59

}
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-08-10T07:06:37.627Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 81dcb9f0-6062-4d95-aabe-d8653079a3fd from URL: /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml
2022-08-10T07:06:37.628Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-10T07:06:37.628Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml
2022-08-10T07:06:37.829Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-10T07:06:37.829Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml 81dcb9f0-6062-4d95-aabe-d8653079a3fd 5033
2022-08-10T07:06:37.830Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-10T07:06:37.830Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml
2022-08-10T07:06:37.830Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:06:37.831Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:37.835Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:37.836Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115197830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:06:37.934Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-10T07:06:37.935Z||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-08-10T07:06:37.935Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:38.053Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:38.054Z||pool-12-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:06:38.837Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 354a2cb0-6396-4883-812c-7082d9fd1b59 from URL: /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env
2022-08-10T07:06:38.837Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-10T07:06:38.838Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env
2022-08-10T07:06:39.199Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-10T07:06:39.200Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env 354a2cb0-6396-4883-812c-7082d9fd1b59 909
2022-08-10T07:06:39.200Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-10T07:06:39.200Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env
2022-08-10T07:06:39.200Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:06:39.201Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:39.202Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:39.203Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115199200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:06:39.303Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:39.304Z||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-08-10T07:06:39.304Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:39.452Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:39.453Z||pool-13-thread-1|||||INFO|500||cambria reply ok (150 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:40.203Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9ddb24a3-3bf2-475e-aca7-54a52c72d076
2022-08-10T07:06:40.204Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_prKXXY 0 f8b1d4ac-4b9c-45f1-839e-1a17bcba0261 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-08-10T07:06:40.236Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cbda7f7, org.onap.sdc.toscaparser.api.parameters.Input@6b34c5fc, org.onap.sdc.toscaparser.api.parameters.Input@22e9be84, org.onap.sdc.toscaparser.api.parameters.Input@101712a5, org.onap.sdc.toscaparser.api.parameters.Input@71749d4f]
2022-08-10T07:06:40.240Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.241Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.241Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-08-10T07:06:40.242Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 102fb616-1e4d-4b2f-b31b-b0bbbf80ca84
2022-08-10T07:06:40.242Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 102fb616-1e4d-4b2f-b31b-b0bbbf80ca84 matches Tosca VF Customization UUID: 102fb616-1e4d-4b2f-b31b-b0bbbf80ca84
2022-08-10T07:06:40.242Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 102fb616-1e4d-4b2f-b31b-b0bbbf80ca84  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-08-10T07:06:40.250Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.250Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.252Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 102fb616-1e4d-4b2f-b31b-b0bbbf80ca84: {\"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-08-10T07:06:40.252Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5399fe43
2022-08-10T07:06:40.253Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.253Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:06:40.254Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d4606177-fba0-468b-b381-c7cb0ed82e7e
2022-08-10T07:06:40.255Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d4606177-fba0-468b-b381-c7cb0ed82e7e
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-08-10T07:06:40.262Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.263Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:40.263Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:06:40.264Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.265Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:40.265Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:06:40.266Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.266Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is not matching search criteria
2022-08-10T07:06:40.266Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-10T07:06:40.267Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-10T07:06:40.267Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=90b0a931-e74a-4022-895e-f5242c7ce100
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-08-10T07:06:40.277Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.277Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:40.278Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:06:40.278Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.278Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_prKXXY 0 is matching search criteria
2022-08-10T07:06:40.279Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_prKXXY 0] matching following query criteria: sdcType=VF, customizationUUID=102fb616-1e4d-4b2f-b31b-b0bbbf80ca84
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:06:40.281Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.281Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.282Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9ddb24a3-3bf2-475e-aca7-54a52c72d076: basic_onboard_prKXXY
2022-08-10T07:06:40.282Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.282Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.283Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.283Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.284Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.285Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.285Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.285Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.286Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:06:40.286Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_prKXXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:06:40.287Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_prKXXY 
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-08-10T07:06:40.439Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_prKXXY f8b1d4ac-4b9c-45f1-839e-1a17bcba0261 1 ASDC deployResourceStructure
2022-08-10T07:06:40.439Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json ASDC sendASDCNotification
2022-08-10T07:06:40.440Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json
2022-08-10T07:06:40.440Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:06:40.440Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:40.442Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:40.442Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115200439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:06:40.542Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:40.544Z||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-08-10T07:06:40.544Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:40.671Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:40.672Z||pool-14-thread-1|||||INFO|500||cambria reply ok (129 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:06:41.443Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-10T07:06:41.444Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml
2022-08-10T07:06:41.444Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:06:41.444Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:41.446Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:41.446Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115201443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:06:41.546Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:06:41.549Z||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-08-10T07:06:41.550Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:41.681Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:41.682Z||pool-15-thread-1|||||INFO|500||cambria reply ok (133 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:06:42.447Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-10T07:06:42.447Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env
2022-08-10T07:06:42.447Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:06:42.448Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:42.465Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:42.466Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115202446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:06:42.550Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-08-10T07:06:42.551Z||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-08-10T07:06:42.551Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:42.970Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:42.970Z||pool-16-thread-1|||||INFO|500||cambria reply ok (420 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:06:43.466Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar ASDC sendASDCNotification
2022-08-10T07:06:43.467Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar
2022-08-10T07:06:43.467Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:06:43.468Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:06:43.469Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:06:43.469Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115203466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:06:43.570Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:06:43.571Z||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-08-10T07:06:43.571Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:06:44.065Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:06:44.066Z||pool-17-thread-1|||||INFO|500||cambria reply ok (496 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:06:44.471Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:06:44.491Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:06:44.493Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:06:44.493Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:06:44.493Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:07:14.494Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:07:14.503Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:07:14.507Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:07:14.507Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:07:14.507Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:07:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:07:24.083Z||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-08-10T07:07:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:07:24.264Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:07:24.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:07:24.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "policy-id",
  "timestamp": 1660115183954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:07:24.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:07:44.508Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:07:44.516Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:07:44.519Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:07:44.519Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:07:44.519Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:08:14.519Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:08:14.533Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:08:14.535Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:08:14.535Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:08:14.535Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:08:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:08:24.083Z||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-08-10T07:08:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:08:24.359Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:08:24.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:08:24.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115183049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:08:24.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:08:44.536Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:08:44.546Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:08:44.551Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:08:44.551Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:08:44.551Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:09:14.551Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:09:14.560Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:09:14.562Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:09:14.562Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:09:14.562Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:09:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:09:24.083Z||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-08-10T07:09:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:09:24.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:09:24.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:09:24.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "policy-id",
  "timestamp": 1660115184959,
  "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-08-10T07:09:24.596Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d154b13-b9d3-4aab-b240-a8ed69796e9c
2022-08-10T07:09:24.597Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d154b13-b9d3-4aab-b240-a8ed69796e9c 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-08-10T07:09:24.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115183049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:09:24.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:09:24.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:09:24.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115183049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:09:24.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:09:24.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:09:24.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115183049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:09:24.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:09:24.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115183049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:09:24.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-10T07:09:24.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:09:24.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115183049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:09:24.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:09:24.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:09:24.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:09:24.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115191584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:09:24.615Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115184079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:09:24.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:09:24.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115192612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:09:24.616Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "aai-ml",
  "timestamp": 1660115192629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:09:24.617Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "aai-ml",
  "timestamp": 1660115193661,
  "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-08-10T07:09:24.621Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3d154b13-b9d3-4aab-b240-a8ed69796e9c
2022-08-10T07:09:24.621Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d154b13-b9d3-4aab-b240-a8ed69796e9c 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-08-10T07:09:24.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115196237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:09:24.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115196604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:09:24.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115197241,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:09:24.633Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d154b13-b9d3-4aab-b240-a8ed69796e9c
2022-08-10T07:09:24.633Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d154b13-b9d3-4aab-b240-a8ed69796e9c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:09:24.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115197830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:09:24.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115199200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:09:24.640Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115200439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/basic_onboard_prkxxy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:09:24.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115201443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:09:24.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115202446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/resourceInstances/basic_onboard_prkxxy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:09:24.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:24.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:09:24.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115203466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPrkxxy/1.0/artifacts/service-BasicOnboardPrkxxy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:09:24.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:09:44.563Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:09:44.579Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:09:44.582Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:09:44.582Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:09:44.582Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:09:44.582Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:09:44.582Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:09:44.582Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:09:44.585Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:10:14.586Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c 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-08-10T07:10:14.596Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d154b13-b9d3-4aab-b240-a8ed69796e9c and serviceModelVersionId: 9ddb24a3-3bf2-475e-aca7-54a52c72d076
2022-08-10T07:10:14.596Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81946cdb-819e-4ca5-bebb-2e1d92ec765c
2022-08-10T07:10:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:10:24.082Z||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-08-10T07:10:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:10:24.804Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:24.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115303051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "cds",
  "timestamp": 1660115302673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "cds",
  "timestamp": 1660115302673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115303051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115308024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "cds",
  "timestamp": 1660115302673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115303051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115308024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115303051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "cds",
  "timestamp": 1660115302673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115308024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "cds",
  "timestamp": 1660115302673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115303051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115308024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "cds",
  "timestamp": 1660115302673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115303051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115311974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115308024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "cds",
  "timestamp": 1660115302673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:10:24.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115311974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115303051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115308024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "clamp",
  "timestamp": 1660115313796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115311974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "cds",
  "timestamp": 1660115314155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115315044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115308024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "clamp",
  "timestamp": 1660115313796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:10:24.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115311974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "cds",
  "timestamp": 1660115315162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-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-08-10T07:10:24.831Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a50b0c07-0e0e-4236-8901-443417fce506
2022-08-10T07:10:24.832Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a50b0c07-0e0e-4236-8901-443417fce506 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-08-10T07:10:24.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115316212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "policy-id",
  "timestamp": 1660115314569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "clamp",
  "timestamp": 1660115313796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115311974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115317564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.841Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115311974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "policy-id",
  "timestamp": 1660115314569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "clamp",
  "timestamp": 1660115313796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "policy-id",
  "timestamp": 1660115314569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:10:24.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115318681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:10:24.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "clamp",
  "timestamp": 1660115313796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115311974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115319072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.845Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115319695,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:10:24.849Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a50b0c07-0e0e-4236-8901-443417fce506
2022-08-10T07:10:24.850Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a50b0c07-0e0e-4236-8901-443417fce506 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:10:24.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "clamp",
  "timestamp": 1660115313796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "policy-id",
  "timestamp": 1660115314569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "aai-ml",
  "timestamp": 1660115318223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "clamp",
  "timestamp": 1660115313796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:10:24.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115320723,
  "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-08-10T07:10:24.859Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a50b0c07-0e0e-4236-8901-443417fce506
2022-08-10T07:10:24.859Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a50b0c07-0e0e-4236-8901-443417fce506 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-08-10T07:10:24.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "policy-id",
  "timestamp": 1660115314569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "aai-ml",
  "timestamp": 1660115318223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115321729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "policy-id",
  "timestamp": 1660115314569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "aai-ml",
  "timestamp": 1660115318223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "policy-id",
  "timestamp": 1660115314569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "aai-ml",
  "timestamp": 1660115318223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "aai-ml",
  "timestamp": 1660115318223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "policy-id",
  "timestamp": 1660115323658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "aai-ml",
  "timestamp": 1660115318223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "policy-id",
  "timestamp": 1660115324675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "aai-ml",
  "timestamp": 1660115318223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "policy-id",
  "timestamp": 1660115325787,
  "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-08-10T07:10:24.872Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a50b0c07-0e0e-4236-8901-443417fce506
2022-08-10T07:10:24.872Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a50b0c07-0e0e-4236-8901-443417fce506 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-08-10T07:10:24.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "aai-ml",
  "timestamp": 1660115327217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "clamp",
  "timestamp": 1660115330236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:10:24.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "clamp",
  "timestamp": 1660115333254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:10:24.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "clamp",
  "timestamp": 1660115334258,
  "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-08-10T07:10:24.879Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a50b0c07-0e0e-4236-8901-443417fce506
2022-08-10T07:10:24.879Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a50b0c07-0e0e-4236-8901-443417fce506 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-08-10T07:10:24.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "aai-ml",
  "timestamp": 1660115340021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:10:24.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:10:24.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:10:24.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "aai-ml",
  "timestamp": 1660115341047,
  "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-08-10T07:10:24.891Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a50b0c07-0e0e-4236-8901-443417fce506
2022-08-10T07:10:24.891Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a50b0c07-0e0e-4236-8901-443417fce506 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-08-10T07:10:29.110Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0
2022-08-10T07:10:29.247Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:10:29.789Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Invoke
2022-08-10T07:10:29.797Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d2cf1bd4-ebbf-47ab-bca5-755148a140a5], X-ECOMP-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], X-TransactionId=[], X-ONAP-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], Content-Type=[application/merge-patch+json]}
2022-08-10T07:10:31.362Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Invoke
2022-08-10T07:10:31.362Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[759ad58b-c68b-413d-aea8-3c61dd2ec9a1], X-ECOMP-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], X-TransactionId=[], X-ONAP-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], Content-Type=[application/merge-patch+json]}
2022-08-10T07:10:32.895Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Invoke
2022-08-10T07:10:32.895Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c5f80171-cd3e-4708-b42c-4feb29f6428c], X-ECOMP-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], X-TransactionId=[], X-ONAP-RequestID=[3d154b13-b9d3-4aab-b240-a8ed69796e9c], Content-Type=[application/merge-patch+json]}
2022-08-10T07:10:33.929Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:10:33.930Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-08-10T07:10:33.931Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:10:33.931Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-08-10T07:10:33.937Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-08-10T07:10:33.937Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d154b13-b9d3-4aab-b240-a8ed69796e9c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:10:33.939Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:10:33.939Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:33.942Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:33.942Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115433937,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:10:34.042Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:10:34.043Z||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-08-10T07:10:34.043Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:34.251Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:34.252Z||pool-18-thread-1|||||INFO|500||cambria reply ok (209 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-08-10T07:10:34.953Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:10:34.953Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-08-10T07:10:34.953Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:41.498Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:41.499Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||received message from topic
2022-08-10T07:10:41.499Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"a50b0c07-0e0e-4236-8901-443417fce506","serviceName":"vFW 2022-08-10 07-06-01","serviceVersion":"1.0","serviceUUID":"61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e","resources":[{"resourceInstanceName":"vFW 3bed300c-ecd3 0","resourceName":"vFW 3bed300c-ecd3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0644859-8b33-4fa4-bb17-3fea05d04b96","resourceInvariantUUID":"aa041ef9-7898-43f4-85b1-6ef957a9dc4b","resourceCustomizationUUID":"cd595629-c0d0-4cc9-93aa-c4de0b659efc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml","artifactChecksum":"OWIwMjQxNDVkMWQ2Y2IxNzI4YzU5NDJlNWE2NGI4Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02046123-75a4-42b8-ad2b-b944ee6ee727","artifactVersion":"1"},{"artifactName":"vfw3bed300cecd30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json","artifactChecksum":"NjJiNDExMzVjZmUwMGVjYzdhOWVhNmM0ODExY2UzM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f507e42-7cf7-4239-ba49-6ebadfb9aadc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ede5b8d5-2dc9-4e46-85af-fac91ebb5af6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml","artifactChecksum":"YzE3ZWQ0ZTY4MWVjNjNhZmM0Y2QzNjA5NzQzYjEzOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7467cfa-8a0f-4fc6-bbe9-18f618d84645","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"657cc286-0577-4771-aa19-4ed34ef0d9c5","artifactVersion":"2","generatedFromUUID":"ede5b8d5-2dc9-4e46-85af-fac91ebb5af6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220810070601-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml","artifactChecksum":"MTBmOTBhYTY5ZTI2ZGIzMGY3YTg0N2I0ODZhYjJlYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dffee3d4-4c4b-44ee-81eb-2348bec0f81a","artifactVersion":"1"},{"artifactName":"service-Vfw20220810070601-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar","artifactChecksum":"Zjk0MTE0M2FjYjcyOGIxNWFkZGNiZTJkMzlhODI2ZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cad90bbe-a313-4688-99cd-3ad44cfa637d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:10:41.503Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:41.503Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:41.505Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:41.505Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:41.605Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:10:41.606Z||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-08-10T07:10:41.607Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:41.868Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:41.868Z||pool-19-thread-1|||||INFO|500||cambria reply ok (262 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:10:42.506Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:42.507Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:42.509Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:42.509Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:10:42.609Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:42.610Z||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-08-10T07:10:42.610Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:42.692Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:42.692Z||pool-20-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:10:43.509Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:43.510Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:43.512Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:43.513Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:10:43.613Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:43.614Z||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-08-10T07:10:43.614Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:43.842Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:43.842Z||pool-21-thread-1|||||INFO|500||cambria reply ok (229 ms):{"serverTimeMs":13,"count":1}
2022-08-10T07:10:44.513Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:44.514Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:44.516Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:44.516Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:44.617Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T07:10:44.618Z||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-08-10T07:10:44.618Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:44.881Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:44.882Z||pool-22-thread-1|||||INFO|500||cambria reply ok (265 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:10:45.518Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:45.519Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:45.521Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:45.521Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:10:45.621Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:45.622Z||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-08-10T07:10:45.622Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:45.816Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:45.816Z||pool-23-thread-1|||||INFO|500||cambria reply ok (194 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:10:46.522Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:46.523Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:46.525Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:46.525Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:10:46.625Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:46.626Z||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-08-10T07:10:46.627Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:46.839Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:46.840Z||pool-24-thread-1|||||INFO|500||cambria reply ok (214 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:10:47.525Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:10:47.527Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:47.528Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:47.528Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:10:47.629Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:47.630Z||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-08-10T07:10:47.630Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:47.875Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:47.876Z||pool-25-thread-1|||||INFO|500||cambria reply ok (247 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:10:48.531Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "serviceName": "vFW 2022-08-10 07-06-01",
  "serviceVersion": "1.0",
  "serviceUUID": "61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e",
  "resources": [
    {
      "resourceInstanceName": "vFW 3bed300c-ecd3 0",
      "resourceCustomizationUUID": "cd595629-c0d0-4cc9-93aa-c4de0b659efc",
      "resourceName": "vFW 3bed300c-ecd3",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f0644859-8b33-4fa4-bb17-3fea05d04b96",
      "resourceInvariantUUID": "aa041ef9-7898-43f4-85b1-6ef957a9dc4b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3bed300cecd30_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
          "artifactChecksum": "NjJiNDExMzVjZmUwMGVjYzdhOWVhNmM0ODExY2UzM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4f507e42-7cf7-4239-ba49-6ebadfb9aadc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ede5b8d5-2dc9-4e46-85af-fac91ebb5af6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "657cc286-0577-4771-aa19-4ed34ef0d9c5",
            "generatedFromUUID": "ede5b8d5-2dc9-4e46-85af-fac91ebb5af6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "657cc286-0577-4771-aa19-4ed34ef0d9c5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220810070601-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
      "artifactChecksum": "Zjk0MTE0M2FjYjcyOGIxNWFkZGNiZTJkMzlhODI2ZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cad90bbe-a313-4688-99cd-3ad44cfa637d"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:10:48.531Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:10:48.531Z|3d154b13-b9d3-4aab-b240-a8ed69796e9c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6 ASDC
2022-08-10T07:10:48.532Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||ASDC Notification:
DistributionID:a50b0c07-0e0e-4236-8901-443417fce506
ServiceName:vFW 2022-08-10 07-06-01
ServiceVersion:1.0
ServiceUUID:61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6
ServiceInvariantUUID:4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220810070601-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar
ArtifactUUID:cad90bbe-a313-4688-99cd-3ad44cfa637d
ArtifactChecksum:Zjk0MTE0M2FjYjcyOGIxNWFkZGNiZTJkMzlhODI2ZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3bed300c-ecd3 0
ResourceCustomizationUUID:cd595629-c0d0-4cc9-93aa-c4de0b659efc
ResourceInvariantUUID:aa041ef9-7898-43f4-85b1-6ef957a9dc4b
ResourceName:vFW 3bed300c-ecd3
ResourceType:VF
ResourceUUID:f0644859-8b33-4fa4-bb17-3fea05d04b96
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3bed300cecd30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json
ArtifactUUID:4f507e42-7cf7-4239-ba49-6ebadfb9aadc
ArtifactChecksum:NjJiNDExMzVjZmUwMGVjYzdhOWVhNmM0ODExY2UzM2M=
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/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml
ArtifactUUID:ede5b8d5-2dc9-4e46-85af-fac91ebb5af6
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/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env
ArtifactUUID:657cc286-0577-4771-aa19-4ed34ef0d9c5
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/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env
ArtifactUUID:657cc286-0577-4771-aa19-4ed34ef0d9c5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-10T07:10:48.532Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6 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-08-10T07:10:48.561Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:10:48.562Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:10:48.562Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:10:48.563Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Trying to download the artifact UUID: cad90bbe-a313-4688-99cd-3ad44cfa637d from URL: /sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:48.563Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:10:48.563Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:48.711Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:10:48.716Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar cad90bbe-a313-4688-99cd-3ad44cfa637d 103021
2022-08-10T07:10:48.716Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar ASDC sendASDCNotification
2022-08-10T07:10:48.716Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:48.717Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:10:48.717Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:48.719Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:48.719Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115448716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:10:48.819Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:48.820Z||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-08-10T07:10:48.821Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:48.939Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:48.940Z||pool-26-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:10:49.720Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:10:49.721Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:10:49.721Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Trying to write artifact UUID: cad90bbe-a313-4688-99cd-3ad44cfa637d, URL: /sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar to file: /app/ASDC/1/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:49.721Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220810070601-csar.csar
2022-08-10T07:10:49.722Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:49.722Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:49.961Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12525055988756501540/Definitions/service-Vfw20220810070601-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-08-10T07:10:52.102Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:10:52.103Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|WARN|500||####################################################################################################
2022-08-10T07:10:52.103Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.103Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.104Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3bed300c-ecd3 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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?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-Vfw20220810070601-csar.csar
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|WARN|500||####################################################################################################
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.105Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.106Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:52.106Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:10:52.106Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:10:52.106Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.107Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.107Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:52.107Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:10:52.107Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:10:52.107Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.107Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.108Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.108Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:52.108Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:52.108Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:10:52.108Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.108Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.109Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.110Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:10:52.111Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.111Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:52.111Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:52.111Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.111Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:52.112Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:52.112Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.112Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:52.112Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:52.112Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.113Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.114Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:10:52.114Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.114Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:10:52.114Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.114Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6d1b92c6-532e-410e-b34b-46594fdf1626
2022-08-10T07:10:52.114Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.115Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:52.115Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:52.115Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:10:52.115Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.116Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.116Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.117Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:10:52.117Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:52.117Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T07:10:52.118Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:10:52.118Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.118Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:10:52.119Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.119Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49318449-caf8-405e-aaf8-c991a7ae29db
2022-08-10T07:10:52.119Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.120Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:52.120Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:52.120Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:10:52.121Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.121Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.121Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.121Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:10:52.122Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:52.122Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:10:52.122Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:10:52.122Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:52.123Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:52.123Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T07:10:52.123Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eff68c58-c0ca-47de-b3f5-8ab922ef765e
2022-08-10T07:10:52.123Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.123Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.124Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.124Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.124Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.124Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.125Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:52.125Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:52.125Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-10 07-06-01
Description:catalog service description
Model UUID:61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6
Model Version:NULL
Model InvariantUuid:4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3bed300c-ecd3
Model UUID:2a29a225-e9a6-47a7-932b-0dbf179ee6dd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aa041ef9-7898-43f4-85b1-6ef957a9dc4b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cd595629-c0d0-4cc9-93aa-c4de0b659efc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:acb83537-008c-4554-aac5-ce417fa97bbd
ModelName:Vfw3bed300cEcd3..base_vfw..module-0
ModelUuid:d89d0ae4-245a-4676-96b8-bb3ffc733195
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6d1b92c6-532e-410e-b34b-46594fdf1626
ModelInvariantUuid:279426ab-7b89-4a99-8638-ac9dbe2d9387
ModelName:vFW 3bed300c-ecd3-nodes.vfwCvfc
ModelUuid:4d784e14-9ca2-499d-8b66-25218cece97d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e62a78ee-a90e-4b54-8a81-7e3a8b1448a4
ModelInvariantUuid:5656924e-562e-420d-b466-f11394ca49a8
ModelName:Vfw3bed300cEcd3.compute.nodes.heat.vfw
ModelUuid:da071e96-c442-4a40-8f72-ac3c7cc241bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:49318449-caf8-405e-aaf8-c991a7ae29db
ModelInvariantUuid:43e8e438-79b7-466c-90d7-fe5483609f32
ModelName:vFW 3bed300c-ecd3-nodes.vsnCvfc
ModelUuid:7dafd4f3-bd72-4c9f-8e79-550f0d1a7e8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4a7b9ddd-9e5f-45ca-9a5c-e6e42bfb770a
ModelInvariantUuid:89aa6914-4204-48fe-b491-69397c25c75a
ModelName:Vfw3bed300cEcd3.compute.nodes.heat.vsn
ModelUuid:9bc8cc92-bd14-4a90-a124-58a1661beefd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:eff68c58-c0ca-47de-b3f5-8ab922ef765e
ModelInvariantUuid:1beae4c6-866b-4229-a3d7-601458e66fde
ModelName:vFW 3bed300c-ecd3-nodes.vpgCvfc
ModelUuid:a7f25fe5-9fee-4eb7-b0a5-9ad037dbabd5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:424036fc-5237-4fc5-8221-e432cf69d85f
ModelInvariantUuid:7cf7f847-7d07-4de1-955b-f6af5d1c1ed7
ModelName:Vfw3bed300cEcd3.compute.nodes.heat.vpg
ModelUuid:6fd4b7c0-eba8-4289-ba72-7a1467a6ffb6
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-08-10T07:10:52.132Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: f0644859-8b33-4fa4-bb17-3fea05d04b96
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:10:52.134Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||vFW 3bed300c-ecd3 0
2022-08-10T07:10:52.135Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: f0644859-8b33-4fa4-bb17-3fea05d04b96
2022-08-10T07:10:52.135Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Trying to download the artifact UUID: 4f507e42-7cf7-4239-ba49-6ebadfb9aadc from URL: /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json
2022-08-10T07:10:52.135Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:10:52.135Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json
2022-08-10T07:10:52.430Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:10:52.430Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json 4f507e42-7cf7-4239-ba49-6ebadfb9aadc 785
2022-08-10T07:10:52.431Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json ASDC sendASDCNotification
2022-08-10T07:10:52.431Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json
2022-08-10T07:10:52.431Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:10:52.431Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:52.433Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:52.433Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115452431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:10:52.533Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:52.534Z||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-08-10T07:10:52.535Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:52.863Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:52.864Z||pool-27-thread-1|||||INFO|500||cambria reply ok (330 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:10:53.434Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3bed300cEcd3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "acb83537-008c-4554-aac5-ce417fa97bbd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d89d0ae4-245a-4676-96b8-bb3ffc733195",
    "vfModuleModelCustomizationUUID": "4b48c6e8-fea8-45d5-9acc-ac400d780f1e",
    "isBase": true,
    "artifacts": [
      "ede5b8d5-2dc9-4e46-85af-fac91ebb5af6",
      "657cc286-0577-4771-aa19-4ed34ef0d9c5"
    ],
    "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-08-10T07:10:53.439Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3bed300cEcd3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d89d0ae4-245a-4676-96b8-bb3ffc733195
VfModuleModelInvariantUUID:acb83537-008c-4554-aac5-ce417fa97bbd
VfModuleModelDescription:NULL
Artifacts UUID List:{
ede5b8d5-2dc9-4e46-85af-fac91ebb5af6
,
657cc286-0577-4771-aa19-4ed34ef0d9c5

}
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-08-10T07:10:53.441Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3bed300cEcd3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "acb83537-008c-4554-aac5-ce417fa97bbd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d89d0ae4-245a-4676-96b8-bb3ffc733195",
    "vfModuleModelCustomizationUUID": "4b48c6e8-fea8-45d5-9acc-ac400d780f1e",
    "isBase": true,
    "artifacts": [
      "ede5b8d5-2dc9-4e46-85af-fac91ebb5af6",
      "657cc286-0577-4771-aa19-4ed34ef0d9c5"
    ],
    "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-08-10T07:10:53.441Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3bed300cEcd3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d89d0ae4-245a-4676-96b8-bb3ffc733195
VfModuleModelInvariantUUID:acb83537-008c-4554-aac5-ce417fa97bbd
VfModuleModelDescription:NULL
Artifacts UUID List:{
ede5b8d5-2dc9-4e46-85af-fac91ebb5af6
,
657cc286-0577-4771-aa19-4ed34ef0d9c5

}
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-08-10T07:10:53.441Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Trying to download the artifact UUID: ede5b8d5-2dc9-4e46-85af-fac91ebb5af6 from URL: /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml
2022-08-10T07:10:53.442Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:10:53.442Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml
2022-08-10T07:10:53.498Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:10:53.498Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml ede5b8d5-2dc9-4e46-85af-fac91ebb5af6 20368
2022-08-10T07:10:53.499Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T07:10:53.499Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml
2022-08-10T07:10:53.499Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:10:53.499Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:53.501Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:53.502Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115453499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:10:53.602Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:53.603Z||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-08-10T07:10:53.603Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:53.760Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:53.761Z||pool-28-thread-1|||||INFO|500||cambria reply ok (159 ms):{"serverTimeMs":3,"count":1}
2022-08-10T07:10:54.503Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Trying to download the artifact UUID: 657cc286-0577-4771-aa19-4ed34ef0d9c5 from URL: /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env
2022-08-10T07:10:54.503Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:10:54.503Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env
2022-08-10T07:10:54.721Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:10:54.721Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env 657cc286-0577-4771-aa19-4ed34ef0d9c5 2098
2022-08-10T07:10:54.722Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T07:10:54.722Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env
2022-08-10T07:10:54.722Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:10:54.722Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:54.724Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:54.724Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115454722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:10:54.824Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:54.825Z||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-08-10T07:10:54.826Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:55.163Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:55.164Z||pool-29-thread-1|||||INFO|500||cambria reply ok (339 ms):{"serverTimeMs":4,"count":1}
2022-08-10T07:10:55.725Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Preparing to deploy Service: 61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6
2022-08-10T07:10:55.726Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3bed300c-ecd3 0 f0644859-8b33-4fa4-bb17-3fea05d04b96 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-08-10T07:10:55.741Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75727b9d, org.onap.sdc.toscaparser.api.parameters.Input@339e87d5, org.onap.sdc.toscaparser.api.parameters.Input@36673218, org.onap.sdc.toscaparser.api.parameters.Input@1890395e, org.onap.sdc.toscaparser.api.parameters.Input@7e581742]
2022-08-10T07:10:55.742Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.743Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.743Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-10T07:10:55.743Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||VFCustomizationUUID= cd595629-c0d0-4cc9-93aa-c4de0b659efc
2022-08-10T07:10:55.743Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cd595629-c0d0-4cc9-93aa-c4de0b659efc matches Tosca VF Customization UUID: cd595629-c0d0-4cc9-93aa-c4de0b659efc
2022-08-10T07:10:55.744Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||vfCustomizationUUID: cd595629-c0d0-4cc9-93aa-c4de0b659efc  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-08-10T07:10:55.745Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.746Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.746Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||resource request for resource customization id cd595629-c0d0-4cc9-93aa-c4de0b659efc: {\"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-08-10T07:10:55.747Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f0400e1
2022-08-10T07:10:55.747Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.747Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:10:55.747Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4b48c6e8-fea8-45d5-9acc-ac400d780f1e
2022-08-10T07:10:55.747Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4b48c6e8-fea8-45d5-9acc-ac400d780f1e
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-08-10T07:10:55.749Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.749Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:55.750Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:55.750Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.750Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:55.750Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:55.750Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.751Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:55.751Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:55.751Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T07:10:55.751Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:55.751Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:10:55.752Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:10:55.752Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.752Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:55.752Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:10:55.752Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:55.753Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:10:55.753Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.753Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6d1b92c6-532e-410e-b34b-46594fdf1626
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-08-10T07:10:55.754Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.755Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:55.755Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:55.755Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.755Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:55.755Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:55.756Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:10:55.756Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.756Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:55.756Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.756Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:10:55.757Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:55.757Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T07:10:55.757Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:10:55.757Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:55.757Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:10:55.757Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.758Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49318449-caf8-405e-aaf8-c991a7ae29db
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-08-10T07:10:55.759Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.759Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:55.759Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:55.762Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.762Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is not matching search criteria
2022-08-10T07:10:55.762Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:10:55.762Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:10:55.763Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.763Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:55.763Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.764Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:10:55.764Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:10:55.764Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:10:55.764Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:10:55.765Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:10:55.765Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:10:55.765Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T07:10:55.765Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eff68c58-c0ca-47de-b3f5-8ab922ef765e
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-08-10T07:10:55.767Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.767Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:55.767Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:10:55.768Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.768Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Node template vFW 3bed300c-ecd3 0 is matching search criteria
2022-08-10T07:10:55.768Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found topology templates [vFW 3bed300c-ecd3 0] matching following query criteria: sdcType=VF, customizationUUID=cd595629-c0d0-4cc9-93aa-c4de0b659efc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:10:55.769Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.770Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.770Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500|| resourceSeq for service uuid 61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6: vFW 3bed300c-ecd3
2022-08-10T07:10:55.770Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.770Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.771Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.771Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.771Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.772Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.772Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.772Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.772Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:10:55.773Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Service vFW 2022-08-10 07-06-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:10:55.773Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||Saving Service: vFW 2022-08-10 07-06-01 
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-08-10T07:10:55.892Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3bed300c-ecd3 f0644859-8b33-4fa4-bb17-3fea05d04b96 1 ASDC deployResourceStructure
2022-08-10T07:10:55.893Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json ASDC sendASDCNotification
2022-08-10T07:10:55.893Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json
2022-08-10T07:10:55.893Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:10:55.894Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:55.896Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:55.896Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115455893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:10:55.996Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:55.997Z||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-08-10T07:10:55.997Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:56.086Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:56.086Z||pool-30-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:10:56.897Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T07:10:56.897Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml
2022-08-10T07:10:56.897Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:10:56.898Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:56.900Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:56.900Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115456896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:10:57.000Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:57.000Z||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-08-10T07:10:57.001Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:57.265Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:57.265Z||pool-31-thread-1|||||INFO|500||cambria reply ok (265 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:10:57.900Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T07:10:57.901Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env
2022-08-10T07:10:57.901Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:10:57.902Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:57.903Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:57.903Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115457900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:10:58.004Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:58.004Z||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-08-10T07:10:58.004Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:58.267Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:58.268Z||pool-32-thread-1|||||INFO|500||cambria reply ok (264 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:10:58.907Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar ASDC sendASDCNotification
2022-08-10T07:10:58.907Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar
2022-08-10T07:10:58.907Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:10:58.908Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:10:58.909Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:10:58.910Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115458907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:10:59.010Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:10:59.010Z||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-08-10T07:10:59.011Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:10:59.143Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:10:59.143Z||pool-33-thread-1|||||INFO|500||cambria reply ok (133 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:10:59.910Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a50b0c07-0e0e-4236-8901-443417fce506
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:10:59.917Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a50b0c07-0e0e-4236-8901-443417fce506
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:10:59.920Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:10:59.921Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:10:59.921Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:10:59.921Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:10:59.922Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:10:59.922Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:10:59.927Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:11:24.084Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:11:24.087Z||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-08-10T07:11:24.087Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:11:25.450Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:11:25.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d154b13-b9d3-4aab-b240-a8ed69796e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115433937,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:11:25.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:11:25.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:11:25.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:11:25.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:11:25.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:11:25.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:11:25.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:11:25.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:11:25.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:11:25.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:11:25.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:11:25.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:11:25.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115434952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:11:25.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:11:25.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115448716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:11:25.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115452431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:11:25.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115453499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:11:25.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115454722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:11:25.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115455893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/vfw3bed300cecd30_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:11:25.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115456896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:11:25.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115457900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/resourceInstances/vfw3bed300cecd30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:11:25.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:25.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:11:25.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115458907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810070601/1.0/artifacts/service-Vfw20220810070601-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:11:25.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:11:29.927Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: a50b0c07-0e0e-4236-8901-443417fce506 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-08-10T07:11:29.938Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a50b0c07-0e0e-4236-8901-443417fce506 and serviceModelVersionId: 61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6
2022-08-10T07:11:29.938Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e
2022-08-10T07:11:29.940Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0
2022-08-10T07:11:29.949Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:11:30.029Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81946cdb-819e-4ca5-bebb-2e1d92ec765c/model-vers/model-ver/9ddb24a3-3bf2-475e-aca7-54a52c72d076?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:30.030Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||Invoke
2022-08-10T07:11:31.583Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:31.584Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||Invoke
2022-08-10T07:11:33.121Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:33.123Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||Invoke
2022-08-10T07:11:34.157Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:11:34.159Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:34.160Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:11:34.160Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:34.168Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:34.168Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a50b0c07-0e0e-4236-8901-443417fce506 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:11:34.169Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:11:34.169Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:11:34.173Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:11:34.173Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||try to send status {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115494168,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:11:34.273Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:11:34.275Z||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-08-10T07:11:34.275Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:11:34.382Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:11:34.383Z||pool-34-thread-1|||||INFO|500||cambria reply ok (109 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-08-10T07:11:35.186Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:11:35.186Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:11:35.187Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:11:45.394Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:11:45.395Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:11:45.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-08-10T07:11:45.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 JnYobh898yKzkmJf) ...
2022-08-10T07:11:55.476Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:11:55.478Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:11:55.479Z||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-08-10T07:11:55.479Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:12:05.773Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:12:05.774Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:12:05.775Z||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-08-10T07:12:05.775Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:12:15.915Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:12:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:12:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:12:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:12:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:12:24.082Z||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-08-10T07:12:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:12:25.009Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:12:25.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:12:25.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a50b0c07-0e0e-4236-8901-443417fce506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115494168,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:12:25.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:12:34.159Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:13:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:13:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:13:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:13:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:13:24.082Z||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-08-10T07:13:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:13:34.334Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:13:34.611Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:14:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:14:24.080Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:14:24.080Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:14:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:14:24.083Z||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-08-10T07:14:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:14:34.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:14:34.161Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:15:24.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:15:24.080Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:15:24.081Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:15:24.082Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:15:24.083Z||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-08-10T07:15:24.084Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:15:33.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:15:34.089Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:16:24.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:16:24.080Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:16:24.081Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:16:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:16:24.082Z||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-08-10T07:16:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:16:34.075Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:16:34.156Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:17:24.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:17:24.080Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:17:24.080Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:17:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:17:24.083Z||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-08-10T07:17:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:17:34.000Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:17:34.047Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:18:24.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:18:24.082Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:18:24.082Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:18:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:18:24.083Z||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-08-10T07:18:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:18:24.430Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:18:24.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115871973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "cds",
  "timestamp": 1660115872673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115873049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "policy-id",
  "timestamp": 1660115874568,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "cds",
  "timestamp": 1660115872673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:18:24.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115871973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115873049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:18:24.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "policy-id",
  "timestamp": 1660115874568,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:18:24.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115884651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:18:24.437Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "cds",
  "timestamp": 1660115883955,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "clamp",
  "timestamp": 1660115883796,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "policy-id",
  "timestamp": 1660115883979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:18:24.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "clamp",
  "timestamp": 1660115883796,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:18:24.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "cds",
  "timestamp": 1660115884963,
  "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-08-10T07:18:24.456Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10c0eed6-1f40-4de9-a23b-9f841f60ee75
2022-08-10T07:18:24.457Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10c0eed6-1f40-4de9-a23b-9f841f60ee75 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-08-10T07:18:24.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "policy-id",
  "timestamp": 1660115884984,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:18:24.466Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115886484,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:18:24.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "policy-id",
  "timestamp": 1660115885987,
  "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-08-10T07:18:24.471Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10c0eed6-1f40-4de9-a23b-9f841f60ee75
2022-08-10T07:18:24.472Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10c0eed6-1f40-4de9-a23b-9f841f60ee75 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-08-10T07:18:24.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115887488,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:18:24.487Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10c0eed6-1f40-4de9-a23b-9f841f60ee75
2022-08-10T07:18:24.487Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10c0eed6-1f40-4de9-a23b-9f841f60ee75 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:18:24.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115888023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115888023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:18:24.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "aai-ml",
  "timestamp": 1660115888207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "aai-ml",
  "timestamp": 1660115888207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:18:24.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "aai-ml",
  "timestamp": 1660115891482,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:18:24.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "clamp",
  "timestamp": 1660115893325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:18:24.498Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "clamp",
  "timestamp": 1660115895335,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:18:24.499Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "clamp",
  "timestamp": 1660115896345,
  "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-08-10T07:18:24.502Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10c0eed6-1f40-4de9-a23b-9f841f60ee75
2022-08-10T07:18:24.502Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10c0eed6-1f40-4de9-a23b-9f841f60ee75 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-08-10T07:18:24.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "aai-ml",
  "timestamp": 1660115897372,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:18:24.508Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:18:24.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "aai-ml",
  "timestamp": 1660115898383,
  "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-08-10T07:18:24.511Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 10c0eed6-1f40-4de9-a23b-9f841f60ee75
2022-08-10T07:18:24.511Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10c0eed6-1f40-4de9-a23b-9f841f60ee75 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-08-10T07:18:24.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115891974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "policy-id",
  "timestamp": 1660115894569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115891974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "policy-id",
  "timestamp": 1660115894569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115891974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "policy-id",
  "timestamp": 1660115894569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:18:24.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115903048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "cds",
  "timestamp": 1660115902673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115891974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:24.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:18:24.942Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:18:24.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T07:18:24.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"10c0eed6-1f40-4de9-a23b-9f841f60ee75","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ea474646-d5ad-4b5a-8127-056379a984ba","serviceDescription":"service","serviceInvariantUUID":"97debdd4-b972-42da-b0f9-ab05e5398813","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bf319557-3b1a-40e6-91e9-cd1a9968534a","resourceInvariantUUID":"7bd4d0a3-a3f6-4e51-83a9-4baf781ca7bd","resourceCustomizationUUID":"ab0120ca-d1b6-46b4-bfc4-6c3e085734ed","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":"OWE1NzEwN2JmMzg3Y2JlMjU3MzlkMjhhOTU3MWVkNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eff9b6fe-a7f7-4456-992b-a7bc382fbd98","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWJjYjQ1ZGYxNDJkNmVkMzdiMjM2ODIzMGZlYWY3N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28b94a77-de29-4e23-a50b-29875e981dad","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:18:24.950Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:18:24.951Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:18:24.956Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:18:24.956Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:18:25.056Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:18:25.058Z||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-08-10T07:18:25.058Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:18:25.164Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:18:25.165Z||pool-35-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":6,"count":1}
2022-08-10T07:18:25.957Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:18:25.962Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:18:25.981Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:18:25.982Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:18:26.065Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-08-10T07:18:26.066Z||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-08-10T07:18:26.066Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:18:26.178Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:18:26.178Z||pool-36-thread-1|||||INFO|500||cambria reply ok (113 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:18:26.983Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ea474646-d5ad-4b5a-8127-056379a984ba",
  "serviceDescription": "service",
  "serviceInvariantUUID": "97debdd4-b972-42da-b0f9-ab05e5398813",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "ab0120ca-d1b6-46b4-bfc4-6c3e085734ed",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "bf319557-3b1a-40e6-91e9-cd1a9968534a",
      "resourceInvariantUUID": "7bd4d0a3-a3f6-4e51-83a9-4baf781ca7bd",
      "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": "ZWJjYjQ1ZGYxNDJkNmVkMzdiMjM2ODIzMGZlYWY3N2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "28b94a77-de29-4e23-a50b-29875e981dad"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:18:26.984Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:18:26.984Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ea474646-d5ad-4b5a-8127-056379a984ba ASDC
2022-08-10T07:18:26.985Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10c0eed6-1f40-4de9-a23b-9f841f60ee75
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ea474646-d5ad-4b5a-8127-056379a984ba
ServiceInvariantUUID:97debdd4-b972-42da-b0f9-ab05e5398813
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:28b94a77-de29-4e23-a50b-29875e981dad
ArtifactChecksum:ZWJjYjQ1ZGYxNDJkNmVkMzdiMjM2ODIzMGZlYWY3N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ab0120ca-d1b6-46b4-bfc4-6c3e085734ed
ResourceInvariantUUID:7bd4d0a3-a3f6-4e51-83a9-4baf781ca7bd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bf319557-3b1a-40e6-91e9-cd1a9968534a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-08-10T07:18:26.986Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea474646-d5ad-4b5a-8127-056379a984ba 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-08-10T07:18:27.012Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:18:27.013Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-10T07:18:27.014Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-10T07:18:27.014Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 28b94a77-de29-4e23-a50b-29875e981dad from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-10T07:18:27.014Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-10T07:18:27.014Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-10T07:18:27.108Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-10T07:18:27.111Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 28b94a77-de29-4e23-a50b-29875e981dad 56530
2022-08-10T07:18:27.111Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-10T07:18:27.111Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-10T07:18:27.111Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:18:27.112Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:18:27.114Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:18:27.114Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115907111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:18:27.214Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:18:27.215Z||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-08-10T07:18:27.215Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:18:27.348Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:18:27.349Z||pool-37-thread-1|||||INFO|500||cambria reply ok (135 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:18:28.114Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:18:28.116Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-10T07:18:28.117Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 28b94a77-de29-4e23-a50b-29875e981dad, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.117Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-10T07:18:28.118Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.118Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.309Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP907272338215858148/Definitions/service-BasicNetwork-template.yml
2022-08-10T07:18:28.889Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:18:28.889Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-10T07:18:28.889Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.889Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||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-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||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-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||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-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||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-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||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-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||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-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||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-08-10T07:18:28.890Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-10T07:18:28.891Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.891Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.891Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-10T07:18:28.891Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-10T07:18:28.892Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:18:28.892Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.892Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.892Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-10T07:18:28.892Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-10T07:18:28.892Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:18:28.893Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.893Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.893Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.893Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.893Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.894Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.894Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.894Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.894Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.894Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.894Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ea474646-d5ad-4b5a-8127-056379a984ba
Model Version:NULL
Model InvariantUuid:97debdd4-b972-42da-b0f9-ab05e5398813
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7bd4d0a3-a3f6-4e51-83a9-4baf781ca7bd
Model UUID:b6ef5cb5-fa4e-43eb-8779-3664bed942fa
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:ab0120ca-d1b6-46b4-bfc4-6c3e085734ed
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-08-10T07:18:28.899Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: bf319557-3b1a-40e6-91e9-cd1a9968534a
2022-08-10T07:18:28.899Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||No resources found for Service: ea474646-d5ad-4b5a-8127-056379a984ba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:18:28.905Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||
2022-08-10T07:18:28.906Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-08-10T07:18:28.907Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||No resources found for Service: ea474646-d5ad-4b5a-8127-056379a984ba
2022-08-10T07:18:28.907Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ea474646-d5ad-4b5a-8127-056379a984ba
2022-08-10T07:18:28.907Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-08-10T07:18:28.907Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||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-08-10T07:18:28.910Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75fa1619, org.onap.sdc.toscaparser.api.parameters.Input@6ab6071a, org.onap.sdc.toscaparser.api.parameters.Input@713b91c, org.onap.sdc.toscaparser.api.parameters.Input@f893979, org.onap.sdc.toscaparser.api.parameters.Input@2ae6bc4f]
2022-08-10T07:18:28.912Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.912Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.912Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.912Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.913Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ea474646-d5ad-4b5a-8127-056379a984ba: Generic NeutronNet
2022-08-10T07:18:28.913Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.913Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.913Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.913Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||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-08-10T07:18:28.945Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.946Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.946Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.946Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.946Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:18:28.946Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:18:28.947Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||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-08-10T07:18:28.983Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-08-10T07:18:28.983Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-10T07:18:28.983Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-10T07:18:28.983Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:18:28.984Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:18:28.985Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:18:28.985Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115908983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:18:29.087Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T07:18:29.088Z||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-08-10T07:18:29.088Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:18:29.350Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:18:29.351Z||pool-38-thread-1|||||INFO|500||cambria reply ok (264 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:18:29.990Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10c0eed6-1f40-4de9-a23b-9f841f60ee75
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:18:29.999Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10c0eed6-1f40-4de9-a23b-9f841f60ee75
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:18:30.002Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:18:30.002Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:18:30.002Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:18:30.002Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:18:30.002Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:18:30.002Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:18:30.005Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:19:00.005Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10c0eed6-1f40-4de9-a23b-9f841f60ee75 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-08-10T07:19:00.013Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10c0eed6-1f40-4de9-a23b-9f841f60ee75 and serviceModelVersionId: ea474646-d5ad-4b5a-8127-056379a984ba
2022-08-10T07:19:00.013Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97debdd4-b972-42da-b0f9-ab05e5398813
2022-08-10T07:19:00.015Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0
2022-08-10T07:19:00.023Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:19:00.082Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-08-10T07:19:00.084Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||Invoke
2022-08-10T07:19:01.626Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-08-10T07:19:01.629Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||Invoke
2022-08-10T07:19:03.166Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-08-10T07:19:03.168Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||Invoke
2022-08-10T07:19:04.204Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:19:04.206Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-08-10T07:19:04.206Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:19:04.207Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-08-10T07:19:04.211Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-08-10T07:19:04.212Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10c0eed6-1f40-4de9-a23b-9f841f60ee75 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:19:04.212Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:19:04.213Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:04.215Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:04.215Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115944212,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:19:04.315Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:19:04.316Z||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-08-10T07:19:04.316Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:04.473Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:04.474Z||pool-39-thread-1|||||INFO|500||cambria reply ok (158 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-08-10T07:19:05.226Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||received message from topic
2022-08-10T07:19:05.226Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"e161af13-33e6-4de4-87d9-9ece0403b0c4","serviceName":"vFW 2022-08-10 07-15-51","serviceVersion":"1.0","serviceUUID":"9d7e3829-eb04-4bd2-9ef4-7b85d495e780","serviceDescription":"catalog service description","serviceInvariantUUID":"9e72b1cd-bc40-4774-a3fc-419c83840c2c","resources":[{"resourceInstanceName":"vFW cf2abf7c-408c 0","resourceName":"vFW cf2abf7c-408c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c9695b99-f178-4ccc-b194-5014c981a58b","resourceInvariantUUID":"4264f964-7192-4104-8436-7b49dcfcbd0b","resourceCustomizationUUID":"d5ef77cf-6ce4-4de5-9dc6-b6509e6d8154","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml","artifactChecksum":"MDIzMDg1MmUzYzc0NjUyMmM3NWM2NDk5OTVmMDIxZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b52aace-bc38-4f8b-a87f-a6deb2c71db2","artifactVersion":"1"},{"artifactName":"vfwcf2abf7c408c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json","artifactChecksum":"MDJkNjZiNWYyMmRkZjUwMjhlMzAwYmY2NGM1YmY3ZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b2b35dd-56d4-4cf3-9656-0c771d2f28ca","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1abfe221-e3b6-42a4-808f-c98706e1666d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vendor-license-model.xml","artifactChecksum":"N2M3NTk4ZDhmZmM3MmEzZDk3NjAzM2M2ODAyMzJmNzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed1acb39-7665-4596-9239-33f35dbdc602","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b42b644-6177-4f2c-96a0-57ef2ccc18b7","artifactVersion":"2","generatedFromUUID":"1abfe221-e3b6-42a4-808f-c98706e1666d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220810071551-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-template.yml","artifactChecksum":"MTllNzU3MDZmMGNjZDIwYTk1NzAyY2ExMTA5YzVjZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"008b79f7-c3d6-483c-8dd4-9bd2cad6d050","artifactVersion":"1"},{"artifactName":"service-Vfw20220810071551-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar","artifactChecksum":"Njg5NzE2YTY4NGM0YTM3ZTFmYmZjN2JiYTIyODdlNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c640406f-f33c-4262-8864-3ace303a38ee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:19:05.227Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:19:05.227Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:05.229Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:05.230Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:19:05.329Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:19:05.330Z||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-08-10T07:19:05.330Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:05.545Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:05.546Z||pool-40-thread-1|||||INFO|500||cambria reply ok (216 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:19:06.230Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:19:06.231Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:06.234Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:06.234Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:19:06.334Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:19:06.335Z||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-08-10T07:19:06.335Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:06.576Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:06.577Z||pool-41-thread-1|||||INFO|500||cambria reply ok (243 ms):{"serverTimeMs":3,"count":1}
2022-08-10T07:19:07.235Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:19:07.236Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:07.239Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:07.240Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:19:07.339Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:19:07.340Z||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-08-10T07:19:07.340Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:07.559Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:07.560Z||pool-42-thread-1|||||INFO|500||cambria reply ok (220 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:19:08.240Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:19:08.241Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:08.243Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:08.243Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:19:08.343Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:19:08.344Z||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-08-10T07:19:08.344Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:08.630Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:08.631Z||pool-43-thread-1|||||INFO|500||cambria reply ok (287 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:19:09.244Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:19:09.245Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:09.247Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:09.247Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:19:09.347Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:19:09.348Z||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-08-10T07:19:09.348Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:09.471Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:09.472Z||pool-44-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:19:10.248Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:19:10.249Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:10.251Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:10.251Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:19:10.351Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:19:10.352Z||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-08-10T07:19:10.352Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:10.448Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:10.448Z||pool-45-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:19:11.251Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:19:11.253Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:11.255Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:11.255Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:19:11.355Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:19:11.355Z||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-08-10T07:19:11.356Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:11.519Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:11.519Z||pool-46-thread-1|||||INFO|500||cambria reply ok (164 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:19:12.257Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "serviceName": "vFW 2022-08-10 07-15-51",
  "serviceVersion": "1.0",
  "serviceUUID": "9d7e3829-eb04-4bd2-9ef4-7b85d495e780",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9e72b1cd-bc40-4774-a3fc-419c83840c2c",
  "resources": [
    {
      "resourceInstanceName": "vFW cf2abf7c-408c 0",
      "resourceCustomizationUUID": "d5ef77cf-6ce4-4de5-9dc6-b6509e6d8154",
      "resourceName": "vFW cf2abf7c-408c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c9695b99-f178-4ccc-b194-5014c981a58b",
      "resourceInvariantUUID": "4264f964-7192-4104-8436-7b49dcfcbd0b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwcf2abf7c408c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
          "artifactChecksum": "MDJkNjZiNWYyMmRkZjUwMjhlMzAwYmY2NGM1YmY3ZDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0b2b35dd-56d4-4cf3-9656-0c771d2f28ca",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1abfe221-e3b6-42a4-808f-c98706e1666d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1b42b644-6177-4f2c-96a0-57ef2ccc18b7",
            "generatedFromUUID": "1abfe221-e3b6-42a4-808f-c98706e1666d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1b42b644-6177-4f2c-96a0-57ef2ccc18b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220810071551-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
      "artifactChecksum": "Njg5NzE2YTY4NGM0YTM3ZTFmYmZjN2JiYTIyODdlNWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c640406f-f33c-4262-8864-3ace303a38ee"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:19:12.258Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:19:12.258Z|10c0eed6-1f40-4de9-a23b-9f841f60ee75|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d7e3829-eb04-4bd2-9ef4-7b85d495e780 ASDC
2022-08-10T07:19:12.259Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||ASDC Notification:
DistributionID:e161af13-33e6-4de4-87d9-9ece0403b0c4
ServiceName:vFW 2022-08-10 07-15-51
ServiceVersion:1.0
ServiceUUID:9d7e3829-eb04-4bd2-9ef4-7b85d495e780
ServiceInvariantUUID:9e72b1cd-bc40-4774-a3fc-419c83840c2c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220810071551-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar
ArtifactUUID:c640406f-f33c-4262-8864-3ace303a38ee
ArtifactChecksum:Njg5NzE2YTY4NGM0YTM3ZTFmYmZjN2JiYTIyODdlNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cf2abf7c-408c 0
ResourceCustomizationUUID:d5ef77cf-6ce4-4de5-9dc6-b6509e6d8154
ResourceInvariantUUID:4264f964-7192-4104-8436-7b49dcfcbd0b
ResourceName:vFW cf2abf7c-408c
ResourceType:VF
ResourceUUID:c9695b99-f178-4ccc-b194-5014c981a58b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcf2abf7c408c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json
ArtifactUUID:0b2b35dd-56d4-4cf3-9656-0c771d2f28ca
ArtifactChecksum:MDJkNjZiNWYyMmRkZjUwMjhlMzAwYmY2NGM1YmY3ZDY=
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/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml
ArtifactUUID:1abfe221-e3b6-42a4-808f-c98706e1666d
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/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env
ArtifactUUID:1b42b644-6177-4f2c-96a0-57ef2ccc18b7
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/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env
ArtifactUUID:1b42b644-6177-4f2c-96a0-57ef2ccc18b7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-10T07:19:12.259Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d7e3829-eb04-4bd2-9ef4-7b85d495e780 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-08-10T07:19:12.290Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:19:12.290Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:19:12.290Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:19:12.290Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||Trying to download the artifact UUID: c640406f-f33c-4262-8864-3ace303a38ee from URL: /sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar
2022-08-10T07:19:12.290Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:19:12.291Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar
2022-08-10T07:19:13.009Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:19:13.014Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar c640406f-f33c-4262-8864-3ace303a38ee 103040
2022-08-10T07:19:13.015Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar ASDC sendASDCNotification
2022-08-10T07:19:13.015Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar
2022-08-10T07:19:13.015Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:19:13.015Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:13.017Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:13.018Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115953015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:19:13.118Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:19:13.118Z||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-08-10T07:19:13.118Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:13.403Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:13.403Z||pool-47-thread-1|||||INFO|500||cambria reply ok (285 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:19:14.019Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:19:14.021Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:19:14.022Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||Trying to write artifact UUID: c640406f-f33c-4262-8864-3ace303a38ee, URL: /sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar to file: /app/ASDC/1/service-Vfw20220810071551-csar.csar
2022-08-10T07:19:14.022Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220810071551-csar.csar
2022-08-10T07:19:14.023Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220810071551-csar.csar
2022-08-10T07:19:14.023Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220810071551-csar.csar
2022-08-10T07:19:14.313Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6965076402449081684/Definitions/service-Vfw20220810071551-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-08-10T07:19:16.357Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:19:16.358Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|WARN|500||####################################################################################################
2022-08-10T07:19:16.358Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.358Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-10T07:19:16.358Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.358Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.358Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.358Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.358Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.359Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.359Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.359Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.359Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.359Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.359Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.359Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?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-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.359Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cf2abf7c-408c 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-Vfw20220810071551-csar.csar
2022-08-10T07:19:16.359Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|WARN|500||####################################################################################################
2022-08-10T07:19:16.359Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.360Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:16.360Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is matching search criteria
2022-08-10T07:19:16.360Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:19:16.360Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [vFW cf2abf7c-408c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:19:16.360Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.360Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:16.361Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is matching search criteria
2022-08-10T07:19:16.361Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:19:16.361Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [vFW cf2abf7c-408c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:19:16.361Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.361Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:16.361Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.361Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is not matching search criteria
2022-08-10T07:19:16.362Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:19:16.362Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:19:16.362Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:19:16.362Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:16.362Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:19:16.362Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:19:16.362Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:19:16.362Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:19:16.363Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:19:16.363Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:19:16.363Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:16.363Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:19:16.363Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:16.363Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:19:16.363Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:19:16.363Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T07:19:16.363Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.364Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:19:16.364Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.364Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is matching search criteria
2022-08-10T07:19:16.364Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [vFW cf2abf7c-408c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:19:16.364Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.364Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is matching search criteria
2022-08-10T07:19:16.365Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [vFW cf2abf7c-408c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:19:16.365Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.365Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is matching search criteria
2022-08-10T07:19:16.365Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [vFW cf2abf7c-408c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:19:16.365Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.365Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is not matching search criteria
2022-08-10T07:19:16.365Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:19:16.365Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T07:19:16.366Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:19:16.366Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:19:16.366Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:19:16.366Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:19:16.366Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:16.366Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:19:16.366Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:16.366Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:19:16.367Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:19:16.367Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6558df7-77c2-4efd-aff8-9c9d0553ab17
2022-08-10T07:19:16.367Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.367Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is not matching search criteria
2022-08-10T07:19:16.367Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:19:16.367Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:19:16.367Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:19:16.367Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:16.368Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:19:16.368Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:19:16.368Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:19:16.368Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T07:19:16.368Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:19:16.368Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:16.368Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:19:16.368Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:19:16.369Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ac1b03b6-38dc-4418-9120-3857a4ab2347
2022-08-10T07:19:16.369Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.369Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is not matching search criteria
2022-08-10T07:19:16.369Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:19:16.369Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:19:16.369Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:19:16.369Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:16.369Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:19:16.370Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:19:16.370Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:19:16.370Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:19:16.370Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:19:16.370Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:19:16.370Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:16.370Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T07:19:16.370Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0c3bdb97-738c-42c0-b1b2-4bbd9ab9b77f
2022-08-10T07:19:16.371Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.371Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:16.371Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.371Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:16.371Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.371Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:16.371Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:16.371Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:16.372Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-10 07-15-51
Description:catalog service description
Model UUID:9d7e3829-eb04-4bd2-9ef4-7b85d495e780
Model Version:NULL
Model InvariantUuid:9e72b1cd-bc40-4774-a3fc-419c83840c2c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW cf2abf7c-408c
Model UUID:66853883-7295-4923-a25f-ac3ca010555c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4264f964-7192-4104-8436-7b49dcfcbd0b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d5ef77cf-6ce4-4de5-9dc6-b6509e6d8154
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:39e6a07e-63db-4374-a100-e0a37b34ed20
ModelName:VfwCf2abf7c408c..base_vfw..module-0
ModelUuid:3cf777b6-f066-4602-a313-2c4f050184a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b6558df7-77c2-4efd-aff8-9c9d0553ab17
ModelInvariantUuid:b894e0ad-f8c6-40af-b56a-9ea85eab732c
ModelName:vFW cf2abf7c-408c-nodes.vfwCvfc
ModelUuid:330f1142-6bf0-4da0-ae33-344967c6cb35
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c19ba437-43f3-4a87-ba46-ad328c22b0c6
ModelInvariantUuid:ea8afccc-23d9-4ca0-9f80-9b0b0dd49d33
ModelName:VfwCf2abf7c408c.compute.nodes.heat.vfw
ModelUuid:66fbc638-f773-4da3-8191-6939566a91ab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ac1b03b6-38dc-4418-9120-3857a4ab2347
ModelInvariantUuid:d5b76378-430b-40ce-a2ac-661e9af36b60
ModelName:vFW cf2abf7c-408c-nodes.vsnCvfc
ModelUuid:cbae81ef-d4d6-4fa8-819c-e87d8b35da2d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5ccfe521-7da8-4096-88d7-fa693ad0a824
ModelInvariantUuid:870b1a57-1b25-4569-a165-3d5a3a3a72f4
ModelName:VfwCf2abf7c408c.compute.nodes.heat.vsn
ModelUuid:f20743cd-0c2d-41ab-8cbc-5d41be4bba17
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0c3bdb97-738c-42c0-b1b2-4bbd9ab9b77f
ModelInvariantUuid:dedcb6f4-9c88-45e3-9d0f-f09d145ca8a5
ModelName:vFW cf2abf7c-408c-nodes.vpgCvfc
ModelUuid:d62ab920-022d-4a75-8904-1621ffd2bf65
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7cce4fae-b864-4590-9b19-ecd6916c08b5
ModelInvariantUuid:3562073d-caaa-4e8d-908f-04593711215f
ModelName:VfwCf2abf7c408c.compute.nodes.heat.vpg
ModelUuid:4c67663c-a08d-4767-85ca-7892d981eff7
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-08-10T07:19:16.376Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: c9695b99-f178-4ccc-b194-5014c981a58b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:19:16.378Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||vFW cf2abf7c-408c 0
2022-08-10T07:19:16.378Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: c9695b99-f178-4ccc-b194-5014c981a58b
2022-08-10T07:19:16.379Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||Trying to download the artifact UUID: 0b2b35dd-56d4-4cf3-9656-0c771d2f28ca from URL: /sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json
2022-08-10T07:19:16.379Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:19:16.379Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json
2022-08-10T07:19:17.400Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:19:17.401Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json 0b2b35dd-56d4-4cf3-9656-0c771d2f28ca 785
2022-08-10T07:19:17.401Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json ASDC sendASDCNotification
2022-08-10T07:19:17.401Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json
2022-08-10T07:19:17.401Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:19:17.402Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:17.404Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:17.404Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115957401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:19:17.504Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:19:17.505Z||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-08-10T07:19:17.505Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:17.763Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:17.763Z||pool-48-thread-1|||||INFO|500||cambria reply ok (259 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:19:18.404Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCf2abf7c408c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "39e6a07e-63db-4374-a100-e0a37b34ed20",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3cf777b6-f066-4602-a313-2c4f050184a1",
    "vfModuleModelCustomizationUUID": "0ce3417e-db7b-4ab4-8d2a-441ceb137030",
    "isBase": true,
    "artifacts": [
      "1abfe221-e3b6-42a4-808f-c98706e1666d",
      "1b42b644-6177-4f2c-96a0-57ef2ccc18b7"
    ],
    "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-08-10T07:19:18.409Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf2abf7c408c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3cf777b6-f066-4602-a313-2c4f050184a1
VfModuleModelInvariantUUID:39e6a07e-63db-4374-a100-e0a37b34ed20
VfModuleModelDescription:NULL
Artifacts UUID List:{
1abfe221-e3b6-42a4-808f-c98706e1666d
,
1b42b644-6177-4f2c-96a0-57ef2ccc18b7

}
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-08-10T07:19:18.411Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCf2abf7c408c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "39e6a07e-63db-4374-a100-e0a37b34ed20",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3cf777b6-f066-4602-a313-2c4f050184a1",
    "vfModuleModelCustomizationUUID": "0ce3417e-db7b-4ab4-8d2a-441ceb137030",
    "isBase": true,
    "artifacts": [
      "1abfe221-e3b6-42a4-808f-c98706e1666d",
      "1b42b644-6177-4f2c-96a0-57ef2ccc18b7"
    ],
    "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-08-10T07:19:18.411Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf2abf7c408c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3cf777b6-f066-4602-a313-2c4f050184a1
VfModuleModelInvariantUUID:39e6a07e-63db-4374-a100-e0a37b34ed20
VfModuleModelDescription:NULL
Artifacts UUID List:{
1abfe221-e3b6-42a4-808f-c98706e1666d
,
1b42b644-6177-4f2c-96a0-57ef2ccc18b7

}
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-08-10T07:19:18.412Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||Trying to download the artifact UUID: 1abfe221-e3b6-42a4-808f-c98706e1666d from URL: /sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml
2022-08-10T07:19:18.412Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:19:18.412Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml
2022-08-10T07:19:18.697Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:19:18.698Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml 1abfe221-e3b6-42a4-808f-c98706e1666d 20368
2022-08-10T07:19:18.699Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T07:19:18.699Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml
2022-08-10T07:19:18.699Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:19:18.699Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:18.701Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:18.701Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115958698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:19:18.801Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:19:18.802Z||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-08-10T07:19:18.802Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:19.055Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:19.055Z||pool-49-thread-1|||||INFO|500||cambria reply ok (254 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:19:19.701Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||Trying to download the artifact UUID: 1b42b644-6177-4f2c-96a0-57ef2ccc18b7 from URL: /sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env
2022-08-10T07:19:19.702Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:19:19.702Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env
2022-08-10T07:19:20.016Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:19:20.017Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env 1b42b644-6177-4f2c-96a0-57ef2ccc18b7 2098
2022-08-10T07:19:20.017Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T07:19:20.017Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env
2022-08-10T07:19:20.017Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:19:20.018Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:20.020Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:20.020Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115960017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:19:20.120Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:19:20.121Z||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-08-10T07:19:20.121Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:20.448Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:20.448Z||pool-50-thread-1|||||INFO|500||cambria reply ok (327 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:19:21.021Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Preparing to deploy Service: 9d7e3829-eb04-4bd2-9ef4-7b85d495e780
2022-08-10T07:19:21.022Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cf2abf7c-408c 0 c9695b99-f178-4ccc-b194-5014c981a58b 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-08-10T07:19:21.038Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b944a12, org.onap.sdc.toscaparser.api.parameters.Input@22307eba, org.onap.sdc.toscaparser.api.parameters.Input@471c23bd, org.onap.sdc.toscaparser.api.parameters.Input@546db070, org.onap.sdc.toscaparser.api.parameters.Input@3dc0b435]
2022-08-10T07:19:21.039Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.039Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:21.040Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-10T07:19:21.040Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||VFCustomizationUUID= d5ef77cf-6ce4-4de5-9dc6-b6509e6d8154
2022-08-10T07:19:21.040Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5ef77cf-6ce4-4de5-9dc6-b6509e6d8154 matches Tosca VF Customization UUID: d5ef77cf-6ce4-4de5-9dc6-b6509e6d8154
2022-08-10T07:19:21.040Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||vfCustomizationUUID: d5ef77cf-6ce4-4de5-9dc6-b6509e6d8154  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-08-10T07:19:21.042Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.042Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:21.043Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||resource request for resource customization id d5ef77cf-6ce4-4de5-9dc6-b6509e6d8154: {\"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-08-10T07:19:21.043Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@354d86b
2022-08-10T07:19:21.043Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.044Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:19:21.044Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ce3417e-db7b-4ab4-8d2a-441ceb137030
2022-08-10T07:19:21.044Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ce3417e-db7b-4ab4-8d2a-441ceb137030
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-08-10T07:19:21.046Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.046Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is matching search criteria
2022-08-10T07:19:21.047Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [vFW cf2abf7c-408c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:19:21.047Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.047Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is matching search criteria
2022-08-10T07:19:21.047Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [vFW cf2abf7c-408c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:19:21.048Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.048Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is not matching search criteria
2022-08-10T07:19:21.048Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:19:21.049Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T07:19:21.049Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:19:21.049Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:19:21.049Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:19:21.050Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:19:21.050Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:21.050Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:19:21.050Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:21.051Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:19:21.051Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:19:21.051Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6558df7-77c2-4efd-aff8-9c9d0553ab17
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-08-10T07:19:21.053Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.053Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is matching search criteria
2022-08-10T07:19:21.053Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [vFW cf2abf7c-408c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:19:21.054Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.054Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is not matching search criteria
2022-08-10T07:19:21.054Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:19:21.054Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:19:21.055Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:19:21.055Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:21.055Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:19:21.055Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:19:21.055Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:19:21.056Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T07:19:21.056Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:19:21.056Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:21.056Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:19:21.056Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:19:21.057Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ac1b03b6-38dc-4418-9120-3857a4ab2347
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-08-10T07:19:21.058Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.058Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is matching search criteria
2022-08-10T07:19:21.058Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [vFW cf2abf7c-408c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:19:21.059Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.059Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is not matching search criteria
2022-08-10T07:19:21.059Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:19:21.060Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:19:21.060Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:19:21.060Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:21.060Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:19:21.061Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:19:21.061Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:19:21.061Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:19:21.061Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:19:21.062Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:19:21.062Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:19:21.062Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T07:19:21.062Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0c3bdb97-738c-42c0-b1b2-4bbd9ab9b77f
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-08-10T07:19:21.064Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.064Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is matching search criteria
2022-08-10T07:19:21.064Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [vFW cf2abf7c-408c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:19:21.064Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.064Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Node template vFW cf2abf7c-408c 0 is matching search criteria
2022-08-10T07:19:21.065Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found topology templates [vFW cf2abf7c-408c 0] matching following query criteria: sdcType=VF, customizationUUID=d5ef77cf-6ce4-4de5-9dc6-b6509e6d8154
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:19:21.066Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.066Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:21.066Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500|| resourceSeq for service uuid 9d7e3829-eb04-4bd2-9ef4-7b85d495e780: vFW cf2abf7c-408c
2022-08-10T07:19:21.066Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.066Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:21.067Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.067Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:21.067Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.067Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:21.067Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.068Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:21.068Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:19:21.068Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Service vFW 2022-08-10 07-15-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:19:21.068Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||Saving Service: vFW 2022-08-10 07-15-51 
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-08-10T07:19:21.174Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cf2abf7c-408c c9695b99-f178-4ccc-b194-5014c981a58b 1 ASDC deployResourceStructure
2022-08-10T07:19:21.174Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json ASDC sendASDCNotification
2022-08-10T07:19:21.174Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json
2022-08-10T07:19:21.174Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:19:21.174Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:21.176Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:21.176Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115961174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:19:21.277Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:19:21.278Z||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-08-10T07:19:21.278Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:21.588Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:21.589Z||pool-51-thread-1|||||INFO|500||cambria reply ok (312 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:19:22.177Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T07:19:22.177Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml
2022-08-10T07:19:22.178Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:19:22.178Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:22.180Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:22.180Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115962177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:19:22.280Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:19:22.281Z||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-08-10T07:19:22.281Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:22.479Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:22.479Z||pool-52-thread-1|||||INFO|500||cambria reply ok (199 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:19:23.181Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T07:19:23.182Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env
2022-08-10T07:19:23.182Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:19:23.182Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:23.184Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:23.184Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115963181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:19:23.285Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T07:19:23.286Z||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-08-10T07:19:23.286Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:23.723Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:23.724Z||pool-53-thread-1|||||INFO|500||cambria reply ok (439 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:19:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:19:24.083Z||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-08-10T07:19:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:19:24.186Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar ASDC sendASDCNotification
2022-08-10T07:19:24.186Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar
2022-08-10T07:19:24.186Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:19:24.186Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:19:24.188Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:19:24.188Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115964185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:19:24.288Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:19:24.289Z||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-08-10T07:19:24.289Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:19:24.314Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:24.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:19:24.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "policy-id",
  "timestamp": 1660115894569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:19:24.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:19:24.539Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:19:24.539Z||pool-54-thread-1|||||INFO|500||cambria reply ok (251 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:19:25.188Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e161af13-33e6-4de4-87d9-9ece0403b0c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:19:25.195Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e161af13-33e6-4de4-87d9-9ece0403b0c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:19:25.196Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:19:25.196Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:19:25.196Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:19:55.197Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e161af13-33e6-4de4-87d9-9ece0403b0c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:19:55.206Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e161af13-33e6-4de4-87d9-9ece0403b0c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:19:55.211Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:19:55.211Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:19:55.211Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:20:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:20:24.083Z||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-08-10T07:20:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:20:24.276Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:20:24.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:20:24.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115903048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:20:24.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:20:25.212Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e161af13-33e6-4de4-87d9-9ece0403b0c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:20:25.217Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e161af13-33e6-4de4-87d9-9ece0403b0c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:20:25.219Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:20:25.219Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:20:25.219Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:20:55.219Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e161af13-33e6-4de4-87d9-9ece0403b0c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:20:55.225Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e161af13-33e6-4de4-87d9-9ece0403b0c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:20:55.227Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:20:55.227Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:20:55.227Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:21:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:21:24.083Z||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-08-10T07:21:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:21:24.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:21:24.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "cds",
  "timestamp": 1660115902673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115891974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "policy-id",
  "timestamp": 1660115894569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115903048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "cds",
  "timestamp": 1660115902673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115891974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "policy-id",
  "timestamp": 1660115894569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115903048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115891974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "cds",
  "timestamp": 1660115902673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "policy-id",
  "timestamp": 1660115894569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115907111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115903048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "cds",
  "timestamp": 1660115902673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "policy-id",
  "timestamp": 1660115907844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115908030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115903048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "cds",
  "timestamp": 1660115902673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115908983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:21:24.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "policy-id",
  "timestamp": 1660115908848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:21:24.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115903048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115908030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "cds",
  "timestamp": 1660115902673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "policy-id",
  "timestamp": 1660115909851,
  "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-08-10T07:21:24.590Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e161af13-33e6-4de4-87d9-9ece0403b0c4
2022-08-10T07:21:24.591Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e161af13-33e6-4de4-87d9-9ece0403b0c4 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-08-10T07:21:24.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115908030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115911437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "cds",
  "timestamp": 1660115910790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115908030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "cds",
  "timestamp": 1660115911802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-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-08-10T07:21:24.600Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e161af13-33e6-4de4-87d9-9ece0403b0c4
2022-08-10T07:21:24.600Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e161af13-33e6-4de4-87d9-9ece0403b0c4 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-08-10T07:21:24.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115908030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115908030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "clamp",
  "timestamp": 1660115913796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115914897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:21:24.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115908030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "clamp",
  "timestamp": 1660115913796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115915902,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:21:24.609Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e161af13-33e6-4de4-87d9-9ece0403b0c4
2022-08-10T07:21:24.610Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e161af13-33e6-4de4-87d9-9ece0403b0c4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:21:24.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115916558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.622Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "clamp",
  "timestamp": 1660115913796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "clamp",
  "timestamp": 1660115913796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115917976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.625Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "clamp",
  "timestamp": 1660115913796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115919256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "clamp",
  "timestamp": 1660115913796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1660115918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115920456,
  "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-08-10T07:21:24.632Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e161af13-33e6-4de4-87d9-9ece0403b0c4
2022-08-10T07:21:24.633Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e161af13-33e6-4de4-87d9-9ece0403b0c4 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-08-10T07:21:24.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "clamp",
  "timestamp": 1660115913796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1660115918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115921463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:21:24.640Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1660115918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1660115918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1660115918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1660115918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1660115918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1660115926699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "cds",
  "timestamp": 1660115917673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "cds",
  "timestamp": 1660115917673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115928024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "clamp",
  "timestamp": 1660115929330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.647Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "cds",
  "timestamp": 1660115917673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115928024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "cds",
  "timestamp": 1660115917673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115928024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "clamp",
  "timestamp": 1660115931339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:21:24.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "cds",
  "timestamp": 1660115917673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115928024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "clamp",
  "timestamp": 1660115932343,
  "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-08-10T07:21:24.656Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e161af13-33e6-4de4-87d9-9ece0403b0c4
2022-08-10T07:21:24.656Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e161af13-33e6-4de4-87d9-9ece0403b0c4 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-08-10T07:21:24.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115931973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "cds",
  "timestamp": 1660115917673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115928024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115931973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "cds",
  "timestamp": 1660115917673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115928024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115931973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "cds",
  "timestamp": 1660115917673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115928024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115933049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115931973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115928024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115933049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "cds",
  "timestamp": 1660115935562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115931973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "policy-id",
  "timestamp": 1660115934568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115933049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "cds",
  "timestamp": 1660115936569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-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-08-10T07:21:24.680Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d183958-80ab-4966-be20-db20719249b9
2022-08-10T07:21:24.680Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d183958-80ab-4966-be20-db20719249b9 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-08-10T07:21:24.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115931973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115933049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "policy-id",
  "timestamp": 1660115934568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "policy-id",
  "timestamp": 1660115934568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115931973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1660115937772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:21:24.689Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115933049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115931973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "policy-id",
  "timestamp": 1660115934568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "aai-ml",
  "timestamp": 1660115939089,
  "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-08-10T07:21:24.692Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e161af13-33e6-4de4-87d9-9ece0403b0c4
2022-08-10T07:21:24.692Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e161af13-33e6-4de4-87d9-9ece0403b0c4 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-08-10T07:21:24.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115933049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "policy-id",
  "timestamp": 1660115934568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115941444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.698Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115933049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "policy-id",
  "timestamp": 1660115934568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115933049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115942678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:21:24.699Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "policy-id",
  "timestamp": 1660115934568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115943683,
  "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-08-10T07:21:24.702Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2d183958-80ab-4966-be20-db20719249b9
2022-08-10T07:21:24.702Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d183958-80ab-4966-be20-db20719249b9 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-08-10T07:21:24.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115943858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "policy-id",
  "timestamp": 1660115934568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "clamp",
  "timestamp": 1660115943796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10c0eed6-1f40-4de9-a23b-9f841f60ee75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115944212,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:21:24.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "policy-id",
  "timestamp": 1660115944334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.710Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "clamp",
  "timestamp": 1660115943796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115945768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:21:24.711Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "policy-id",
  "timestamp": 1660115945338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:21:24.711Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115946774,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:21:24.714Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d183958-80ab-4966-be20-db20719249b9
2022-08-10T07:21:24.714Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d183958-80ab-4966-be20-db20719249b9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:21:24.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "clamp",
  "timestamp": 1660115943796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "policy-id",
  "timestamp": 1660115946341,
  "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-08-10T07:21:24.724Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d183958-80ab-4966-be20-db20719249b9
2022-08-10T07:21:24.724Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d183958-80ab-4966-be20-db20719249b9 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-08-10T07:21:24.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "clamp",
  "timestamp": 1660115943796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "clamp",
  "timestamp": 1660115943796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "clamp",
  "timestamp": 1660115943796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "aai-ml",
  "timestamp": 1660115948207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "clamp",
  "timestamp": 1660115943796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "aai-ml",
  "timestamp": 1660115948207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "clamp",
  "timestamp": 1660115943796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "aai-ml",
  "timestamp": 1660115948207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "aai-ml",
  "timestamp": 1660115948207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115953015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "aai-ml",
  "timestamp": 1660115948207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "aai-ml",
  "timestamp": 1660115948207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "aai-ml",
  "timestamp": 1660115948207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:21:24.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "aai-ml",
  "timestamp": 1660115948207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:21:24.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:21:24.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115957401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "aai-ml",
  "timestamp": 1660115958187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115958698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115960017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115961174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/vfwcf2abf7c408c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:21:24.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115962177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:21:24.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115963181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/resourceInstances/vfwcf2abf7c408c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:21:24.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:24.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T07:21:24.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "clamp",
  "timestamp": 1660115963845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:21:24.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:21:25.227Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e161af13-33e6-4de4-87d9-9ece0403b0c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:21:25.233Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e161af13-33e6-4de4-87d9-9ece0403b0c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:21:25.235Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:21:25.235Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:21:25.235Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:21:25.236Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:21:25.236Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:21:25.236Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:21:25.239Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:21:55.239Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: e161af13-33e6-4de4-87d9-9ece0403b0c4 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-08-10T07:21:55.243Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e161af13-33e6-4de4-87d9-9ece0403b0c4 and serviceModelVersionId: 9d7e3829-eb04-4bd2-9ef4-7b85d495e780
2022-08-10T07:21:55.243Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e72b1cd-bc40-4774-a3fc-419c83840c2c
2022-08-10T07:21:55.244Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0
2022-08-10T07:21:55.249Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97debdd4-b972-42da-b0f9-ab05e5398813/model-vers/model-ver/ea474646-d5ad-4b5a-8127-056379a984ba?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:21:55.304Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||Invoke
2022-08-10T07:21:55.304Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e161af13-33e6-4de4-87d9-9ece0403b0c4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[186d9db7-156a-4f0a-a427-9180ebcea64a], X-ECOMP-RequestID=[e161af13-33e6-4de4-87d9-9ece0403b0c4], X-TransactionId=[], X-ONAP-RequestID=[e161af13-33e6-4de4-87d9-9ece0403b0c4], Content-Type=[application/merge-patch+json]}
2022-08-10T07:21:56.880Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||Invoke
2022-08-10T07:21:56.880Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e161af13-33e6-4de4-87d9-9ece0403b0c4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf9bc8e2-6f51-4cbb-b4fa-8bf4bb27a206], X-ECOMP-RequestID=[e161af13-33e6-4de4-87d9-9ece0403b0c4], X-TransactionId=[], X-ONAP-RequestID=[e161af13-33e6-4de4-87d9-9ece0403b0c4], Content-Type=[application/merge-patch+json]}
2022-08-10T07:21:58.399Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||Invoke
2022-08-10T07:21:58.399Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e161af13-33e6-4de4-87d9-9ece0403b0c4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[300fae46-62d7-4212-8edc-6913f074e691], X-ECOMP-RequestID=[e161af13-33e6-4de4-87d9-9ece0403b0c4], X-TransactionId=[], X-ONAP-RequestID=[e161af13-33e6-4de4-87d9-9ece0403b0c4], Content-Type=[application/merge-patch+json]}
2022-08-10T07:21:59.436Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:21:59.437Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?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-08-10T07:21:59.437Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:21:59.438Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?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-08-10T07:21:59.442Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?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-08-10T07:21:59.442Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e161af13-33e6-4de4-87d9-9ece0403b0c4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:21:59.442Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:21:59.442Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:21:59.444Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:21:59.444Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||try to send status {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116119442,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:21:59.544Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:21:59.545Z||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-08-10T07:21:59.545Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:21:59.682Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:21:59.683Z||pool-55-thread-1|||||INFO|500||cambria reply ok (138 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-08-10T07:22:00.454Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:22:00.454Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?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-08-10T07:22:00.454Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:22:06.238Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:22:06.244Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||received message from topic
2022-08-10T07:22:06.244Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"2d183958-80ab-4966-be20-db20719249b9","serviceName":"Demo_pNF_yt6rvUBELDBHOIkiJInk","serviceVersion":"1.0","serviceUUID":"ee23f745-5b5a-4b8a-9068-d7703450f62c","serviceDescription":"catalog service description","serviceInvariantUUID":"a9a77549-95e6-4dc1-af0f-248eb2fab150","resources":[{"resourceInstanceName":"pNF eff46dab-0583 0","resourceName":"pNF eff46dab-0583","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b1a5320b-96fa-467f-926c-83b7ddfb826e","resourceInvariantUUID":"5a3fc0eb-7e54-4736-a023-a8227b43667f","resourceCustomizationUUID":"1470f9c5-8978-444d-86c2-5aa7e558e74c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vf-license-model.xml","artifactChecksum":"ZTM4ODgwMGViZjllY2MxMTMwZjk1MTIzNGNjODdhNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aeacd900-f84e-4681-839b-f883ac0b05d0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/pNF.csar","artifactChecksum":"NGJjNDA1MTBhYzdjNTAzYmMzZjM4NGE1NzgxMmNjYTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"94d5c319-2be5-4186-a04b-7be953ac80fc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"841ad594-5932-43e7-aa44-241418137400","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vendor-license-model.xml","artifactChecksum":"NGRjNjNjOTRjNmRjMThhODY5ODY5YWM4MWQzYzE2Y2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d0c0daa3-b76f-4234-b411-86ab9c433277","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b14d2d75-be28-40bf-9c01-77f7e8f86cd0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"527b3c1c-d140-4efc-95ed-5922eeba28b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYt6rvubeldbhoikijink-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-template.yml","artifactChecksum":"OGY2YmU5ZmVjYjE0OTA1NTM4OWJlZmNkMTVmNTJjNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7fa81c1d-347a-49b2-8782-0767df178dfb","artifactVersion":"1"},{"artifactName":"service-DemoPnfYt6rvubeldbhoikijink-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar","artifactChecksum":"MDk5ZTEzNGFiNjA2YTlkNWVkYmIxYzEzMGMwMGNhMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5bed3c8b-fa0a-49a8-a4d3-883b784f6965","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:22:06.246Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:22:06.246Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:22:06.248Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:22:06.248Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:06.348Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:22:06.349Z||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-08-10T07:22:06.349Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:22:06.656Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:22:06.657Z||pool-56-thread-1|||||INFO|500||cambria reply ok (308 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:22:07.249Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:22:07.249Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:22:07.251Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:22:07.251Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:07.351Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:22:07.352Z||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-08-10T07:22:07.352Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:22:07.521Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:22:07.521Z||pool-57-thread-1|||||INFO|500||cambria reply ok (170 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:22:08.252Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:22:08.253Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:22:08.254Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:22:08.254Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:08.354Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:22:08.355Z||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-08-10T07:22:08.355Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:22:08.561Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:22:08.562Z||pool-58-thread-1|||||INFO|500||cambria reply ok (207 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:22:09.255Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:22:09.256Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:22:09.258Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:22:09.258Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:09.358Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:22:09.359Z||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-08-10T07:22:09.359Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:22:09.449Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:22:09.450Z||pool-59-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:22:10.258Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:22:10.259Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:22:10.261Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:22:10.261Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:10.361Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:22:10.363Z||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-08-10T07:22:10.363Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:22:10.549Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:22:10.551Z||pool-60-thread-1|||||INFO|500||cambria reply ok (190 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:22:11.261Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:22:11.262Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:22:11.264Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:22:11.264Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:11.365Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T07:22:11.366Z||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-08-10T07:22:11.366Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:22:11.564Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:22:11.565Z||pool-61-thread-1|||||INFO|500||cambria reply ok (200 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:22:12.265Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:22:12.266Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:22:12.268Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:22:12.268Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:12.368Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:22:12.369Z||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-08-10T07:22:12.369Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:22:12.632Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:22:12.633Z||pool-62-thread-1|||||INFO|500||cambria reply ok (265 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:22:13.268Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:22:13.269Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:22:13.271Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:22:13.271Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:22:13.371Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:22:13.372Z||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-08-10T07:22:13.373Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:22:13.745Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:22:13.746Z||pool-63-thread-1|||||INFO|500||cambria reply ok (374 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:22:14.272Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "serviceName": "Demo_pNF_yt6rvUBELDBHOIkiJInk",
  "serviceVersion": "1.0",
  "serviceUUID": "ee23f745-5b5a-4b8a-9068-d7703450f62c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a9a77549-95e6-4dc1-af0f-248eb2fab150",
  "resources": [
    {
      "resourceInstanceName": "pNF eff46dab-0583 0",
      "resourceCustomizationUUID": "1470f9c5-8978-444d-86c2-5aa7e558e74c",
      "resourceName": "pNF eff46dab-0583",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b1a5320b-96fa-467f-926c-83b7ddfb826e",
      "resourceInvariantUUID": "5a3fc0eb-7e54-4736-a023-a8227b43667f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
      "artifactChecksum": "MDk5ZTEzNGFiNjA2YTlkNWVkYmIxYzEzMGMwMGNhMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5bed3c8b-fa0a-49a8-a4d3-883b784f6965"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:22:14.272Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:22:14.272Z|e161af13-33e6-4de4-87d9-9ece0403b0c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ee23f745-5b5a-4b8a-9068-d7703450f62c ASDC
2022-08-10T07:22:14.273Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||ASDC Notification:
DistributionID:2d183958-80ab-4966-be20-db20719249b9
ServiceName:Demo_pNF_yt6rvUBELDBHOIkiJInk
ServiceVersion:1.0
ServiceUUID:ee23f745-5b5a-4b8a-9068-d7703450f62c
ServiceInvariantUUID:a9a77549-95e6-4dc1-af0f-248eb2fab150
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYt6rvubeldbhoikijink-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar
ArtifactUUID:5bed3c8b-fa0a-49a8-a4d3-883b784f6965
ArtifactChecksum:MDk5ZTEzNGFiNjA2YTlkNWVkYmIxYzEzMGMwMGNhMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF eff46dab-0583 0
ResourceCustomizationUUID:1470f9c5-8978-444d-86c2-5aa7e558e74c
ResourceInvariantUUID:5a3fc0eb-7e54-4736-a023-a8227b43667f
ResourceName:pNF eff46dab-0583
ResourceType:PNF
ResourceUUID:b1a5320b-96fa-467f-926c-83b7ddfb826e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-10T07:22:14.273Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee23f745-5b5a-4b8a-9068-d7703450f62c 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-08-10T07:22:14.294Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:22:14.294Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:22:14.294Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:22:14.295Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||Trying to download the artifact UUID: 5bed3c8b-fa0a-49a8-a4d3-883b784f6965 from URL: /sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:14.295Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:22:14.295Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:15.081Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:22:15.084Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar 5bed3c8b-fa0a-49a8-a4d3-883b784f6965 86684
2022-08-10T07:22:15.085Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar ASDC sendASDCNotification
2022-08-10T07:22:15.085Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:15.085Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:22:15.085Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:22:15.087Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:22:15.087Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116135085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:22:15.187Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:22:15.188Z||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-08-10T07:22:15.188Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:22:15.308Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:22:15.309Z||pool-64-thread-1|||||INFO|500||cambria reply ok (122 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:22:16.087Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:22:16.088Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:22:16.089Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||Trying to write artifact UUID: 5bed3c8b-fa0a-49a8-a4d3-883b784f6965, URL: /sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar to file: /app/ASDC/1/service-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:16.089Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:16.090Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:16.090Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:16.206Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7206481453613278388/Definitions/service-DemoPnfYt6rvubeldbhoikijink-template.yml
2022-08-10T07:22:16.974Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:22:16.975Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|WARN|500||####################################################################################################
2022-08-10T07:22:16.975Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:16.975Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-10T07:22:16.975Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF eff46dab-0583 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-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:16.976Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?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-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:16.976Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?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-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:16.976Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?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-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:16.976Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?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-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:16.976Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?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-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:16.976Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?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-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:16.976Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|WARN|500||####################################################################################################
2022-08-10T07:22:16.976Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:22:16.977Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Service Demo_pNF_yt6rvUBELDBHOIkiJInk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:22:16.977Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Node template pNF eff46dab-0583 0 is matching search criteria
2022-08-10T07:22:16.977Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:22:16.977Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Found topology templates [pNF eff46dab-0583 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:22:16.977Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:22:16.977Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Service Demo_pNF_yt6rvUBELDBHOIkiJInk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:22:16.978Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Node template pNF eff46dab-0583 0 is matching search criteria
2022-08-10T07:22:16.978Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:22:16.978Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Found topology templates [pNF eff46dab-0583 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:22:16.978Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:22:16.978Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Service Demo_pNF_yt6rvUBELDBHOIkiJInk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:22:16.978Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:22:16.978Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Service Demo_pNF_yt6rvUBELDBHOIkiJInk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:22:16.979Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:22:16.979Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Service Demo_pNF_yt6rvUBELDBHOIkiJInk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:22:16.979Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:22:16.979Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Service Demo_pNF_yt6rvUBELDBHOIkiJInk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:22:16.979Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:22:16.979Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Service Demo_pNF_yt6rvUBELDBHOIkiJInk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:22:16.980Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_yt6rvUBELDBHOIkiJInk
Description:catalog service description
Model UUID:ee23f745-5b5a-4b8a-9068-d7703450f62c
Model Version:NULL
Model InvariantUuid:a9a77549-95e6-4dc1-af0f-248eb2fab150
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-08-10T07:22:16.991Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: b1a5320b-96fa-467f-926c-83b7ddfb826e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:22:16.993Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||pNF eff46dab-0583 0
2022-08-10T07:22:16.993Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: b1a5320b-96fa-467f-926c-83b7ddfb826e
2022-08-10T07:22:16.993Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||No resources found for Service: ee23f745-5b5a-4b8a-9068-d7703450f62c
2022-08-10T07:22:16.994Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Preparing to deploy Service: ee23f745-5b5a-4b8a-9068-d7703450f62c
2022-08-10T07:22:16.994Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF eff46dab-0583 0 b1a5320b-96fa-467f-926c-83b7ddfb826e 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-08-10T07:22:16.996Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64fd1267, org.onap.sdc.toscaparser.api.parameters.Input@18f1dc66, org.onap.sdc.toscaparser.api.parameters.Input@518d4bac, org.onap.sdc.toscaparser.api.parameters.Input@645349eb, org.onap.sdc.toscaparser.api.parameters.Input@68b1112c]
2022-08-10T07:22:16.996Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:22:16.996Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Service Demo_pNF_yt6rvUBELDBHOIkiJInk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:22:16.997Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500|| resourceSeq for service uuid ee23f745-5b5a-4b8a-9068-d7703450f62c: pNF eff46dab-0583
2022-08-10T07:22:16.997Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||Processing PNF resource: b1a5320b-96fa-467f-926c-83b7ddfb826e
2022-08-10T07:22:16.997Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:22:16.997Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Service Demo_pNF_yt6rvUBELDBHOIkiJInk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:22:16.997Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||Resource customization UUID: 1470f9c5-8978-444d-86c2-5aa7e558e74c is the same as notified resource customizationUUID: 1470f9c5-8978-444d-86c2-5aa7e558e74c
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-08-10T07:22:17.027Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF eff46dab-0583 b1a5320b-96fa-467f-926c-83b7ddfb826e 0 ASDC deployResourceStructure
2022-08-10T07:22:17.027Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar ASDC sendASDCNotification
2022-08-10T07:22:17.028Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar
2022-08-10T07:22:17.028Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:22:17.028Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:22:17.030Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:22:17.030Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116137027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:22:17.130Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:22:17.131Z||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-08-10T07:22:17.131Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:22:17.377Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:22:17.377Z||pool-65-thread-1|||||INFO|500||cambria reply ok (246 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:22:18.030Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d183958-80ab-4966-be20-db20719249b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:22:18.038Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d183958-80ab-4966-be20-db20719249b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:22:18.041Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:22:18.041Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:22:18.041Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:22:24.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:22:24.083Z||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-08-10T07:22:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:22:24.451Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:22:24.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660115964185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810071551/1.0/artifacts/service-Vfw20220810071551-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:22:24.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "clamp",
  "timestamp": 1660115965342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:22:24.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "clamp",
  "timestamp": 1660115966348,
  "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-08-10T07:22:24.471Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d183958-80ab-4966-be20-db20719249b9
2022-08-10T07:22:24.471Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d183958-80ab-4966-be20-db20719249b9 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-08-10T07:22:24.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "aai-ml",
  "timestamp": 1660115966154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:22:24.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "aai-ml",
  "timestamp": 1660115967199,
  "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-08-10T07:22:24.481Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2d183958-80ab-4966-be20-db20719249b9
2022-08-10T07:22:24.482Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d183958-80ab-4966-be20-db20719249b9 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-08-10T07:22:24.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115988024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115991975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115993049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115988024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-10T07:22:24.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115991975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "cds",
  "timestamp": 1660115992673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115993049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115988024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-10T07:22:24.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115991975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "cds",
  "timestamp": 1660115992673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115993049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115991975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115988024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:22:24.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "cds",
  "timestamp": 1660115992673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "policy-id",
  "timestamp": 1660115994568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115993049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115988024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:22:24.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115991975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "cds",
  "timestamp": 1660115992673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "policy-id",
  "timestamp": 1660115994568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115993049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115991975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115988024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "cds",
  "timestamp": 1660115992673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "policy-id",
  "timestamp": 1660115994568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115993049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115991975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115988024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-10T07:22:24.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "cds",
  "timestamp": 1660115992673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "policy-id",
  "timestamp": 1660115994568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115993049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115988024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115991975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "cds",
  "timestamp": 1660115992673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "policy-id",
  "timestamp": 1660115994568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:22:24.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115993049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660115988024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:22:24.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660115991975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "cds",
  "timestamp": 1660115992673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "policy-id",
  "timestamp": 1660115994568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660115993049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:22:24.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116002344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:22:24.513Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "cds",
  "timestamp": 1660115992673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:22:24.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "policy-id",
  "timestamp": 1660115994568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116003086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:22:24.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116003552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:22:24.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "cds",
  "timestamp": 1660116002893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:22:24.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "policy-id",
  "timestamp": 1660115994568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116004717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:22:24.516Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "cds",
  "timestamp": 1660116004124,
  "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-08-10T07:22:24.523Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67e6e90f-eae2-46af-999a-2f65985d563a
2022-08-10T07:22:24.523Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e6e90f-eae2-46af-999a-2f65985d563a 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-08-10T07:22:24.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "policy-id",
  "timestamp": 1660115994568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:22:24.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "clamp",
  "timestamp": 1660116003796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116005464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:22:24.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116005867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:22:24.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "policy-id",
  "timestamp": 1660116005440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:22:24.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "clamp",
  "timestamp": 1660116003796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116006470,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:22:24.533Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67e6e90f-eae2-46af-999a-2f65985d563a
2022-08-10T07:22:24.533Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e6e90f-eae2-46af-999a-2f65985d563a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:22:24.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "policy-id",
  "timestamp": 1660116006444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:22:24.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "clamp",
  "timestamp": 1660116003796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116007325,
  "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-08-10T07:22:24.541Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67e6e90f-eae2-46af-999a-2f65985d563a
2022-08-10T07:22:24.541Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e6e90f-eae2-46af-999a-2f65985d563a 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-08-10T07:22:24.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116008329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:22:24.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "clamp",
  "timestamp": 1660116003796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:22:24.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "policy-id",
  "timestamp": 1660116007448,
  "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-08-10T07:22:24.548Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67e6e90f-eae2-46af-999a-2f65985d563a
2022-08-10T07:22:24.549Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e6e90f-eae2-46af-999a-2f65985d563a 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-08-10T07:22:24.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "clamp",
  "timestamp": 1660116003796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "clamp",
  "timestamp": 1660116003796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "aai-ml",
  "timestamp": 1660116008228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "clamp",
  "timestamp": 1660116003796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "aai-ml",
  "timestamp": 1660116008228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "clamp",
  "timestamp": 1660116003796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "aai-ml",
  "timestamp": 1660116008228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "clamp",
  "timestamp": 1660116003796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:22:24.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "aai-ml",
  "timestamp": 1660116008228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "aai-ml",
  "timestamp": 1660116008228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "aai-ml",
  "timestamp": 1660116008228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "aai-ml",
  "timestamp": 1660116008228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "clamp",
  "timestamp": 1660116017345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:22:24.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "aai-ml",
  "timestamp": 1660116008228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:22:24.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "aai-ml",
  "timestamp": 1660116008228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:22:24.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:22:24.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "clamp",
  "timestamp": 1660116019354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:22:24.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "aai-ml",
  "timestamp": 1660116019210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:22:24.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:22:24.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:22:24.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "clamp",
  "timestamp": 1660116020357,
  "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-08-10T07:22:24.558Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67e6e90f-eae2-46af-999a-2f65985d563a
2022-08-10T07:22:24.558Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e6e90f-eae2-46af-999a-2f65985d563a 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-08-10T07:22:48.041Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d183958-80ab-4966-be20-db20719249b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:22:48.049Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d183958-80ab-4966-be20-db20719249b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:22:48.051Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:22:48.052Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:22:48.052Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:22:48.052Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:22:48.052Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-10T07:22:48.053Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:22:48.053Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:22:48.056Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:23:18.056Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d183958-80ab-4966-be20-db20719249b9 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-08-10T07:23:18.062Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d183958-80ab-4966-be20-db20719249b9 and serviceModelVersionId: ee23f745-5b5a-4b8a-9068-d7703450f62c
2022-08-10T07:23:18.062Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9a77549-95e6-4dc1-af0f-248eb2fab150
2022-08-10T07:23:18.063Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0
2022-08-10T07:23:18.067Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e72b1cd-bc40-4774-a3fc-419c83840c2c/model-vers/model-ver/9d7e3829-eb04-4bd2-9ef4-7b85d495e780?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:23:18.113Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||Invoke
2022-08-10T07:23:18.114Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2d183958-80ab-4966-be20-db20719249b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7dc31e8-ad0b-4acf-bad5-5f99bb86e5d9], X-ECOMP-RequestID=[2d183958-80ab-4966-be20-db20719249b9], X-TransactionId=[], X-ONAP-RequestID=[2d183958-80ab-4966-be20-db20719249b9], Content-Type=[application/merge-patch+json]}
2022-08-10T07:23:19.643Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||Invoke
2022-08-10T07:23:19.643Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2d183958-80ab-4966-be20-db20719249b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e3f4ed12-0264-4866-b347-ebe8ec8f288e], X-ECOMP-RequestID=[2d183958-80ab-4966-be20-db20719249b9], X-TransactionId=[], X-ONAP-RequestID=[2d183958-80ab-4966-be20-db20719249b9], Content-Type=[application/merge-patch+json]}
2022-08-10T07:23:21.178Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||Invoke
2022-08-10T07:23:21.178Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2d183958-80ab-4966-be20-db20719249b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d6755d62-77c3-4e35-a408-cbdc6e0915cc], X-ECOMP-RequestID=[2d183958-80ab-4966-be20-db20719249b9], X-TransactionId=[], X-ONAP-RequestID=[2d183958-80ab-4966-be20-db20719249b9], Content-Type=[application/merge-patch+json]}
2022-08-10T07:23:22.216Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:23:22.216Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:22.217Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:23:22.217Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:22.221Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:22.222Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d183958-80ab-4966-be20-db20719249b9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:23:22.222Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:23:22.222Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:22.224Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:22.224Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116202222,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:23:22.326Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-10T07:23:22.327Z||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-08-10T07:23:22.327Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:22.545Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:22.546Z||pool-66-thread-1|||||INFO|500||cambria reply ok (220 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-08-10T07:23:23.236Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||received message from topic
2022-08-10T07:23:23.237Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"67e6e90f-eae2-46af-999a-2f65985d563a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7d84bc5d-ee63-4445-a3f3-12ff9a17701c","serviceDescription":"service","serviceInvariantUUID":"15fdf5a5-1973-4e1a-b7db-132b29564911","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6423235f-bc43-4c75-8ffb-3593924a640a","resourceInvariantUUID":"16dcd5b1-1695-4480-bac5-12b89b855ecb","resourceCustomizationUUID":"5df7ecdb-ef6a-4cf6-8aec-15a7e9fc26fc","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":"ZDI1ZjRhMWM1ZWM5MWViODRkODFiMWVhY2Q0NTgxZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13724851-fd05-4ef5-a59f-0c509c0156e0","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":"ea098778-ef1e-4b88-93b2-62752dad0cb4","artifactVersion":"2","generatedFromUUID":"2724d148-043e-4c63-9887-026d88d6cd57"},{"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":"2724d148-043e-4c63-9887-026d88d6cd57","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":"NzliNmRmYzM5MTIzMTI4ODkzNmIxMzI5ZDY0YTU4NTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb93e881-ba64-4144-9321-4bb2289bb9f9","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":"62b4ba72-d284-4c98-9114-afac9231347f","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":"c70d093e-88d9-4a59-bed1-48db1a3f19b1","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":"f290b1f4-2b31-4650-80ee-bf1f9a65de98","artifactVersion":"2","generatedFromUUID":"62b4ba72-d284-4c98-9114-afac9231347f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDc5ZDk2NmQ3MzY3ZTlmNzIwMzk1M2Y0NzZhNjRmMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"086672a9-1a3b-48d7-905f-ab5b0e3ec61c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2JiZTBiYzM2YmRmOGU1NDAyMDU3YjExZGFjNDkyZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be14a8fb-0249-460d-9bfa-8ca3eef59292","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:23:23.237Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:23:23.238Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:23.239Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:23.239Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:23.339Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:23.340Z||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-08-10T07:23:23.340Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:23.489Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:23.489Z||pool-67-thread-1|||||INFO|500||cambria reply ok (149 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:23:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:23:24.082Z||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-08-10T07:23:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:23:24.240Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:23:24.240Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:24.242Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:24.242Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-10T07:23:24.342Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:24.343Z||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-08-10T07:23:24.343Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:24.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:24.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "cds",
  "timestamp": 1660116022673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116023048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "policy-id",
  "timestamp": 1660116014568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "cds",
  "timestamp": 1660116022673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116023048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "policy-id",
  "timestamp": 1660116014568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116023048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "cds",
  "timestamp": 1660116022673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "aai-ml",
  "timestamp": 1660116026326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:23:24.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "policy-id",
  "timestamp": 1660116014568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:23:24.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "cds",
  "timestamp": 1660116022673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116023048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "aai-ml",
  "timestamp": 1660116027362,
  "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-08-10T07:23:24.369Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 67e6e90f-eae2-46af-999a-2f65985d563a
2022-08-10T07:23:24.369Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e6e90f-eae2-46af-999a-2f65985d563a 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-08-10T07:23:24.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "policy-id",
  "timestamp": 1660116014568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116028023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116023048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "cds",
  "timestamp": 1660116022673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116028023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:23:24.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "policy-id",
  "timestamp": 1660116014568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "cds",
  "timestamp": 1660116022673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116023048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "policy-id",
  "timestamp": 1660116014568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116028023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:23:24.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116023048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:23:24.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "cds",
  "timestamp": 1660116022673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:23:24.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "policy-id",
  "timestamp": 1660116014568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:23:24.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116028023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116031976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "cds",
  "timestamp": 1660116032592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:24.382Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116028023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-10T07:23:24.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116033412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:24.383Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "policy-id",
  "timestamp": 1660116032616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:24.384Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116031976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "cds",
  "timestamp": 1660116033599,
  "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-08-10T07:23:24.392Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09efffa8-96d7-4d5a-bc4c-d0f500f340ed
2022-08-10T07:23:24.392Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09efffa8-96d7-4d5a-bc4c-d0f500f340ed 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-08-10T07:23:24.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116028023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "policy-id",
  "timestamp": 1660116033622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:23:24.398Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116031976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116028023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:23:24.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "clamp",
  "timestamp": 1660116033796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116035763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:23:24.399Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "policy-id",
  "timestamp": 1660116034946,
  "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-08-10T07:23:24.402Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09efffa8-96d7-4d5a-bc4c-d0f500f340ed
2022-08-10T07:23:24.402Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09efffa8-96d7-4d5a-bc4c-d0f500f340ed 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-08-10T07:23:24.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116031976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "clamp",
  "timestamp": 1660116033796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:23:24.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116036767,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:23:24.410Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09efffa8-96d7-4d5a-bc4c-d0f500f340ed
2022-08-10T07:23:24.410Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09efffa8-96d7-4d5a-bc4c-d0f500f340ed and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:23:24.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116036857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:24.415Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116031976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "clamp",
  "timestamp": 1660116033796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116038085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:24.417Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116031976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "clamp",
  "timestamp": 1660116033796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116031976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "clamp",
  "timestamp": 1660116033796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116039361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:24.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "aai-ml",
  "timestamp": 1660116038208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "clamp",
  "timestamp": 1660116033796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116040459,
  "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-08-10T07:23:24.422Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09efffa8-96d7-4d5a-bc4c-d0f500f340ed
2022-08-10T07:23:24.422Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09efffa8-96d7-4d5a-bc4c-d0f500f340ed 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-08-10T07:23:24.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "aai-ml",
  "timestamp": 1660116038208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "clamp",
  "timestamp": 1660116033796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:23:24.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116041463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:23:24.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "aai-ml",
  "timestamp": 1660116038208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "aai-ml",
  "timestamp": 1660116038208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "aai-ml",
  "timestamp": 1660116038208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "aai-ml",
  "timestamp": 1660116038208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:24.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "aai-ml",
  "timestamp": 1660116038208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:23:24.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:23:24.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "aai-ml",
  "timestamp": 1660116046576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:24.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "clamp",
  "timestamp": 1660116049348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:24.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "clamp",
  "timestamp": 1660116051357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:23:24.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "clamp",
  "timestamp": 1660116052360,
  "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-08-10T07:23:24.432Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09efffa8-96d7-4d5a-bc4c-d0f500f340ed
2022-08-10T07:23:24.432Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09efffa8-96d7-4d5a-bc4c-d0f500f340ed 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-08-10T07:23:24.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "aai-ml",
  "timestamp": 1660116054590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:23:24.437Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:23:24.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:23:24.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "aai-ml",
  "timestamp": 1660116055619,
  "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-08-10T07:23:24.439Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 09efffa8-96d7-4d5a-bc4c-d0f500f340ed
2022-08-10T07:23:24.439Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09efffa8-96d7-4d5a-bc4c-d0f500f340ed 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-08-10T07:23:24.477Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:24.478Z||pool-68-thread-1|||||INFO|500||cambria reply ok (135 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:23:25.243Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:23:25.244Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:25.245Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:25.246Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-10T07:23:25.346Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:25.346Z||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-08-10T07:23:25.346Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:25.461Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:25.462Z||pool-69-thread-1|||||INFO|500||cambria reply ok (116 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:23:26.246Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:23:26.247Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:26.249Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:26.249Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:23:26.349Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:26.350Z||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-08-10T07:23:26.350Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:26.495Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:26.496Z||pool-70-thread-1|||||INFO|500||cambria reply ok (146 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:23:27.249Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:23:27.250Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:27.252Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:27.252Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:23:27.352Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:23:27.362Z||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-08-10T07:23:27.362Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:27.550Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:27.550Z||pool-71-thread-1|||||INFO|500||cambria reply ok (197 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:23:28.253Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:23:28.254Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:28.256Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:28.256Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:28.356Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:28.357Z||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-08-10T07:23:28.357Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:28.541Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:28.541Z||pool-72-thread-1|||||INFO|500||cambria reply ok (185 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:23:29.256Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:23:29.257Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:29.259Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:29.259Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-10T07:23:29.359Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:29.360Z||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-08-10T07:23:29.360Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:29.427Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:29.428Z||pool-73-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":11,"count":1}
2022-08-10T07:23:30.260Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:23:30.260Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:30.262Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:30.262Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:23:30.363Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T07:23:30.364Z||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-08-10T07:23:30.364Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:30.473Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:30.473Z||pool-74-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:23:31.263Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:23:31.264Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:31.266Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:31.266Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:23:31.366Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:31.367Z||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-08-10T07:23:31.367Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:31.627Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:31.627Z||pool-75-thread-1|||||INFO|500||cambria reply ok (261 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:23:32.266Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "7d84bc5d-ee63-4445-a3f3-12ff9a17701c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "15fdf5a5-1973-4e1a-b7db-132b29564911",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "5df7ecdb-ef6a-4cf6-8aec-15a7e9fc26fc",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6423235f-bc43-4c75-8ffb-3593924a640a",
      "resourceInvariantUUID": "16dcd5b1-1695-4480-bac5-12b89b855ecb",
      "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": "ea098778-ef1e-4b88-93b2-62752dad0cb4",
          "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": "2724d148-043e-4c63-9887-026d88d6cd57",
          "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": "NzliNmRmYzM5MTIzMTI4ODkzNmIxMzI5ZDY0YTU4NTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb93e881-ba64-4144-9321-4bb2289bb9f9",
          "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": "62b4ba72-d284-4c98-9114-afac9231347f",
          "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": "f290b1f4-2b31-4650-80ee-bf1f9a65de98",
            "generatedFromUUID": "62b4ba72-d284-4c98-9114-afac9231347f"
          },
          "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": "f290b1f4-2b31-4650-80ee-bf1f9a65de98",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "M2JiZTBiYzM2YmRmOGU1NDAyMDU3YjExZGFjNDkyZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "be14a8fb-0249-460d-9bfa-8ca3eef59292"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:23:32.267Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:23:32.267Z|2d183958-80ab-4966-be20-db20719249b9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7d84bc5d-ee63-4445-a3f3-12ff9a17701c ASDC
2022-08-10T07:23:32.268Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||ASDC Notification:
DistributionID:67e6e90f-eae2-46af-999a-2f65985d563a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:7d84bc5d-ee63-4445-a3f3-12ff9a17701c
ServiceInvariantUUID:15fdf5a5-1973-4e1a-b7db-132b29564911
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:be14a8fb-0249-460d-9bfa-8ca3eef59292
ArtifactChecksum:M2JiZTBiYzM2YmRmOGU1NDAyMDU3YjExZGFjNDkyZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5df7ecdb-ef6a-4cf6-8aec-15a7e9fc26fc
ResourceInvariantUUID:16dcd5b1-1695-4480-bac5-12b89b855ecb
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6423235f-bc43-4c75-8ffb-3593924a640a
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:ea098778-ef1e-4b88-93b2-62752dad0cb4
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:2724d148-043e-4c63-9887-026d88d6cd57
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:cb93e881-ba64-4144-9321-4bb2289bb9f9
ArtifactChecksum:NzliNmRmYzM5MTIzMTI4ODkzNmIxMzI5ZDY0YTU4NTE=
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:62b4ba72-d284-4c98-9114-afac9231347f
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:f290b1f4-2b31-4650-80ee-bf1f9a65de98
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:f290b1f4-2b31-4650-80ee-bf1f9a65de98
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-10T07:23:32.268Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d84bc5d-ee63-4445-a3f3-12ff9a17701c 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-08-10T07:23:32.292Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:23:32.292Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:23:32.292Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:23:32.292Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||Trying to download the artifact UUID: be14a8fb-0249-460d-9bfa-8ca3eef59292 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-10T07:23:32.292Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:23:32.292Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:32.814Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:23:32.817Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar be14a8fb-0249-460d-9bfa-8ca3eef59292 73000
2022-08-10T07:23:32.817Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:32.817Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:32.817Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:23:32.818Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:32.819Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:32.819Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116212817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:32.920Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:32.920Z||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-08-10T07:23:32.920Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:33.187Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:33.187Z||pool-76-thread-1|||||INFO|500||cambria reply ok (267 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:23:33.820Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:23:33.820Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:23:33.821Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||Trying to write artifact UUID: be14a8fb-0249-460d-9bfa-8ca3eef59292, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-10T07:23:33.821Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-08-10T07:23:33.821Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-10T07:23:33.821Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-10T07:23:33.924Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16226702262057736100/Definitions/service-BasicCnf-template.yml
2022-08-10T07:23:34.954Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:23:34.955Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|WARN|500||####################################################################################################
2022-08-10T07:23:34.955Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-10T07:23:34.955Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-10T07:23:34.955Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:34.955Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:34.955Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:34.955Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:34.955Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|WARN|500||####################################################################################################
2022-08-10T07:23:34.956Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:34.956Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:34.956Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-10T07:23:34.956Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:23:34.957Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:23:34.957Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:34.957Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:34.957Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-10T07:23:34.957Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:23:34.958Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:23:34.958Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:34.958Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:34.958Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:34.958Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-10T07:23:34.959Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-08-10T07:23:34.959Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-08-10T07:23:34.959Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T07:23:34.959Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:34.959Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:23:34.959Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:34.960Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-10T07:23:34.960Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:23:34.960Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:34.960Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-10T07:23:34.961Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:23:34.961Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:34.961Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-10T07:23:34.961Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:23:34.961Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:34.962Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-10T07:23:34.962Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-10T07:23:34.962Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cc410947-3a5e-4482-89bc-dd5523ab11b7
2022-08-10T07:23:34.962Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:34.962Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:34.963Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:34.963Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:34.963Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:34.963Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:34.963Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:34.964Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:34.964Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:7d84bc5d-ee63-4445-a3f3-12ff9a17701c
Model Version:NULL
Model InvariantUuid:15fdf5a5-1973-4e1a-b7db-132b29564911
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8bae5346-3aea-4b87-8c48-8d4b0379ff74
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:16dcd5b1-1695-4480-bac5-12b89b855ecb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5df7ecdb-ef6a-4cf6-8aec-15a7e9fc26fc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4cf4c2e4-86bd-47db-9325-8092b2399940
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f33b5ce7-a3ab-4ef4-9d5d-77120732e75a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cc410947-3a5e-4482-89bc-dd5523ab11b7
ModelInvariantUuid:5fc23ba3-a23c-44f4-b8a0-379ec547b96f
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e247d12a-0350-4d95-afb0-d4ad1b05f491
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:8193edc5-44ea-47fe-90a7-4d1fe813eca4
ModelInvariantUuid:76892737-7b8c-4dcf-bd4e-ea64392e512e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b0d5a30d-2548-427e-978c-63c39dc3aa1d
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-08-10T07:23:34.968Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 6423235f-bc43-4c75-8ffb-3593924a640a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:23:34.970Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||basic_cnf 0
2022-08-10T07:23:34.971Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 6423235f-bc43-4c75-8ffb-3593924a640a
2022-08-10T07:23:34.971Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||Trying to download the artifact UUID: ea098778-ef1e-4b88-93b2-62752dad0cb4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-10T07:23:34.971Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:23:34.971Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:35.020Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:23:35.021Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ea098778-ef1e-4b88-93b2-62752dad0cb4 12
2022-08-10T07:23:35.021Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:35.022Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:35.022Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:23:35.022Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:35.024Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:35.024Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116215021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:35.125Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:23:35.125Z||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-08-10T07:23:35.125Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:35.268Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:35.269Z||pool-77-thread-1|||||INFO|500||cambria reply ok (144 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:23:36.025Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||Trying to download the artifact UUID: 2724d148-043e-4c63-9887-026d88d6cd57 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-10T07:23:36.026Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:23:36.026Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:36.140Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:23:36.141Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2724d148-043e-4c63-9887-026d88d6cd57 2688
2022-08-10T07:23:36.141Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:36.142Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:36.142Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:23:36.142Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:36.144Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:36.144Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116216141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:36.244Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:36.245Z||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-08-10T07:23:36.245Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:36.420Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:36.421Z||pool-78-thread-1|||||INFO|500||cambria reply ok (177 ms):{"serverTimeMs":12,"count":1}
2022-08-10T07:23:37.146Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||Trying to download the artifact UUID: cb93e881-ba64-4144-9321-4bb2289bb9f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-10T07:23:37.146Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:23:37.146Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:37.292Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:23:37.293Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json cb93e881-ba64-4144-9321-4bb2289bb9f9 828
2022-08-10T07:23:37.293Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:37.293Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:37.293Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:23:37.294Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:37.295Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:37.296Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116217293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:37.396Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:37.397Z||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-08-10T07:23:37.397Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:37.700Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:37.700Z||pool-79-thread-1|||||INFO|500||cambria reply ok (304 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:23:38.296Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4cf4c2e4-86bd-47db-9325-8092b2399940",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f33b5ce7-a3ab-4ef4-9d5d-77120732e75a",
    "vfModuleModelCustomizationUUID": "f8345103-5690-457e-925c-ebf178c8205d",
    "isBase": true,
    "artifacts": [
      "62b4ba72-d284-4c98-9114-afac9231347f",
      "2724d148-043e-4c63-9887-026d88d6cd57",
      "f290b1f4-2b31-4650-80ee-bf1f9a65de98"
    ],
    "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-08-10T07:23:38.299Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f33b5ce7-a3ab-4ef4-9d5d-77120732e75a
VfModuleModelInvariantUUID:4cf4c2e4-86bd-47db-9325-8092b2399940
VfModuleModelDescription:NULL
Artifacts UUID List:{
62b4ba72-d284-4c98-9114-afac9231347f
,
2724d148-043e-4c63-9887-026d88d6cd57
,
f290b1f4-2b31-4650-80ee-bf1f9a65de98

}
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-08-10T07:23:38.301Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4cf4c2e4-86bd-47db-9325-8092b2399940",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f33b5ce7-a3ab-4ef4-9d5d-77120732e75a",
    "vfModuleModelCustomizationUUID": "f8345103-5690-457e-925c-ebf178c8205d",
    "isBase": true,
    "artifacts": [
      "62b4ba72-d284-4c98-9114-afac9231347f",
      "2724d148-043e-4c63-9887-026d88d6cd57",
      "f290b1f4-2b31-4650-80ee-bf1f9a65de98"
    ],
    "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-08-10T07:23:38.301Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f33b5ce7-a3ab-4ef4-9d5d-77120732e75a
VfModuleModelInvariantUUID:4cf4c2e4-86bd-47db-9325-8092b2399940
VfModuleModelDescription:NULL
Artifacts UUID List:{
62b4ba72-d284-4c98-9114-afac9231347f
,
2724d148-043e-4c63-9887-026d88d6cd57
,
f290b1f4-2b31-4650-80ee-bf1f9a65de98

}
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-08-10T07:23:38.301Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||Trying to download the artifact UUID: 62b4ba72-d284-4c98-9114-afac9231347f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-10T07:23:38.301Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:23:38.302Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:38.790Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:23:38.791Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 62b4ba72-d284-4c98-9114-afac9231347f 1164
2022-08-10T07:23:38.791Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:38.791Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:38.791Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:23:38.791Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:38.793Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:38.793Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116218791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:38.893Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:38.894Z||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-08-10T07:23:38.894Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:39.079Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:39.080Z||pool-80-thread-1|||||INFO|500||cambria reply ok (187 ms):{"serverTimeMs":13,"count":1}
2022-08-10T07:23:39.794Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||Trying to download the artifact UUID: f290b1f4-2b31-4650-80ee-bf1f9a65de98 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-10T07:23:39.794Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:23:39.794Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:39.984Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:23:39.984Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f290b1f4-2b31-4650-80ee-bf1f9a65de98 200
2022-08-10T07:23:39.984Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:39.984Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:39.985Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:23:39.985Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:39.986Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:39.986Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116219984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:23:40.086Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:40.087Z||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-08-10T07:23:40.087Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:40.264Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:40.265Z||pool-81-thread-1|||||INFO|500||cambria reply ok (178 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:23:40.987Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Preparing to deploy Service: 7d84bc5d-ee63-4445-a3f3-12ff9a17701c
2022-08-10T07:23:40.988Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6423235f-bc43-4c75-8ffb-3593924a640a 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 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-08-10T07:23:41.000Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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 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-08-10T07:23:41.007Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12a2dc3b, org.onap.sdc.toscaparser.api.parameters.Input@5e60bd0a, org.onap.sdc.toscaparser.api.parameters.Input@583b5b80, org.onap.sdc.toscaparser.api.parameters.Input@1b472e5e, org.onap.sdc.toscaparser.api.parameters.Input@1f007a09]
2022-08-10T07:23:41.008Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.009Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:41.009Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-10T07:23:41.009Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||VFCustomizationUUID= 5df7ecdb-ef6a-4cf6-8aec-15a7e9fc26fc
2022-08-10T07:23:41.009Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5df7ecdb-ef6a-4cf6-8aec-15a7e9fc26fc matches Tosca VF Customization UUID: 5df7ecdb-ef6a-4cf6-8aec-15a7e9fc26fc
2022-08-10T07:23:41.009Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||vfCustomizationUUID: 5df7ecdb-ef6a-4cf6-8aec-15a7e9fc26fc  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-08-10T07:23:41.011Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.011Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:41.011Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||resource request for resource customization id 5df7ecdb-ef6a-4cf6-8aec-15a7e9fc26fc: {\"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-08-10T07:23:41.012Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64a15b09
2022-08-10T07:23:41.012Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.012Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:23:41.012Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f8345103-5690-457e-925c-ebf178c8205d
2022-08-10T07:23:41.012Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f8345103-5690-457e-925c-ebf178c8205d
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-08-10T07:23:41.014Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.014Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-10T07:23:41.014Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:23:41.015Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.015Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-10T07:23:41.015Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:23:41.015Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.016Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-10T07:23:41.016Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-10T07:23:41.016Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cc410947-3a5e-4482-89bc-dd5523ab11b7
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-08-10T07:23:41.018Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.018Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-10T07:23:41.018Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:23:41.018Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.019Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-10T07:23:41.019Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5df7ecdb-ef6a-4cf6-8aec-15a7e9fc26fc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:23:41.021Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.021Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:41.021Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500|| resourceSeq for service uuid 7d84bc5d-ee63-4445-a3f3-12ff9a17701c: basic_cnf
2022-08-10T07:23:41.021Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.021Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:41.021Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.022Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:41.022Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.022Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:41.022Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.022Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:41.022Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:23:41.022Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:23:41.023Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:41.066Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6423235f-bc43-4c75-8ffb-3593924a640a 1 ASDC deployResourceStructure
2022-08-10T07:23:41.067Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:41.067Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:41.067Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-10T07:23:41.067Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:41.069Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:41.069Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116221066,
  "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-08-10T07:23:41.169Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:41.170Z||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-08-10T07:23:41.170Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:41.252Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:41.253Z||pool-82-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:23:42.071Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:42.072Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:42.072Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-10T07:23:42.073Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:42.075Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:42.075Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116222069,
  "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-08-10T07:23:42.175Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:42.176Z||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-08-10T07:23:42.176Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:42.315Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:42.315Z||pool-83-thread-1|||||INFO|500||cambria reply ok (140 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:23:43.076Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:43.077Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:43.077Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:23:43.078Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:43.081Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:43.081Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116223076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:23:43.181Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:23:43.182Z||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-08-10T07:23:43.182Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:43.301Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:43.302Z||pool-84-thread-1|||||INFO|500||cambria reply ok (121 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:23:44.082Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:44.083Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:44.083Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:23:44.084Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:44.086Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:44.086Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116224082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:23:44.186Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:44.187Z||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-08-10T07:23:44.187Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:44.360Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:44.361Z||pool-85-thread-1|||||INFO|500||cambria reply ok (175 ms):{"serverTimeMs":8,"count":1}
2022-08-10T07:23:45.093Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:45.093Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:45.094Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:23:45.094Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:45.097Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:45.097Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116225092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:23:45.197Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:23:45.199Z||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-08-10T07:23:45.199Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:45.388Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:45.389Z||pool-86-thread-1|||||INFO|500||cambria reply ok (192 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:23:46.100Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:46.100Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?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-08-10T07:23:46.101Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:23:46.101Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:23:46.103Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:23:46.103Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116226100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:23:46.203Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:23:46.204Z||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-08-10T07:23:46.204Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:23:46.538Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:23:46.538Z||pool-87-thread-1|||||INFO|500||cambria reply ok (335 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:23:47.104Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67e6e90f-eae2-46af-999a-2f65985d563a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:23:47.112Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67e6e90f-eae2-46af-999a-2f65985d563a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:23:47.114Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:23:47.114Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:23:47.115Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:23:47.115Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:23:47.115Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:23:47.115Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:23:47.118Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:24:17.118Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 67e6e90f-eae2-46af-999a-2f65985d563a 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-08-10T07:24:17.123Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67e6e90f-eae2-46af-999a-2f65985d563a and serviceModelVersionId: 7d84bc5d-ee63-4445-a3f3-12ff9a17701c
2022-08-10T07:24:17.123Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 15fdf5a5-1973-4e1a-b7db-132b29564911
2022-08-10T07:24:17.124Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0
2022-08-10T07:24:17.127Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:24:17.163Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a77549-95e6-4dc1-af0f-248eb2fab150/model-vers/model-ver/ee23f745-5b5a-4b8a-9068-d7703450f62c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:17.166Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||Invoke
2022-08-10T07:24:18.715Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:18.717Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||Invoke
2022-08-10T07:24:20.249Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:20.251Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||Invoke
2022-08-10T07:24:21.284Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:24:21.285Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:21.286Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:24:21.286Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:21.290Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:21.290Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67e6e90f-eae2-46af-999a-2f65985d563a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:24:21.291Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:24:21.291Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:21.293Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:21.293Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116261290,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:24:21.393Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:24:21.394Z||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-08-10T07:24:21.394Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:21.613Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:21.614Z||pool-88-thread-1|||||INFO|500||cambria reply ok (221 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-08-10T07:24:22.304Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||received message from topic
2022-08-10T07:24:22.304Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"09efffa8-96d7-4d5a-bc4c-d0f500f340ed","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"190b54be-d111-44a9-9835-80ab59784648","serviceDescription":"service","serviceInvariantUUID":"3e96b12b-964f-4196-a717-af217f5e67ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e36b7a93-258b-4bc1-94e6-34c9bd1ef3f8","resourceInvariantUUID":"31c9cdf0-2fc1-4490-a45a-efb42b11bf58","resourceCustomizationUUID":"bdc50446-09e0-4271-9595-0b394c188917","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":"ODI5ZjlkYmQ3Mzc0ZDE5MTJhM2VjZWM1N2E4OGU2M2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21c51b73-7bff-470a-9bdf-85072dc83416","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":"MmQ1ZTY1NzJlNzExMTEyNGU0OWQwYThhOGZlNGFhNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5fffd722-67b1-4cee-878f-afe8a44889c7","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":"ea79297b-5cd4-45de-ae4c-aa600e9c2bdd","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":"4cb8e6aa-294f-4a23-b22b-de2abc1205e6","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":"1ae64cb9-bc05-4aa5-888f-a2b0e4b96079","artifactVersion":"2","generatedFromUUID":"ea79297b-5cd4-45de-ae4c-aa600e9c2bdd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTdiYzQ5NTFmNjZjNmJmNDcwYTZiOGVjMGRiN2E3OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47c3d154-0a53-4b70-bf14-4e17c92a895f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDU0NWJkNGU0MTgwNzgzMzEwZjE3ZmRkOWJmNGYyYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3830d958-e597-4919-8bcb-ab30e2d032fd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:24:22.305Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:24:22.305Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:22.307Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:22.307Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:24:22.407Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:24:22.408Z||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-08-10T07:24:22.408Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:22.671Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:22.672Z||pool-89-thread-1|||||INFO|500||cambria reply ok (265 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:24:23.308Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:24:23.309Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:23.311Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:23.311Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:24:23.411Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:24:23.412Z||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-08-10T07:24:23.412Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:23.607Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:23.608Z||pool-90-thread-1|||||INFO|500||cambria reply ok (197 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:24:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:24:24.083Z||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-08-10T07:24:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:24:24.289Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:24.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:24:24.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e161af13-33e6-4de4-87d9-9ece0403b0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116119442,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:24:24.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:24:24.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:24:24.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:24:24.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:24:24.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:24:24.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:24:24.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:24:24.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:24:24.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:24:24.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:24:24.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:24:24.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:24:24.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:24:24.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:24:24.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:24:24.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:24:24.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:24:24.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/resourceInstances/pnfeff46dab05830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:24:24.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:24:24.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:24:24.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:24:24.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:24:24.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:24:24.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:24:24.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:24:24.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:24:24.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116135085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:24:24.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:24:24.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:24:24.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116137027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYt6rvubeldbhoikijink/1.0/artifacts/service-DemoPnfYt6rvubeldbhoikijink-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:24:24.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:24:24.312Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:24:24.318Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:24.320Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:24.320Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:24:24.420Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:24:24.421Z||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-08-10T07:24:24.421Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:24.671Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:24.672Z||pool-91-thread-1|||||INFO|500||cambria reply ok (251 ms):{"serverTimeMs":62,"count":1}
2022-08-10T07:24:25.321Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:24:25.322Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:25.323Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:25.324Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:24:25.424Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:24:25.425Z||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-08-10T07:24:25.425Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:25.553Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:25.554Z||pool-92-thread-1|||||INFO|500||cambria reply ok (130 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:24:26.324Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:24:26.325Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:26.327Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:26.327Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-10T07:24:26.427Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:24:26.428Z||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-08-10T07:24:26.428Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:26.613Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:26.614Z||pool-93-thread-1|||||INFO|500||cambria reply ok (186 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:24:27.328Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:24:27.329Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:27.331Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:27.331Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:24:27.431Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:24:27.432Z||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-08-10T07:24:27.432Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:27.563Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:27.563Z||pool-94-thread-1|||||INFO|500||cambria reply ok (131 ms):{"serverTimeMs":3,"count":1}
2022-08-10T07:24:28.332Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:24:28.332Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:28.334Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:28.334Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:24:28.434Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:24:28.435Z||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-08-10T07:24:28.435Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:28.627Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:28.627Z||pool-95-thread-1|||||INFO|500||cambria reply ok (192 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:24:29.336Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "190b54be-d111-44a9-9835-80ab59784648",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3e96b12b-964f-4196-a717-af217f5e67ba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "bdc50446-09e0-4271-9595-0b394c188917",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e36b7a93-258b-4bc1-94e6-34c9bd1ef3f8",
      "resourceInvariantUUID": "31c9cdf0-2fc1-4490-a45a-efb42b11bf58",
      "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": "MmQ1ZTY1NzJlNzExMTEyNGU0OWQwYThhOGZlNGFhNmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5fffd722-67b1-4cee-878f-afe8a44889c7",
          "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": "ea79297b-5cd4-45de-ae4c-aa600e9c2bdd",
          "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": "1ae64cb9-bc05-4aa5-888f-a2b0e4b96079",
            "generatedFromUUID": "ea79297b-5cd4-45de-ae4c-aa600e9c2bdd"
          },
          "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": "1ae64cb9-bc05-4aa5-888f-a2b0e4b96079",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDU0NWJkNGU0MTgwNzgzMzEwZjE3ZmRkOWJmNGYyYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3830d958-e597-4919-8bcb-ab30e2d032fd"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:24:29.336Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:24:29.336Z|67e6e90f-eae2-46af-999a-2f65985d563a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 190b54be-d111-44a9-9835-80ab59784648 ASDC
2022-08-10T07:24:29.337Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||ASDC Notification:
DistributionID:09efffa8-96d7-4d5a-bc4c-d0f500f340ed
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:190b54be-d111-44a9-9835-80ab59784648
ServiceInvariantUUID:3e96b12b-964f-4196-a717-af217f5e67ba
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:3830d958-e597-4919-8bcb-ab30e2d032fd
ArtifactChecksum:MDU0NWJkNGU0MTgwNzgzMzEwZjE3ZmRkOWJmNGYyYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:bdc50446-09e0-4271-9595-0b394c188917
ResourceInvariantUUID:31c9cdf0-2fc1-4490-a45a-efb42b11bf58
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e36b7a93-258b-4bc1-94e6-34c9bd1ef3f8
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:5fffd722-67b1-4cee-878f-afe8a44889c7
ArtifactChecksum:MmQ1ZTY1NzJlNzExMTEyNGU0OWQwYThhOGZlNGFhNmU=
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:ea79297b-5cd4-45de-ae4c-aa600e9c2bdd
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:1ae64cb9-bc05-4aa5-888f-a2b0e4b96079
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:1ae64cb9-bc05-4aa5-888f-a2b0e4b96079
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-10T07:24:29.337Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 190b54be-d111-44a9-9835-80ab59784648 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-08-10T07:24:29.357Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:24:29.358Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:24:29.358Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:24:29.358Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||Trying to download the artifact UUID: 3830d958-e597-4919-8bcb-ab30e2d032fd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-10T07:24:29.358Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:24:29.358Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:30.526Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:24:30.529Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3830d958-e597-4919-8bcb-ab30e2d032fd 75097
2022-08-10T07:24:30.529Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:30.529Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:30.529Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:24:30.530Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:30.531Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:30.531Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116270529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:24:30.632Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:24:30.632Z||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-08-10T07:24:30.632Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:30.779Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:30.780Z||pool-96-thread-1|||||INFO|500||cambria reply ok (148 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:24:31.532Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:24:31.533Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:24:31.533Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||Trying to write artifact UUID: 3830d958-e597-4919-8bcb-ab30e2d032fd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-10T07:24:31.534Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-08-10T07:24:31.534Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-10T07:24:31.534Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-08-10T07:24:31.646Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17974928534649098660/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-08-10T07:24:32.785Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:24:32.786Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|WARN|500||####################################################################################################
2022-08-10T07:24:32.786Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-10T07:24:32.786Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-10T07:24:32.787Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:32.787Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:32.787Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:32.787Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:32.787Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:32.788Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:32.788Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:32.788Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:32.788Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:32.789Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|WARN|500||####################################################################################################
2022-08-10T07:24:32.789Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:32.789Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:32.790Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-10T07:24:32.790Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:24:32.790Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:24:32.791Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:32.791Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:32.791Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-10T07:24:32.791Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:24:32.792Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:24:32.792Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:32.792Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:32.793Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:32.793Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-10T07:24:32.793Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-10T07:24:32.793Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-10T07:24:32.794Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-10T07:24:32.794Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-10T07:24:32.794Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T07:24:32.794Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:32.795Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:24:32.795Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:32.795Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-10T07:24:32.796Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:24:32.796Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:32.796Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-10T07:24:32.796Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:24:32.797Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:32.797Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-10T07:24:32.797Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:24:32.798Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:32.798Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-10T07:24:32.798Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-10T07:24:32.799Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-10T07:24:32.799Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=23f39e53-54f1-4806-836c-3729a0d1f892
2022-08-10T07:24:32.799Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:32.799Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:32.800Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:32.800Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:32.800Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:32.801Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:32.801Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:32.801Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:32.801Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:190b54be-d111-44a9-9835-80ab59784648
Model Version:NULL
Model InvariantUuid:3e96b12b-964f-4196-a717-af217f5e67ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:e6218149-17ac-4473-95a2-baa6021218e3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:31c9cdf0-2fc1-4490-a45a-efb42b11bf58
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bdc50446-09e0-4271-9595-0b394c188917
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6d70592e-8b12-47ac-9150-ab1701a59a4e
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e43acf87-60b4-446b-9076-98536fbe8f6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:23f39e53-54f1-4806-836c-3729a0d1f892
ModelInvariantUuid:de937fc0-e74a-451a-989d-cc775af8cfef
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ea0ea3eb-142b-4616-ab30-fe95fa39aae6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:488eca35-98ed-4dc9-8761-59b63badbce9
ModelInvariantUuid:003ee75e-83a1-4713-9ec9-1195a3bf6435
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5e6135de-c9c6-4d13-89c7-75a7de6a911c
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-08-10T07:24:32.806Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: e36b7a93-258b-4bc1-94e6-34c9bd1ef3f8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:24:32.808Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||basic_vm 0
2022-08-10T07:24:32.808Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: e36b7a93-258b-4bc1-94e6-34c9bd1ef3f8
2022-08-10T07:24:32.808Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||Trying to download the artifact UUID: 5fffd722-67b1-4cee-878f-afe8a44889c7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-10T07:24:32.809Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:24:32.809Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:32.859Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:24:32.859Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 5fffd722-67b1-4cee-878f-afe8a44889c7 787
2022-08-10T07:24:32.860Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:32.860Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:32.860Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:24:32.860Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:32.862Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:32.862Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116272860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:24:32.962Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:24:32.963Z||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-08-10T07:24:32.963Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:33.252Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:33.252Z||pool-97-thread-1|||||INFO|500||cambria reply ok (289 ms):{"serverTimeMs":3,"count":1}
2022-08-10T07:24:33.863Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6d70592e-8b12-47ac-9150-ab1701a59a4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e43acf87-60b4-446b-9076-98536fbe8f6b",
    "vfModuleModelCustomizationUUID": "52055e41-f665-4e11-bccc-81415e6b8488",
    "isBase": true,
    "artifacts": [
      "ea79297b-5cd4-45de-ae4c-aa600e9c2bdd",
      "1ae64cb9-bc05-4aa5-888f-a2b0e4b96079"
    ],
    "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-08-10T07:24:33.866Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e43acf87-60b4-446b-9076-98536fbe8f6b
VfModuleModelInvariantUUID:6d70592e-8b12-47ac-9150-ab1701a59a4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea79297b-5cd4-45de-ae4c-aa600e9c2bdd
,
1ae64cb9-bc05-4aa5-888f-a2b0e4b96079

}
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-08-10T07:24:33.868Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6d70592e-8b12-47ac-9150-ab1701a59a4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e43acf87-60b4-446b-9076-98536fbe8f6b",
    "vfModuleModelCustomizationUUID": "52055e41-f665-4e11-bccc-81415e6b8488",
    "isBase": true,
    "artifacts": [
      "ea79297b-5cd4-45de-ae4c-aa600e9c2bdd",
      "1ae64cb9-bc05-4aa5-888f-a2b0e4b96079"
    ],
    "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-08-10T07:24:33.869Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e43acf87-60b4-446b-9076-98536fbe8f6b
VfModuleModelInvariantUUID:6d70592e-8b12-47ac-9150-ab1701a59a4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea79297b-5cd4-45de-ae4c-aa600e9c2bdd
,
1ae64cb9-bc05-4aa5-888f-a2b0e4b96079

}
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-08-10T07:24:33.869Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||Trying to download the artifact UUID: ea79297b-5cd4-45de-ae4c-aa600e9c2bdd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-10T07:24:33.869Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:24:33.869Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:34.110Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:24:34.111Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ea79297b-5cd4-45de-ae4c-aa600e9c2bdd 5033
2022-08-10T07:24:34.111Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:34.111Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:34.111Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:24:34.111Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:34.113Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:34.113Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116274111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:24:34.213Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:24:34.214Z||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-08-10T07:24:34.215Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:34.467Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:34.467Z||pool-98-thread-1|||||INFO|500||cambria reply ok (253 ms):{"serverTimeMs":14,"count":1}
2022-08-10T07:24:35.114Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||Trying to download the artifact UUID: 1ae64cb9-bc05-4aa5-888f-a2b0e4b96079 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-10T07:24:35.114Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:24:35.114Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:35.212Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:24:35.213Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1ae64cb9-bc05-4aa5-888f-a2b0e4b96079 903
2022-08-10T07:24:35.213Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:35.213Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:35.213Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:24:35.213Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:35.215Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:35.215Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116275213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:24:35.315Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:24:35.316Z||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-08-10T07:24:35.316Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:35.468Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:35.468Z||pool-99-thread-1|||||INFO|500||cambria reply ok (152 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:24:36.215Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Preparing to deploy Service: 190b54be-d111-44a9-9835-80ab59784648
2022-08-10T07:24:36.216Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e36b7a93-258b-4bc1-94e6-34c9bd1ef3f8 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-08-10T07:24:36.228Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d2482a2, org.onap.sdc.toscaparser.api.parameters.Input@aa26c41, org.onap.sdc.toscaparser.api.parameters.Input@f91f97d, org.onap.sdc.toscaparser.api.parameters.Input@53308f50, org.onap.sdc.toscaparser.api.parameters.Input@6ab82606]
2022-08-10T07:24:36.230Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.231Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:36.231Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-10T07:24:36.231Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||VFCustomizationUUID= bdc50446-09e0-4271-9595-0b394c188917
2022-08-10T07:24:36.232Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdc50446-09e0-4271-9595-0b394c188917 matches Tosca VF Customization UUID: bdc50446-09e0-4271-9595-0b394c188917
2022-08-10T07:24:36.232Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||vfCustomizationUUID: bdc50446-09e0-4271-9595-0b394c188917  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-08-10T07:24:36.234Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.235Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:36.236Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||resource request for resource customization id bdc50446-09e0-4271-9595-0b394c188917: {\"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-08-10T07:24:36.236Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24a6815c
2022-08-10T07:24:36.236Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.236Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:24:36.237Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52055e41-f665-4e11-bccc-81415e6b8488
2022-08-10T07:24:36.237Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52055e41-f665-4e11-bccc-81415e6b8488
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-08-10T07:24:36.239Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.239Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-10T07:24:36.240Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:24:36.240Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.241Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-10T07:24:36.241Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:24:36.241Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.242Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-10T07:24:36.242Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-10T07:24:36.242Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-10T07:24:36.243Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=23f39e53-54f1-4806-836c-3729a0d1f892
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-08-10T07:24:36.245Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.245Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-10T07:24:36.245Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:24:36.246Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.246Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-10T07:24:36.247Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=bdc50446-09e0-4271-9595-0b394c188917
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:24:36.248Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.249Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:36.249Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500|| resourceSeq for service uuid 190b54be-d111-44a9-9835-80ab59784648: basic_vm
2022-08-10T07:24:36.249Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.249Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:36.250Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.250Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:36.250Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.251Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:36.251Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.251Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:36.252Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:24:36.252Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:24:36.252Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:36.310Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e36b7a93-258b-4bc1-94e6-34c9bd1ef3f8 1 ASDC deployResourceStructure
2022-08-10T07:24:36.311Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:36.311Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:36.311Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:24:36.311Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:36.313Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:36.313Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116276311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:24:36.413Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:24:36.414Z||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-08-10T07:24:36.414Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:36.565Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:36.566Z||pool-100-thread-1|||||INFO|500||cambria reply ok (151 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:24:37.314Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:37.314Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:37.314Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:24:37.315Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:37.316Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:37.317Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116277314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:24:37.417Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:24:37.418Z||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-08-10T07:24:37.418Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:37.907Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:37.908Z||pool-101-thread-1|||||INFO|500||cambria reply ok (490 ms):{"serverTimeMs":26,"count":1}
2022-08-10T07:24:38.318Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:38.318Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:38.318Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:24:38.318Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:38.320Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:38.320Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116278318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:24:38.420Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:24:38.422Z||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-08-10T07:24:38.422Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:39.403Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:39.403Z||pool-102-thread-1|||||INFO|500||cambria reply ok (983 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:24:39.404Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:39.404Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?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-08-10T07:24:39.404Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:24:39.404Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:24:39.406Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:24:39.406Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116279404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:24:39.506Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:24:39.507Z||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-08-10T07:24:39.507Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:24:39.892Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:24:39.892Z||pool-103-thread-1|||||INFO|500||cambria reply ok (385 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:24:40.407Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09efffa8-96d7-4d5a-bc4c-d0f500f340ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:24:40.418Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09efffa8-96d7-4d5a-bc4c-d0f500f340ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:24:40.421Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:24:40.421Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:24:40.421Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:24:40.421Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:24:40.421Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:24:40.421Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:24:40.424Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:25:10.425Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 09efffa8-96d7-4d5a-bc4c-d0f500f340ed 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-08-10T07:25:10.433Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09efffa8-96d7-4d5a-bc4c-d0f500f340ed and serviceModelVersionId: 190b54be-d111-44a9-9835-80ab59784648
2022-08-10T07:25:10.434Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3e96b12b-964f-4196-a717-af217f5e67ba
2022-08-10T07:25:10.435Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0
2022-08-10T07:25:10.442Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15fdf5a5-1973-4e1a-b7db-132b29564911/model-vers/model-ver/7d84bc5d-ee63-4445-a3f3-12ff9a17701c?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:25:10.486Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||Invoke
2022-08-10T07:25:10.487Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09efffa8-96d7-4d5a-bc4c-d0f500f340ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d5340345-0115-4483-97cf-33122cebb4ea], X-ECOMP-RequestID=[09efffa8-96d7-4d5a-bc4c-d0f500f340ed], X-TransactionId=[], X-ONAP-RequestID=[09efffa8-96d7-4d5a-bc4c-d0f500f340ed], Content-Type=[application/merge-patch+json]}
2022-08-10T07:25:12.065Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||Invoke
2022-08-10T07:25:12.066Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09efffa8-96d7-4d5a-bc4c-d0f500f340ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0aa113f8-d638-48ce-9a6b-4ede9d9adeab], X-ECOMP-RequestID=[09efffa8-96d7-4d5a-bc4c-d0f500f340ed], X-TransactionId=[], X-ONAP-RequestID=[09efffa8-96d7-4d5a-bc4c-d0f500f340ed], Content-Type=[application/merge-patch+json]}
2022-08-10T07:25:13.601Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||Invoke
2022-08-10T07:25:13.602Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09efffa8-96d7-4d5a-bc4c-d0f500f340ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2eee2be-8cbc-465c-a670-057f7ec94692], X-ECOMP-RequestID=[09efffa8-96d7-4d5a-bc4c-d0f500f340ed], X-TransactionId=[], X-ONAP-RequestID=[09efffa8-96d7-4d5a-bc4c-d0f500f340ed], Content-Type=[application/merge-patch+json]}
2022-08-10T07:25:14.639Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:25:14.640Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-08-10T07:25:14.641Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:25:14.641Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-08-10T07:25:14.647Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-08-10T07:25:14.647Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09efffa8-96d7-4d5a-bc4c-d0f500f340ed and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:25:14.647Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:25:14.648Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:25:14.651Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:25:14.651Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||try to send status {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116314647,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:25:14.751Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:25:14.753Z||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-08-10T07:25:14.753Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:25:15.186Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:25:15.187Z||pool-104-thread-1|||||INFO|500||cambria reply ok (435 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-08-10T07:25:15.665Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:25:15.665Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-08-10T07:25:15.665Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:25:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:25:24.083Z||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-08-10T07:25:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:25:24.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:25:24.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:25:24.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d183958-80ab-4966-be20-db20719249b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116202222,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:25:24.464Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:25:24.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:25:24.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:25:24.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:25:26.346Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:25:26.346Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:25:26.347Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-08-10T07:25:26.347Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:25:36.250Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:25:36.251Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:25:36.251Z||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-08-10T07:25:36.252Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:25:45.990Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:25:45.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:25:45.992Z||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-08-10T07:25:45.992Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:25:56.146Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:25:56.146Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:25:56.147Z||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-08-10T07:25:56.147Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:26:06.278Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:26:06.280Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:26:06.281Z||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-08-10T07:26:06.281Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:26:16.169Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:26:24.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:26:24.080Z||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-08-10T07:26:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:26:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:26:24.082Z||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-08-10T07:26:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:26:24.249Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:26:24.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-10T07:26:24.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:26:24.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-10T07:26:24.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:26:24.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:26:24.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:26:24.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:26:24.252Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:26:24.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:26:24.252Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:26:24.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-10T07:26:24.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:26:24.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:26:24.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:26:24.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:26:24.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:26:24.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116212817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:26:24.254Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:26:24.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116215021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:26:24.254Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:26:24.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116216141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:26:24.255Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:26:24.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116217293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:26:24.255Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:26:24.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116218791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:26:24.256Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:26:24.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116219984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:26:24.256Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:26:24.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116221066,
  "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-08-10T07:26:24.257Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:26:24.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116222069,
  "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-08-10T07:26:24.257Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:26:24.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116223076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:26:24.257Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:26:24.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116224082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:26:24.258Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:26:24.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116225092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:26:24.258Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:26:24.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116226100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:26:24.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:26:24.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67e6e90f-eae2-46af-999a-2f65985d563a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116261290,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:26:24.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:26:24.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:26:24.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:26:24.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:26:24.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:26:24.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:26:34.090Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:24.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:27:24.080Z||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-08-10T07:27:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:27:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:27:24.082Z||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-08-10T07:27:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:27:24.767Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:24.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:27:24.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:27:24.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:27:24.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:27:24.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-10T07:27:24.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:27:24.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:27:24.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:27:24.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:27:24.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:27:24.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116270529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:27:24.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:27:24.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116272860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:27:24.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:27:24.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116274111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:27:24.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:27:24.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116275213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:27:24.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:27:24.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116276311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:27:24.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:27:24.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116277314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:27:24.773Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:27:24.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116278318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:27:24.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:27:24.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116279404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:27:24.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:27:24.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:27:24.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09efffa8-96d7-4d5a-bc4c-d0f500f340ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116314647,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:27:24.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:27:25.449Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:25.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T07:27:25.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f","serviceName":"vFW 2022-08-10 07-25-06","serviceVersion":"1.0","serviceUUID":"f8866fd2-1b6c-48d5-8640-ac91f763c9fa","serviceDescription":"catalog service description","serviceInvariantUUID":"bbb694be-4c9d-441b-bb0d-a44953e31006","resources":[{"resourceInstanceName":"vFW e1a3d382-ec2c 0","resourceName":"vFW e1a3d382-ec2c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"751ede81-4809-480f-9d65-494f14161ce0","resourceInvariantUUID":"6c8a749c-0f64-4207-bfc6-e320d8e8c9b1","resourceCustomizationUUID":"42354dac-61fe-46db-a010-c5ec214d29b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vf-license-model.xml","artifactChecksum":"ZDk3OGM4NjNjZDFjMTU5NDI0MGY1ZjFiODVkYWVlMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bac94bf-28d8-4e74-a0b6-ba6ffa68656b","artifactVersion":"1"},{"artifactName":"vfwe1a3d382ec2c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json","artifactChecksum":"ODdjOWNlMTE1YmY5YWRkNTFmOWZhNjMzZjFmNjUzOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bdd9ac53-433a-46e0-8e54-704259856b47","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"60f8b34a-4752-4da5-839a-2ea64a3166d5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjRjM2RhMGRjMDZhY2U3MDBjNmZlMzcxMjE2ODE5Yjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0e5a17e-a166-4139-92c5-904db8b34242","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d484d58-48fc-492c-bc85-ccf0560e3793","artifactVersion":"2","generatedFromUUID":"60f8b34a-4752-4da5-839a-2ea64a3166d5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220810072506-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-template.yml","artifactChecksum":"NWYyNDFlZWU1NmNmYzQ2MzRkOWU0NmYwOGQ5NjNmYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b2038c0-064d-4fbd-a119-acb4b249e143","artifactVersion":"1"},{"artifactName":"service-Vfw20220810072506-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar","artifactChecksum":"ZTk4MGYzNzZlNWEzZWRlN2FkN2U2NGZmOTE2NWY4ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f8c5d5c-1c71-4f98-829a-5795cdbc9eed","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:27:25.452Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:27:25.452Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:25.455Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:25.455Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:27:25.555Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:27:25.556Z||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-08-10T07:27:25.556Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:25.733Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:25.734Z||pool-105-thread-1|||||INFO|500||cambria reply ok (179 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:27:26.455Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:27:26.456Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:26.458Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:26.458Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:27:26.558Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:27:26.558Z||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-08-10T07:27:26.559Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:26.765Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:26.765Z||pool-106-thread-1|||||INFO|500||cambria reply ok (207 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:27:27.458Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:27:27.459Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:27.461Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:27.461Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:27:27.563Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-10T07:27:27.563Z||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-08-10T07:27:27.564Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:27.979Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:27.979Z||pool-107-thread-1|||||INFO|500||cambria reply ok (416 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:27:28.461Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:27:28.462Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:28.464Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:28.464Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:27:28.565Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:27:28.565Z||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-08-10T07:27:28.565Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:28.672Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:28.673Z||pool-108-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:27:29.465Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:27:29.466Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:29.468Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:29.468Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:27:29.568Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:27:29.569Z||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-08-10T07:27:29.569Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:29.642Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:29.643Z||pool-109-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:27:30.468Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:27:30.469Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:30.471Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:30.471Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:27:30.571Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:27:30.572Z||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-08-10T07:27:30.572Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:30.816Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:30.817Z||pool-110-thread-1|||||INFO|500||cambria reply ok (245 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:27:31.472Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:27:31.472Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:31.474Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:31.474Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:27:31.575Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:27:31.575Z||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-08-10T07:27:31.575Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:31.662Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:31.663Z||pool-111-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:27:32.476Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "serviceName": "vFW 2022-08-10 07-25-06",
  "serviceVersion": "1.0",
  "serviceUUID": "f8866fd2-1b6c-48d5-8640-ac91f763c9fa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bbb694be-4c9d-441b-bb0d-a44953e31006",
  "resources": [
    {
      "resourceInstanceName": "vFW e1a3d382-ec2c 0",
      "resourceCustomizationUUID": "42354dac-61fe-46db-a010-c5ec214d29b1",
      "resourceName": "vFW e1a3d382-ec2c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "751ede81-4809-480f-9d65-494f14161ce0",
      "resourceInvariantUUID": "6c8a749c-0f64-4207-bfc6-e320d8e8c9b1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe1a3d382ec2c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
          "artifactChecksum": "ODdjOWNlMTE1YmY5YWRkNTFmOWZhNjMzZjFmNjUzOGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bdd9ac53-433a-46e0-8e54-704259856b47",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "60f8b34a-4752-4da5-839a-2ea64a3166d5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d484d58-48fc-492c-bc85-ccf0560e3793",
            "generatedFromUUID": "60f8b34a-4752-4da5-839a-2ea64a3166d5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d484d58-48fc-492c-bc85-ccf0560e3793",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220810072506-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
      "artifactChecksum": "ZTk4MGYzNzZlNWEzZWRlN2FkN2U2NGZmOTE2NWY4ZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f8c5d5c-1c71-4f98-829a-5795cdbc9eed"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:27:32.476Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:27:32.476Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f8866fd2-1b6c-48d5-8640-ac91f763c9fa ASDC
2022-08-10T07:27:32.476Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
ServiceName:vFW 2022-08-10 07-25-06
ServiceVersion:1.0
ServiceUUID:f8866fd2-1b6c-48d5-8640-ac91f763c9fa
ServiceInvariantUUID:bbb694be-4c9d-441b-bb0d-a44953e31006
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220810072506-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar
ArtifactUUID:2f8c5d5c-1c71-4f98-829a-5795cdbc9eed
ArtifactChecksum:ZTk4MGYzNzZlNWEzZWRlN2FkN2U2NGZmOTE2NWY4ZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e1a3d382-ec2c 0
ResourceCustomizationUUID:42354dac-61fe-46db-a010-c5ec214d29b1
ResourceInvariantUUID:6c8a749c-0f64-4207-bfc6-e320d8e8c9b1
ResourceName:vFW e1a3d382-ec2c
ResourceType:VF
ResourceUUID:751ede81-4809-480f-9d65-494f14161ce0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe1a3d382ec2c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json
ArtifactUUID:bdd9ac53-433a-46e0-8e54-704259856b47
ArtifactChecksum:ODdjOWNlMTE1YmY5YWRkNTFmOWZhNjMzZjFmNjUzOGU=
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/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml
ArtifactUUID:60f8b34a-4752-4da5-839a-2ea64a3166d5
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/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env
ArtifactUUID:5d484d58-48fc-492c-bc85-ccf0560e3793
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/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env
ArtifactUUID:5d484d58-48fc-492c-bc85-ccf0560e3793
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-10T07:27:32.476Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f8866fd2-1b6c-48d5-8640-ac91f763c9fa 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-08-10T07:27:32.513Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:27:32.514Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-10T07:27:32.514Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-10T07:27:32.514Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2f8c5d5c-1c71-4f98-829a-5795cdbc9eed from URL: /sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:32.514Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-10T07:27:32.515Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:32.727Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-10T07:27:32.735Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar 2f8c5d5c-1c71-4f98-829a-5795cdbc9eed 103059
2022-08-10T07:27:32.736Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar ASDC sendASDCNotification
2022-08-10T07:27:32.736Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:32.736Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:27:32.737Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:32.739Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:32.739Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116452736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:27:32.839Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:27:32.840Z||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-08-10T07:27:32.840Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:33.038Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:33.038Z||pool-112-thread-1|||||INFO|500||cambria reply ok (199 ms):{"serverTimeMs":3,"count":1}
2022-08-10T07:27:33.739Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:27:33.740Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-10T07:27:33.741Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2f8c5d5c-1c71-4f98-829a-5795cdbc9eed, URL: /sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar to file: /app/ASDC/1/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:33.741Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220810072506-csar.csar
2022-08-10T07:27:33.742Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:33.742Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:34.006Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6109719087157092082/Definitions/service-Vfw20220810072506-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-08-10T07:27:36.138Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:27:36.139Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-10T07:27:36.139Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.139Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-10T07:27:36.139Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||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-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.140Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||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-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.140Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.140Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.140Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.140Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||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-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.140Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.141Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.141Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.141Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.141Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.141Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e1a3d382-ec2c 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-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.141Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:36.141Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-10T07:27:36.142Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.142Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:36.142Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is matching search criteria
2022-08-10T07:27:36.143Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-10T07:27:36.143Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1a3d382-ec2c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:27:36.143Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.143Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:36.143Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is matching search criteria
2022-08-10T07:27:36.144Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-10T07:27:36.144Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1a3d382-ec2c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:27:36.144Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.144Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:36.145Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.145Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is not matching search criteria
2022-08-10T07:27:36.145Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:27:36.145Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:27:36.145Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:27:36.146Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:36.146Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:27:36.146Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:27:36.146Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:27:36.146Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:27:36.146Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:27:36.147Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:27:36.147Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:36.147Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:27:36.147Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:36.148Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:27:36.148Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:27:36.148Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T07:27:36.148Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.148Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:27:36.148Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.149Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is matching search criteria
2022-08-10T07:27:36.149Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1a3d382-ec2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:27:36.149Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.149Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is matching search criteria
2022-08-10T07:27:36.150Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1a3d382-ec2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:27:36.150Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.150Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is matching search criteria
2022-08-10T07:27:36.150Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1a3d382-ec2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:27:36.150Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.151Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is not matching search criteria
2022-08-10T07:27:36.151Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:27:36.151Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T07:27:36.151Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:27:36.151Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:27:36.152Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:27:36.152Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:27:36.152Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:36.152Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:27:36.152Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:36.152Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:27:36.153Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:27:36.153Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fccd0f54-9b42-403e-9783-3c91f22b5d65
2022-08-10T07:27:36.153Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.153Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is not matching search criteria
2022-08-10T07:27:36.153Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:27:36.154Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:27:36.154Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:27:36.154Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:36.154Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:27:36.154Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:27:36.154Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:27:36.155Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T07:27:36.155Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:27:36.155Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:36.155Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:27:36.155Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:27:36.155Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6ec9c4c0-0424-404e-b19d-8cb08eeea1aa
2022-08-10T07:27:36.156Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.156Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is not matching search criteria
2022-08-10T07:27:36.156Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:27:36.156Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:27:36.157Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:27:36.157Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:36.157Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:27:36.157Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:27:36.157Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:27:36.158Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:27:36.158Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:27:36.158Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:27:36.158Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:36.158Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T07:27:36.158Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd11dc58-7f5a-4b04-bd25-9ce176eaac91
2022-08-10T07:27:36.159Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.159Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:36.159Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.159Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:36.159Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.160Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:36.160Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:36.160Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:36.160Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-10 07-25-06
Description:catalog service description
Model UUID:f8866fd2-1b6c-48d5-8640-ac91f763c9fa
Model Version:NULL
Model InvariantUuid:bbb694be-4c9d-441b-bb0d-a44953e31006
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e1a3d382-ec2c
Model UUID:9658ab9d-4bb3-4123-8089-5bd2875da09f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6c8a749c-0f64-4207-bfc6-e320d8e8c9b1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:42354dac-61fe-46db-a010-c5ec214d29b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:82d8e5a5-f9d0-4a05-974d-d7f5cf3fea59
ModelName:VfwE1a3d382Ec2c..base_vfw..module-0
ModelUuid:e9101c1e-7479-4a3b-8cef-1eeb34476813
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fccd0f54-9b42-403e-9783-3c91f22b5d65
ModelInvariantUuid:5d17b386-7df0-4e25-803d-c7f43b167b3b
ModelName:vFW e1a3d382-ec2c-nodes.vfwCvfc
ModelUuid:366f97e6-4ac7-4037-b167-54215ac951cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:03d8101e-1fd3-4dc9-87d0-63c3efae3755
ModelInvariantUuid:75e8c3d5-a71d-4bb8-b6f5-b260db5192f3
ModelName:VfwE1a3d382Ec2c.compute.nodes.heat.vfw
ModelUuid:5e8dacad-9287-4847-91de-92350a11b620
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6ec9c4c0-0424-404e-b19d-8cb08eeea1aa
ModelInvariantUuid:9689fed0-ca14-4d77-8015-836089b94da0
ModelName:vFW e1a3d382-ec2c-nodes.vsnCvfc
ModelUuid:0fd5d9b1-d005-4083-8fa0-47f602939e94
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:daffebca-0a35-466f-aad5-628ef988892d
ModelInvariantUuid:613f9983-f4f3-4d7a-bb6d-63b244b66240
ModelName:VfwE1a3d382Ec2c.compute.nodes.heat.vsn
ModelUuid:c8b74f4c-b690-4596-ac3a-aa1a5cd8c747
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fd11dc58-7f5a-4b04-bd25-9ce176eaac91
ModelInvariantUuid:5f5aa1d6-4d0b-4cac-9628-891ee4b7e36b
ModelName:vFW e1a3d382-ec2c-nodes.vpgCvfc
ModelUuid:a1a8728f-1afe-4418-8e59-2e80a165d137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7cdb8eab-5291-4ff0-bc49-82269f1d9a4e
ModelInvariantUuid:9237d006-0c7a-48ab-9f84-10635c162118
ModelName:VfwE1a3d382Ec2c.compute.nodes.heat.vpg
ModelUuid:c1a1bc27-bb7f-4bf7-883b-5ee52416e9db
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-08-10T07:27:36.165Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 751ede81-4809-480f-9d65-494f14161ce0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:27:36.167Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||vFW e1a3d382-ec2c 0
2022-08-10T07:27:36.167Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 751ede81-4809-480f-9d65-494f14161ce0
2022-08-10T07:27:36.167Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bdd9ac53-433a-46e0-8e54-704259856b47 from URL: /sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json
2022-08-10T07:27:36.167Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-10T07:27:36.168Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json
2022-08-10T07:27:36.304Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-10T07:27:36.304Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json bdd9ac53-433a-46e0-8e54-704259856b47 785
2022-08-10T07:27:36.305Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json ASDC sendASDCNotification
2022-08-10T07:27:36.305Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json
2022-08-10T07:27:36.305Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:27:36.305Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:36.307Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:36.307Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116456304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:27:36.407Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:27:36.408Z||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-08-10T07:27:36.408Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:36.541Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:36.542Z||pool-113-thread-1|||||INFO|500||cambria reply ok (135 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:27:37.307Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE1a3d382Ec2c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "82d8e5a5-f9d0-4a05-974d-d7f5cf3fea59",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9101c1e-7479-4a3b-8cef-1eeb34476813",
    "vfModuleModelCustomizationUUID": "15e51da1-34b8-400e-a87c-dc1d16e6d325",
    "isBase": true,
    "artifacts": [
      "60f8b34a-4752-4da5-839a-2ea64a3166d5",
      "5d484d58-48fc-492c-bc85-ccf0560e3793"
    ],
    "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-08-10T07:27:37.313Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE1a3d382Ec2c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9101c1e-7479-4a3b-8cef-1eeb34476813
VfModuleModelInvariantUUID:82d8e5a5-f9d0-4a05-974d-d7f5cf3fea59
VfModuleModelDescription:NULL
Artifacts UUID List:{
60f8b34a-4752-4da5-839a-2ea64a3166d5
,
5d484d58-48fc-492c-bc85-ccf0560e3793

}
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-08-10T07:27:37.315Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE1a3d382Ec2c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "82d8e5a5-f9d0-4a05-974d-d7f5cf3fea59",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9101c1e-7479-4a3b-8cef-1eeb34476813",
    "vfModuleModelCustomizationUUID": "15e51da1-34b8-400e-a87c-dc1d16e6d325",
    "isBase": true,
    "artifacts": [
      "60f8b34a-4752-4da5-839a-2ea64a3166d5",
      "5d484d58-48fc-492c-bc85-ccf0560e3793"
    ],
    "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-08-10T07:27:37.316Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE1a3d382Ec2c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9101c1e-7479-4a3b-8cef-1eeb34476813
VfModuleModelInvariantUUID:82d8e5a5-f9d0-4a05-974d-d7f5cf3fea59
VfModuleModelDescription:NULL
Artifacts UUID List:{
60f8b34a-4752-4da5-839a-2ea64a3166d5
,
5d484d58-48fc-492c-bc85-ccf0560e3793

}
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-08-10T07:27:37.316Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 60f8b34a-4752-4da5-839a-2ea64a3166d5 from URL: /sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml
2022-08-10T07:27:37.316Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-10T07:27:37.317Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml
2022-08-10T07:27:37.599Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-10T07:27:37.600Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml 60f8b34a-4752-4da5-839a-2ea64a3166d5 20368
2022-08-10T07:27:37.601Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T07:27:37.601Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml
2022-08-10T07:27:37.601Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:27:37.601Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:37.603Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:37.603Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116457601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:27:37.703Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:27:37.704Z||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-08-10T07:27:37.704Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:37.842Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:37.842Z||pool-114-thread-1|||||INFO|500||cambria reply ok (138 ms):{"serverTimeMs":3,"count":1}
2022-08-10T07:27:38.607Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5d484d58-48fc-492c-bc85-ccf0560e3793 from URL: /sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env
2022-08-10T07:27:38.607Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-10T07:27:38.607Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env
2022-08-10T07:27:38.890Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-10T07:27:38.891Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env 5d484d58-48fc-492c-bc85-ccf0560e3793 2098
2022-08-10T07:27:38.892Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T07:27:38.892Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env
2022-08-10T07:27:38.892Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:27:38.892Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:38.894Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:38.894Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116458892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:27:38.995Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T07:27:38.996Z||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-08-10T07:27:38.996Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:39.230Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:39.230Z||pool-115-thread-1|||||INFO|500||cambria reply ok (235 ms):{"serverTimeMs":7,"count":1}
2022-08-10T07:27:39.895Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f8866fd2-1b6c-48d5-8640-ac91f763c9fa
2022-08-10T07:27:39.895Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e1a3d382-ec2c 0 751ede81-4809-480f-9d65-494f14161ce0 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-08-10T07:27:39.906Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2208bd67, org.onap.sdc.toscaparser.api.parameters.Input@7f81f56e, org.onap.sdc.toscaparser.api.parameters.Input@750459ba, org.onap.sdc.toscaparser.api.parameters.Input@5f645b11, org.onap.sdc.toscaparser.api.parameters.Input@3860361f]
2022-08-10T07:27:39.907Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.908Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:39.908Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-08-10T07:27:39.908Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 42354dac-61fe-46db-a010-c5ec214d29b1
2022-08-10T07:27:39.908Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42354dac-61fe-46db-a010-c5ec214d29b1 matches Tosca VF Customization UUID: 42354dac-61fe-46db-a010-c5ec214d29b1
2022-08-10T07:27:39.908Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 42354dac-61fe-46db-a010-c5ec214d29b1  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-08-10T07:27:39.910Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.910Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:39.911Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 42354dac-61fe-46db-a010-c5ec214d29b1: {\"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-08-10T07:27:39.911Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6265abfa
2022-08-10T07:27:39.911Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.911Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:27:39.912Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 15e51da1-34b8-400e-a87c-dc1d16e6d325
2022-08-10T07:27:39.912Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 15e51da1-34b8-400e-a87c-dc1d16e6d325
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-08-10T07:27:39.913Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.914Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is matching search criteria
2022-08-10T07:27:39.914Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1a3d382-ec2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:27:39.914Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.914Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is matching search criteria
2022-08-10T07:27:39.915Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1a3d382-ec2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:27:39.915Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.915Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is not matching search criteria
2022-08-10T07:27:39.916Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:27:39.916Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T07:27:39.916Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:27:39.916Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:27:39.916Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:27:39.917Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:27:39.917Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:39.917Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:27:39.917Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:39.917Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:27:39.918Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:27:39.918Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fccd0f54-9b42-403e-9783-3c91f22b5d65
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-08-10T07:27:39.919Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.919Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is matching search criteria
2022-08-10T07:27:39.920Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1a3d382-ec2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:27:39.920Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.920Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is not matching search criteria
2022-08-10T07:27:39.920Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:27:39.921Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:27:39.921Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:27:39.921Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:39.921Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:27:39.921Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:27:39.922Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:27:39.922Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T07:27:39.922Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:27:39.922Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:39.923Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:27:39.923Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:27:39.923Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6ec9c4c0-0424-404e-b19d-8cb08eeea1aa
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-08-10T07:27:39.924Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.924Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is matching search criteria
2022-08-10T07:27:39.925Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1a3d382-ec2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:27:39.925Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.925Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is not matching search criteria
2022-08-10T07:27:39.925Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:27:39.926Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:27:39.926Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:27:39.926Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:39.926Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:27:39.926Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:27:39.926Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:27:39.926Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:27:39.927Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:27:39.927Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:27:39.927Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:27:39.927Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T07:27:39.927Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd11dc58-7f5a-4b04-bd25-9ce176eaac91
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-08-10T07:27:39.929Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.929Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is matching search criteria
2022-08-10T07:27:39.929Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1a3d382-ec2c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:27:39.929Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.930Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Node template vFW e1a3d382-ec2c 0 is matching search criteria
2022-08-10T07:27:39.930Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1a3d382-ec2c 0] matching following query criteria: sdcType=VF, customizationUUID=42354dac-61fe-46db-a010-c5ec214d29b1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:27:39.931Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.931Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:39.931Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f8866fd2-1b6c-48d5-8640-ac91f763c9fa: vFW e1a3d382-ec2c
2022-08-10T07:27:39.931Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.932Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:39.932Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.932Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:39.932Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.933Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:39.933Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.933Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:39.933Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:27:39.934Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-10 07-25-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:27:39.934Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-08-10 07-25-06 
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-08-10T07:27:40.038Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e1a3d382-ec2c 751ede81-4809-480f-9d65-494f14161ce0 1 ASDC deployResourceStructure
2022-08-10T07:27:40.038Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json ASDC sendASDCNotification
2022-08-10T07:27:40.038Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json
2022-08-10T07:27:40.038Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:27:40.039Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:40.040Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:40.040Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116460038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:27:40.140Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:27:40.141Z||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-08-10T07:27:40.141Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:40.214Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:40.215Z||pool-116-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:27:41.041Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T07:27:41.042Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml
2022-08-10T07:27:41.042Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:27:41.042Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:41.043Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:41.044Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116461041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:27:41.144Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:27:41.144Z||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-08-10T07:27:41.145Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:41.353Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:41.353Z||pool-117-thread-1|||||INFO|500||cambria reply ok (209 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:27:42.045Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T07:27:42.045Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env
2022-08-10T07:27:42.045Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:27:42.046Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:42.066Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:42.066Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116462044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:27:42.148Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-08-10T07:27:42.148Z||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-08-10T07:27:42.149Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:42.273Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:42.274Z||pool-118-thread-1|||||INFO|500||cambria reply ok (126 ms):{"serverTimeMs":3,"count":1}
2022-08-10T07:27:43.067Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar ASDC sendASDCNotification
2022-08-10T07:27:43.068Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar
2022-08-10T07:27:43.068Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:27:43.068Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:27:43.070Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:27:43.070Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116463067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:27:43.170Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:27:43.171Z||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-08-10T07:27:43.171Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:27:43.321Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:27:43.322Z||pool-119-thread-1|||||INFO|500||cambria reply ok (152 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:27:44.071Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:27:44.077Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:27:44.078Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:27:44.079Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:27:44.079Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:28:14.079Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:28:14.086Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:28:14.087Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:28:14.088Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:28:14.088Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:28:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:28:24.083Z||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-08-10T07:28:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:28:24.200Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:28:24.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:28:24.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116431974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:28:24.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:28:24.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:28:24.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "policy-id",
  "timestamp": 1660116434568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:28:24.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:28:24.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:28:24.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116431974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:28:24.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:28:24.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:28:24.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "policy-id",
  "timestamp": 1660116434568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:28:24.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:28:24.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:28:24.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116431974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:28:24.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:28:24.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:28:24.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116443049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:28:24.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:28:24.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:28:24.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "cds",
  "timestamp": 1660116442675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:28:24.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:28:44.088Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:28:44.099Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:28:44.101Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:28:44.101Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:28:44.101Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:29:14.102Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:29:14.109Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:29:14.110Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:29:14.111Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:29:14.111Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:29:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:29:24.082Z||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-08-10T07:29:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:29:24.224Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:29:24.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:29:24.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116431974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:29:24.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:29:44.111Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:29:44.122Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:29:44.124Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:29:44.124Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:29:44.124Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:30:14.125Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:30:14.134Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:30:14.136Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:30:14.136Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:30:14.136Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:30:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:30:24.083Z||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-08-10T07:30:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:30:24.299Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:30:24.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "policy-id",
  "timestamp": 1660116434568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116443049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "cds",
  "timestamp": 1660116442675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116431974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "policy-id",
  "timestamp": 1660116434568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116443049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "cds",
  "timestamp": 1660116442675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "policy-id",
  "timestamp": 1660116434568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116431974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116443049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "cds",
  "timestamp": 1660116442675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "policy-id",
  "timestamp": 1660116434568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116431974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116443049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "cds",
  "timestamp": 1660116442675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "policy-id",
  "timestamp": 1660116434568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116448024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116443049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "cds",
  "timestamp": 1660116442675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "policy-id",
  "timestamp": 1660116449185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.348Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116448024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116443049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "cds",
  "timestamp": 1660116442675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116448024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "policy-id",
  "timestamp": 1660116450190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:30:24.351Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116451826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.351Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116444079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "policy-id",
  "timestamp": 1660116451193,
  "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-08-10T07:30:24.359Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
2022-08-10T07:30:24.359Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f 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-08-10T07:30:24.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116448024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "cds",
  "timestamp": 1660116451360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116448024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "cds",
  "timestamp": 1660116452369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-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-08-10T07:30:24.374Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
2022-08-10T07:30:24.374Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f 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-08-10T07:30:24.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116452736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116448024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "clamp",
  "timestamp": 1660116453796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116448024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116455311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "clamp",
  "timestamp": 1660116453796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116456180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.383Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116456314,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:30:24.387Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
2022-08-10T07:30:24.387Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:30:24.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "clamp",
  "timestamp": 1660116453796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116456304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.395Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "clamp",
  "timestamp": 1660116453796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116457668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.396Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116457601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.397Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "clamp",
  "timestamp": 1660116453796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116458791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.397Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116458892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.398Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "clamp",
  "timestamp": 1660116453796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "aai-ml",
  "timestamp": 1660116458208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116460087,
  "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-08-10T07:30:24.403Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
2022-08-10T07:30:24.403Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f 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-08-10T07:30:24.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116460038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:30:24.410Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "clamp",
  "timestamp": 1660116453796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "aai-ml",
  "timestamp": 1660116458208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116461093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vfwe1a3d382ec2c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:30:24.411Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116461041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:30:24.412Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "aai-ml",
  "timestamp": 1660116458208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116462044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:30:24.413Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "aai-ml",
  "timestamp": 1660116458208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116463067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:30:24.414Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "policy-id",
  "timestamp": 1660116454568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "cds",
  "timestamp": 1660116457673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "aai-ml",
  "timestamp": 1660116458208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/resourceInstances/vfwe1a3d382ec2c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "cds",
  "timestamp": 1660116457673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "policy-id",
  "timestamp": 1660116454568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "aai-ml",
  "timestamp": 1660116458208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "policy-id",
  "timestamp": 1660116454568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "cds",
  "timestamp": 1660116457673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "aai-ml",
  "timestamp": 1660116458208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "policy-id",
  "timestamp": 1660116454568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "cds",
  "timestamp": 1660116457673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "aai-ml",
  "timestamp": 1660116466521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.418Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "cds",
  "timestamp": 1660116457673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "policy-id",
  "timestamp": 1660116454568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "cds",
  "timestamp": 1660116457673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "policy-id",
  "timestamp": 1660116454568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116468024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "clamp",
  "timestamp": 1660116469421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "policy-id",
  "timestamp": 1660116454568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "cds",
  "timestamp": 1660116457673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116468024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "cds",
  "timestamp": 1660116457673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "policy-id",
  "timestamp": 1660116454568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116468024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "cds",
  "timestamp": 1660116471392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.423Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116468024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "policy-id",
  "timestamp": 1660116471368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "clamp",
  "timestamp": 1660116472425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:30:24.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116471973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116468024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "cds",
  "timestamp": 1660116472397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-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-08-10T07:30:24.437Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b61c19b-9bdd-41d2-a92d-904a81578fd1
2022-08-10T07:30:24.437Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b61c19b-9bdd-41d2-a92d-904a81578fd1 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-08-10T07:30:24.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "policy-id",
  "timestamp": 1660116472372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:30:24.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "clamp",
  "timestamp": 1660116473429,
  "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-08-10T07:30:24.451Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
2022-08-10T07:30:24.451Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f 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-08-10T07:30:24.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116471973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116473049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116468024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "policy-id",
  "timestamp": 1660116473375,
  "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-08-10T07:30:24.463Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b61c19b-9bdd-41d2-a92d-904a81578fd1
2022-08-10T07:30:24.463Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b61c19b-9bdd-41d2-a92d-904a81578fd1 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-08-10T07:30:24.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116471973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116473049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116468024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116471973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116473049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116468024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116471973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116473049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116471973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116473049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116471973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116473049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "aai-ml",
  "timestamp": 1660116478331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810072506/1.0/artifacts/service-Vfw20220810072506-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:30:24.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116471973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116473049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "aai-ml",
  "timestamp": 1660116479346,
  "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-08-10T07:30:24.488Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
2022-08-10T07:30:24.488Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f 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-08-10T07:30:24.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116473049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116481033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116482004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116482065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:30:24.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116483068,
  "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-08-10T07:30:24.505Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1b61c19b-9bdd-41d2-a92d-904a81578fd1
2022-08-10T07:30:24.505Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b61c19b-9bdd-41d2-a92d-904a81578fd1 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-08-10T07:30:24.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116483948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:30:24.513Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "clamp",
  "timestamp": 1660116483796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116484952,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:30:24.519Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b61c19b-9bdd-41d2-a92d-904a81578fd1
2022-08-10T07:30:24.519Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b61c19b-9bdd-41d2-a92d-904a81578fd1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:30:24.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "clamp",
  "timestamp": 1660116483796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "clamp",
  "timestamp": 1660116483796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "clamp",
  "timestamp": 1660116483796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "clamp",
  "timestamp": 1660116483796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "clamp",
  "timestamp": 1660116483796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "aai-ml",
  "timestamp": 1660116488226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "clamp",
  "timestamp": 1660116483796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "aai-ml",
  "timestamp": 1660116488226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "clamp",
  "timestamp": 1660116483796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "aai-ml",
  "timestamp": 1660116488226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "aai-ml",
  "timestamp": 1660116488226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "aai-ml",
  "timestamp": 1660116488226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "aai-ml",
  "timestamp": 1660116488226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "aai-ml",
  "timestamp": 1660116488226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:30:24.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "clamp",
  "timestamp": 1660116496425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "aai-ml",
  "timestamp": 1660116488226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:30:24.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:30:24.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "clamp",
  "timestamp": 1660116498438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:30:24.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "aai-ml",
  "timestamp": 1660116498069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:30:24.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:30:24.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:30:24.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "clamp",
  "timestamp": 1660116499442,
  "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-08-10T07:30:24.550Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b61c19b-9bdd-41d2-a92d-904a81578fd1
2022-08-10T07:30:24.550Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b61c19b-9bdd-41d2-a92d-904a81578fd1 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-08-10T07:30:44.136Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:30:44.145Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:30:44.148Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:30:44.148Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:30:44.148Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:30:44.148Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:30:44.148Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:30:44.148Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:30:44.152Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:31:14.152Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f 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-08-10T07:31:14.160Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f and serviceModelVersionId: f8866fd2-1b6c-48d5-8640-ac91f763c9fa
2022-08-10T07:31:14.160Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bbb694be-4c9d-441b-bb0d-a44953e31006
2022-08-10T07:31:14.161Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0
2022-08-10T07:31:14.165Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:31:14.202Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||Invoke
2022-08-10T07:31:14.203Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39d27374-bf44-4a8c-ba59-6048860e1885], X-ECOMP-RequestID=[7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f], X-TransactionId=[], X-ONAP-RequestID=[7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f], Content-Type=[application/merge-patch+json]}
2022-08-10T07:31:15.776Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||Invoke
2022-08-10T07:31:15.776Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c1b79f2-06ee-4dfb-8f3f-1388a194640e], X-ECOMP-RequestID=[7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f], X-TransactionId=[], X-ONAP-RequestID=[7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f], Content-Type=[application/merge-patch+json]}
2022-08-10T07:31:17.311Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||Invoke
2022-08-10T07:31:17.311Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75161ddc-25af-4613-a35c-b3ab68d267fe], X-ECOMP-RequestID=[7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f], X-TransactionId=[], X-ONAP-RequestID=[7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f], Content-Type=[application/merge-patch+json]}
2022-08-10T07:31:18.340Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:31:18.341Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?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-08-10T07:31:18.342Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:31:18.342Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?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-08-10T07:31:18.347Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?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-08-10T07:31:18.348Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:31:18.348Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:31:18.348Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:31:18.350Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:31:18.350Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||try to send status {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116678348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:31:18.450Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:31:18.451Z||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-08-10T07:31:18.451Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:31:18.565Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:31:18.565Z||pool-120-thread-1|||||INFO|500||cambria reply ok (115 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-08-10T07:31:19.363Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:31:19.363Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-08-10T07:31:19.363Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:31:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:31:24.082Z||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-08-10T07:31:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:31:24.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:31:24.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:31:24.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "aai-ml",
  "timestamp": 1660116504036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:31:24.460Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:31:24.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:31:24.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "aai-ml",
  "timestamp": 1660116505057,
  "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-08-10T07:31:24.467Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1b61c19b-9bdd-41d2-a92d-904a81578fd1
2022-08-10T07:31:24.467Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b61c19b-9bdd-41d2-a92d-904a81578fd1 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-08-10T07:31:25.453Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:31:25.454Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||received message from topic
2022-08-10T07:31:25.454Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1b61c19b-9bdd-41d2-a92d-904a81578fd1","serviceName":"Demo_pNF_Ka5XdgXThQCDQz01w9Ai","serviceVersion":"1.0","serviceUUID":"7765379f-f639-44df-b714-90261f8a7d4d","serviceDescription":"catalog service description","serviceInvariantUUID":"91fb78ce-e987-4d2f-870f-c66bf4dba027","resources":[{"resourceInstanceName":"pNF 7a32a6b1-215b 0","resourceName":"pNF 7a32a6b1-215b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9a7a8e4d-9961-4b6b-9cb8-c164699b402e","resourceInvariantUUID":"7f6f9eaa-0221-408a-8493-02b17710c06f","resourceCustomizationUUID":"639b2f8a-9c45-44ec-9176-1b1405c4a877","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vf-license-model.xml","artifactChecksum":"OWM0NDJmNjBjOTY0NmNjNTRmMDU5YzNiMDg5YjY0MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b0b44d4-5559-40bb-ad06-9283737de84c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/pNF.csar","artifactChecksum":"NGJjNDA1MTBhYzdjNTAzYmMzZjM4NGE1NzgxMmNjYTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10dcddc6-9326-444b-bd54-1606ef007c74","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c1a2e97-1bd3-4121-9a19-c1e2a3746809","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vendor-license-model.xml","artifactChecksum":"N2EyZDA5MTlmNzM1YmU1ZjQyMTc2NGNhZWQ2ZDVlNTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"05c90da1-2f92-4ef7-a433-2d5aa376bdb1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"109b6d75-2e32-41a2-bfa8-755fa57aa7f1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5bfc9ed-308b-485a-b5d9-866cbbb8ba0d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKa5xdgxthqcdqz01w9ai-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-template.yml","artifactChecksum":"ODljN2YxZGFlNDJjYzE5NGRhYzY0MzBmMzliODkxMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd871c73-ac18-4345-923c-b71bb341fa1e","artifactVersion":"1"},{"artifactName":"service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar","artifactChecksum":"N2I1NGM0YjFhNDYxYWUwMGM5MjMzOTZhM2Q3MmZmZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aed4935f-035a-4318-80b6-b994eb27c906","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:31:25.457Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:31:25.458Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:31:25.460Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:31:25.461Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:31:25.561Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:31:25.561Z||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-08-10T07:31:25.561Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:31:25.770Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:31:25.770Z||pool-121-thread-1|||||INFO|500||cambria reply ok (209 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:31:26.461Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:31:26.463Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:31:26.469Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:31:26.469Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:31:26.568Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:31:26.569Z||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-08-10T07:31:26.569Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:31:26.773Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:31:26.773Z||pool-122-thread-1|||||INFO|500||cambria reply ok (204 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:31:27.470Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:31:27.470Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:31:27.472Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:31:27.472Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:31:27.572Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:31:27.573Z||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-08-10T07:31:27.573Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:31:27.897Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:31:27.898Z||pool-123-thread-1|||||INFO|500||cambria reply ok (325 ms):{"serverTimeMs":4,"count":1}
2022-08-10T07:31:28.472Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:31:28.473Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:31:28.475Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:31:28.476Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:31:28.576Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:31:28.576Z||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-08-10T07:31:28.577Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:31:28.783Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:31:28.783Z||pool-124-thread-1|||||INFO|500||cambria reply ok (207 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:31:29.476Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:31:29.477Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:31:29.479Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:31:29.479Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:31:29.581Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-10T07:31:29.582Z||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-08-10T07:31:29.582Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:31:29.733Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:31:29.733Z||pool-125-thread-1|||||INFO|500||cambria reply ok (151 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:31:30.479Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:31:30.481Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:31:30.483Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:31:30.483Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:31:30.583Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:31:30.584Z||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-08-10T07:31:30.584Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:31:30.765Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:31:30.765Z||pool-126-thread-1|||||INFO|500||cambria reply ok (181 ms):{"serverTimeMs":4,"count":1}
2022-08-10T07:31:31.484Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:31:31.485Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:31:31.487Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:31:31.487Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:31:31.588Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:31:31.588Z||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-08-10T07:31:31.589Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:31:31.752Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:31:31.752Z||pool-127-thread-1|||||INFO|500||cambria reply ok (164 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:31:32.488Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:31:32.488Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:31:32.490Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:31:32.490Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:31:32.597Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-08-10T07:31:32.598Z||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-08-10T07:31:32.598Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:31:32.740Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:31:32.740Z||pool-128-thread-1|||||INFO|500||cambria reply ok (142 ms):{"serverTimeMs":16,"count":1}
2022-08-10T07:31:33.491Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "serviceName": "Demo_pNF_Ka5XdgXThQCDQz01w9Ai",
  "serviceVersion": "1.0",
  "serviceUUID": "7765379f-f639-44df-b714-90261f8a7d4d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "91fb78ce-e987-4d2f-870f-c66bf4dba027",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a32a6b1-215b 0",
      "resourceCustomizationUUID": "639b2f8a-9c45-44ec-9176-1b1405c4a877",
      "resourceName": "pNF 7a32a6b1-215b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9a7a8e4d-9961-4b6b-9cb8-c164699b402e",
      "resourceInvariantUUID": "7f6f9eaa-0221-408a-8493-02b17710c06f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
      "artifactChecksum": "N2I1NGM0YjFhNDYxYWUwMGM5MjMzOTZhM2Q3MmZmZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aed4935f-035a-4318-80b6-b994eb27c906"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:31:33.491Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:31:33.491Z|a50b0c07-0e0e-4236-8901-443417fce506|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7765379f-f639-44df-b714-90261f8a7d4d ASDC
2022-08-10T07:31:33.492Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1b61c19b-9bdd-41d2-a92d-904a81578fd1
ServiceName:Demo_pNF_Ka5XdgXThQCDQz01w9Ai
ServiceVersion:1.0
ServiceUUID:7765379f-f639-44df-b714-90261f8a7d4d
ServiceInvariantUUID:91fb78ce-e987-4d2f-870f-c66bf4dba027
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
ArtifactUUID:aed4935f-035a-4318-80b6-b994eb27c906
ArtifactChecksum:N2I1NGM0YjFhNDYxYWUwMGM5MjMzOTZhM2Q3MmZmZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a32a6b1-215b 0
ResourceCustomizationUUID:639b2f8a-9c45-44ec-9176-1b1405c4a877
ResourceInvariantUUID:7f6f9eaa-0221-408a-8493-02b17710c06f
ResourceName:pNF 7a32a6b1-215b
ResourceType:PNF
ResourceUUID:9a7a8e4d-9961-4b6b-9cb8-c164699b402e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-10T07:31:33.492Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7765379f-f639-44df-b714-90261f8a7d4d 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-08-10T07:31:33.559Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:31:33.559Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:31:33.560Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:31:33.560Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||Trying to download the artifact UUID: aed4935f-035a-4318-80b6-b994eb27c906 from URL: /sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:33.560Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:31:33.560Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:34.643Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:31:34.652Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar aed4935f-035a-4318-80b6-b994eb27c906 86699
2022-08-10T07:31:34.652Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar ASDC sendASDCNotification
2022-08-10T07:31:34.652Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:34.652Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:31:34.653Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:31:34.657Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:31:34.657Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116694652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:31:34.757Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:31:34.758Z||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-08-10T07:31:34.759Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:31:34.975Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:31:34.975Z||pool-129-thread-1|||||INFO|500||cambria reply ok (217 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:31:35.657Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:31:35.658Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:31:35.658Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||Trying to write artifact UUID: aed4935f-035a-4318-80b6-b994eb27c906, URL: /sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar to file: /app/ASDC/1/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:35.659Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:35.659Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:35.659Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:35.809Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6865523934556762802/Definitions/service-DemoPnfKa5xdgxthqcdqz01w9ai-template.yml
2022-08-10T07:31:36.534Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:31:36.535Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|WARN|500||####################################################################################################
2022-08-10T07:31:36.535Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:36.535Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-10T07:31:36.536Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:36.536Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:36.536Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:36.537Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:36.537Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:36.537Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a32a6b1-215b 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-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:36.537Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?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-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:36.538Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|WARN|500||####################################################################################################
2022-08-10T07:31:36.538Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:31:36.538Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Service Demo_pNF_Ka5XdgXThQCDQz01w9Ai is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:31:36.539Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Node template pNF 7a32a6b1-215b 0 is matching search criteria
2022-08-10T07:31:36.539Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:31:36.539Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Found topology templates [pNF 7a32a6b1-215b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:31:36.540Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:31:36.540Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Service Demo_pNF_Ka5XdgXThQCDQz01w9Ai is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:31:36.540Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Node template pNF 7a32a6b1-215b 0 is matching search criteria
2022-08-10T07:31:36.540Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:31:36.541Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Found topology templates [pNF 7a32a6b1-215b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:31:36.541Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:31:36.541Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Service Demo_pNF_Ka5XdgXThQCDQz01w9Ai is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:31:36.542Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:31:36.542Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Service Demo_pNF_Ka5XdgXThQCDQz01w9Ai is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:31:36.542Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:31:36.543Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Service Demo_pNF_Ka5XdgXThQCDQz01w9Ai is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:31:36.543Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:31:36.543Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Service Demo_pNF_Ka5XdgXThQCDQz01w9Ai is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:31:36.543Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:31:36.544Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Service Demo_pNF_Ka5XdgXThQCDQz01w9Ai is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:31:36.544Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ka5XdgXThQCDQz01w9Ai
Description:catalog service description
Model UUID:7765379f-f639-44df-b714-90261f8a7d4d
Model Version:NULL
Model InvariantUuid:91fb78ce-e987-4d2f-870f-c66bf4dba027
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-08-10T07:31:36.552Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 9a7a8e4d-9961-4b6b-9cb8-c164699b402e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:31:36.556Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||pNF 7a32a6b1-215b 0
2022-08-10T07:31:36.556Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 9a7a8e4d-9961-4b6b-9cb8-c164699b402e
2022-08-10T07:31:36.556Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||No resources found for Service: 7765379f-f639-44df-b714-90261f8a7d4d
2022-08-10T07:31:36.557Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Preparing to deploy Service: 7765379f-f639-44df-b714-90261f8a7d4d
2022-08-10T07:31:36.557Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7a32a6b1-215b 0 9a7a8e4d-9961-4b6b-9cb8-c164699b402e 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-08-10T07:31:36.561Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75608382, org.onap.sdc.toscaparser.api.parameters.Input@69e69036, org.onap.sdc.toscaparser.api.parameters.Input@546c50e2, org.onap.sdc.toscaparser.api.parameters.Input@96ff41b, org.onap.sdc.toscaparser.api.parameters.Input@78e21a27]
2022-08-10T07:31:36.562Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:31:36.562Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Service Demo_pNF_Ka5XdgXThQCDQz01w9Ai is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:31:36.563Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500|| resourceSeq for service uuid 7765379f-f639-44df-b714-90261f8a7d4d: pNF 7a32a6b1-215b
2022-08-10T07:31:36.563Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||Processing PNF resource: 9a7a8e4d-9961-4b6b-9cb8-c164699b402e
2022-08-10T07:31:36.563Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:31:36.563Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Service Demo_pNF_Ka5XdgXThQCDQz01w9Ai is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:31:36.564Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||Resource customization UUID: 639b2f8a-9c45-44ec-9176-1b1405c4a877 is the same as notified resource customizationUUID: 639b2f8a-9c45-44ec-9176-1b1405c4a877
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-08-10T07:31:36.602Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7a32a6b1-215b 9a7a8e4d-9961-4b6b-9cb8-c164699b402e 0 ASDC deployResourceStructure
2022-08-10T07:31:36.603Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar ASDC sendASDCNotification
2022-08-10T07:31:36.603Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar
2022-08-10T07:31:36.603Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:31:36.603Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:31:36.605Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:31:36.605Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116696603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:31:36.705Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:31:36.706Z||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-08-10T07:31:36.706Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:31:37.177Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:31:37.177Z||pool-130-thread-1|||||INFO|500||cambria reply ok (471 ms):{"serverTimeMs":38,"count":1}
2022-08-10T07:31:37.606Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b61c19b-9bdd-41d2-a92d-904a81578fd1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:31:37.617Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b61c19b-9bdd-41d2-a92d-904a81578fd1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:31:37.619Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:31:37.619Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:31:37.620Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:31:37.620Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:31:37.620Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-10T07:31:37.620Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:31:37.620Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:31:37.624Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:32:07.625Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b61c19b-9bdd-41d2-a92d-904a81578fd1 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-08-10T07:32:07.644Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b61c19b-9bdd-41d2-a92d-904a81578fd1 and serviceModelVersionId: 7765379f-f639-44df-b714-90261f8a7d4d
2022-08-10T07:32:07.644Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91fb78ce-e987-4d2f-870f-c66bf4dba027
2022-08-10T07:32:07.647Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0
2022-08-10T07:32:07.662Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f6ffd2d-6fa0-4a1e-8aa5-8a61afd7c56e/model-vers/model-ver/61d1acd0-0d3c-47db-8c5c-87e74b5c0ce6?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:32:07.720Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||Invoke
2022-08-10T07:32:07.720Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b61c19b-9bdd-41d2-a92d-904a81578fd1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dde4814f-8c3d-41c2-a184-335073384075], X-ECOMP-RequestID=[1b61c19b-9bdd-41d2-a92d-904a81578fd1], X-TransactionId=[], X-ONAP-RequestID=[1b61c19b-9bdd-41d2-a92d-904a81578fd1], Content-Type=[application/merge-patch+json]}
2022-08-10T07:32:09.278Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||Invoke
2022-08-10T07:32:09.278Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b61c19b-9bdd-41d2-a92d-904a81578fd1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f16f68f-776d-4de3-b4b7-9d9d512cdc5b], X-ECOMP-RequestID=[1b61c19b-9bdd-41d2-a92d-904a81578fd1], X-TransactionId=[], X-ONAP-RequestID=[1b61c19b-9bdd-41d2-a92d-904a81578fd1], Content-Type=[application/merge-patch+json]}
2022-08-10T07:32:10.810Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||Invoke
2022-08-10T07:32:10.810Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b61c19b-9bdd-41d2-a92d-904a81578fd1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ae1783b-ab29-4ab6-9fa8-420109dffd52], X-ECOMP-RequestID=[1b61c19b-9bdd-41d2-a92d-904a81578fd1], X-TransactionId=[], X-ONAP-RequestID=[1b61c19b-9bdd-41d2-a92d-904a81578fd1], Content-Type=[application/merge-patch+json]}
2022-08-10T07:32:11.850Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:32:11.851Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?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-08-10T07:32:11.852Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:32:11.852Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?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-08-10T07:32:11.856Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?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-08-10T07:32:11.857Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b61c19b-9bdd-41d2-a92d-904a81578fd1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:32:11.857Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:32:11.858Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:32:11.861Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:32:11.861Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116731857,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:32:11.961Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:32:11.962Z||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-08-10T07:32:11.962Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:32:12.128Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:32:12.129Z||pool-131-thread-1|||||INFO|500||cambria reply ok (167 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-08-10T07:32:12.876Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||received message from topic
2022-08-10T07:32:12.877Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"f78f7952-55a8-4917-813e-23b3b838db69","serviceName":"Demo_pNF_IJxn6HtlmI28DZAoh61V","serviceVersion":"1.0","serviceUUID":"575351ba-6b7a-45a3-a42b-47fc3f12144b","serviceDescription":"catalog service description","serviceInvariantUUID":"04813edf-e4ac-4bc2-8671-afe518952e46","resources":[{"resourceInstanceName":"pNF deddae11-a8de 0","resourceName":"pNF deddae11-a8de","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f57bab0a-3343-4928-94f1-374753467687","resourceInvariantUUID":"5d42390b-59cc-4016-91e2-33ff4218b144","resourceCustomizationUUID":"fcf812c8-bddb-4deb-b3c9-a808c9e0d84a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vf-license-model.xml","artifactChecksum":"NzBlNDVlMTU5Y2JjOTA4ZGVkMzVkY2UyYzIwMmE4YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d103b614-b5fa-4f47-8738-7c5696aff37d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/pNF.csar","artifactChecksum":"NGJjNDA1MTBhYzdjNTAzYmMzZjM4NGE1NzgxMmNjYTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dcaad408-efbd-433a-86a0-3a5a0635402b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a797f5ec-e0c1-4d99-82cd-bec24c271373","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGQyNzY4ZGI5OGJlMDYwZTRjMDZhZWFiN2NmM2ZlZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"67014bf7-146b-42d9-951f-d726bd6b6d81","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5cccd81-0f3d-4cf7-a6e2-2aca517e5c54","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f19bbf8-7ac5-44c9-ad2e-a0076079f5b3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIjxn6htlmi28dzaoh61v-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-template.yml","artifactChecksum":"MDVlNjZmY2UyYWEwMzc1OGI1MjM1MjdiMTU1N2EzNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94742fff-ab67-41e2-905e-cfb35e2f5e49","artifactVersion":"1"},{"artifactName":"service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar","artifactChecksum":"NDA2OWRiNjgwZmQ3NzVlYWM2N2ViNDg3NGMzOTc1ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5139c8d-5270-4b25-a50f-8773da15ab68","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:32:12.877Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:32:12.878Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:32:12.880Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:32:12.880Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||try to send status {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:12.980Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:32:12.981Z||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-08-10T07:32:12.981Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:32:13.354Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:32:13.354Z||pool-132-thread-1|||||INFO|500||cambria reply ok (374 ms):{"serverTimeMs":14,"count":1}
2022-08-10T07:32:13.881Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:32:13.882Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:32:13.884Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:32:13.884Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||try to send status {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:13.989Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-10T07:32:13.990Z||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-08-10T07:32:13.990Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:32:14.171Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:32:14.172Z||pool-133-thread-1|||||INFO|500||cambria reply ok (182 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:32:14.885Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:32:14.885Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:32:14.888Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:32:14.888Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||try to send status {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:14.988Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:32:14.989Z||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-08-10T07:32:14.989Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:32:15.176Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:32:15.176Z||pool-134-thread-1|||||INFO|500||cambria reply ok (188 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:32:15.888Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:32:15.889Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:32:15.892Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:32:15.892Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||try to send status {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:15.992Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:32:15.993Z||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-08-10T07:32:15.993Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:32:16.279Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:32:16.280Z||pool-135-thread-1|||||INFO|500||cambria reply ok (287 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:32:16.893Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:32:16.893Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:32:16.895Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:32:16.895Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||try to send status {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:16.995Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:32:16.997Z||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-08-10T07:32:16.997Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:32:17.552Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:32:17.552Z||pool-136-thread-1|||||INFO|500||cambria reply ok (556 ms):{"serverTimeMs":11,"count":1}
2022-08-10T07:32:17.896Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:32:17.897Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:32:17.899Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:32:17.899Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||try to send status {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:17.999Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:32:18.000Z||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-08-10T07:32:18.000Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:32:18.273Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:32:18.274Z||pool-137-thread-1|||||INFO|500||cambria reply ok (275 ms):{"serverTimeMs":6,"count":1}
2022-08-10T07:32:18.899Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:32:18.900Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:32:18.902Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:32:18.902Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||try to send status {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:19.002Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:32:19.003Z||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-08-10T07:32:19.003Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:32:19.161Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:32:19.161Z||pool-138-thread-1|||||INFO|500||cambria reply ok (159 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:32:19.902Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:32:19.903Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:32:19.905Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:32:19.905Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||try to send status {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:32:20.007Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:32:20.007Z||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-08-10T07:32:20.008Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:32:20.229Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:32:20.230Z||pool-139-thread-1|||||INFO|500||cambria reply ok (223 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:32:20.907Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "serviceName": "Demo_pNF_IJxn6HtlmI28DZAoh61V",
  "serviceVersion": "1.0",
  "serviceUUID": "575351ba-6b7a-45a3-a42b-47fc3f12144b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "04813edf-e4ac-4bc2-8671-afe518952e46",
  "resources": [
    {
      "resourceInstanceName": "pNF deddae11-a8de 0",
      "resourceCustomizationUUID": "fcf812c8-bddb-4deb-b3c9-a808c9e0d84a",
      "resourceName": "pNF deddae11-a8de",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f57bab0a-3343-4928-94f1-374753467687",
      "resourceInvariantUUID": "5d42390b-59cc-4016-91e2-33ff4218b144",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
      "artifactChecksum": "NDA2OWRiNjgwZmQ3NzVlYWM2N2ViNDg3NGMzOTc1ZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a5139c8d-5270-4b25-a50f-8773da15ab68"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:32:20.907Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:32:20.908Z|1b61c19b-9bdd-41d2-a92d-904a81578fd1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 575351ba-6b7a-45a3-a42b-47fc3f12144b ASDC
2022-08-10T07:32:20.908Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||ASDC Notification:
DistributionID:f78f7952-55a8-4917-813e-23b3b838db69
ServiceName:Demo_pNF_IJxn6HtlmI28DZAoh61V
ServiceVersion:1.0
ServiceUUID:575351ba-6b7a-45a3-a42b-47fc3f12144b
ServiceInvariantUUID:04813edf-e4ac-4bc2-8671-afe518952e46
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
ArtifactUUID:a5139c8d-5270-4b25-a50f-8773da15ab68
ArtifactChecksum:NDA2OWRiNjgwZmQ3NzVlYWM2N2ViNDg3NGMzOTc1ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF deddae11-a8de 0
ResourceCustomizationUUID:fcf812c8-bddb-4deb-b3c9-a808c9e0d84a
ResourceInvariantUUID:5d42390b-59cc-4016-91e2-33ff4218b144
ResourceName:pNF deddae11-a8de
ResourceType:PNF
ResourceUUID:f57bab0a-3343-4928-94f1-374753467687
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-10T07:32:20.909Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 575351ba-6b7a-45a3-a42b-47fc3f12144b 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-08-10T07:32:20.946Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:32:20.947Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:32:20.947Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:32:20.947Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||Trying to download the artifact UUID: a5139c8d-5270-4b25-a50f-8773da15ab68 from URL: /sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:20.947Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:32:20.948Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:21.211Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:32:21.215Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar a5139c8d-5270-4b25-a50f-8773da15ab68 86686
2022-08-10T07:32:21.216Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar ASDC sendASDCNotification
2022-08-10T07:32:21.216Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:21.216Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:32:21.216Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:32:21.218Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:32:21.218Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||try to send status {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116741216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:32:21.318Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:32:21.319Z||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-08-10T07:32:21.319Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:32:21.499Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:32:21.499Z||pool-140-thread-1|||||INFO|500||cambria reply ok (181 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:32:22.218Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:32:22.219Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:32:22.219Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||Trying to write artifact UUID: a5139c8d-5270-4b25-a50f-8773da15ab68, URL: /sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar to file: /app/ASDC/1/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:22.220Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:22.220Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:22.220Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:22.415Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15311378785789439247/Definitions/service-DemoPnfIjxn6htlmi28dzaoh61v-template.yml
2022-08-10T07:32:23.271Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:32:23.271Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|WARN|500||####################################################################################################
2022-08-10T07:32:23.271Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:23.271Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-10T07:32:23.271Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF deddae11-a8de 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-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:23.272Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?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-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:23.272Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?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-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:23.272Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?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-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:23.272Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?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-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:23.272Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?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-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:23.272Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?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-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:23.272Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|WARN|500||####################################################################################################
2022-08-10T07:32:23.272Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:32:23.273Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Service Demo_pNF_IJxn6HtlmI28DZAoh61V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:32:23.273Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Node template pNF deddae11-a8de 0 is matching search criteria
2022-08-10T07:32:23.273Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:32:23.273Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Found topology templates [pNF deddae11-a8de 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:32:23.273Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:32:23.273Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Service Demo_pNF_IJxn6HtlmI28DZAoh61V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:32:23.273Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Node template pNF deddae11-a8de 0 is matching search criteria
2022-08-10T07:32:23.274Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:32:23.274Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Found topology templates [pNF deddae11-a8de 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:32:23.274Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:32:23.274Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Service Demo_pNF_IJxn6HtlmI28DZAoh61V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:32:23.274Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:32:23.274Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Service Demo_pNF_IJxn6HtlmI28DZAoh61V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:32:23.274Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:32:23.274Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Service Demo_pNF_IJxn6HtlmI28DZAoh61V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:32:23.275Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:32:23.275Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Service Demo_pNF_IJxn6HtlmI28DZAoh61V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:32:23.275Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:32:23.275Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Service Demo_pNF_IJxn6HtlmI28DZAoh61V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:32:23.275Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_IJxn6HtlmI28DZAoh61V
Description:catalog service description
Model UUID:575351ba-6b7a-45a3-a42b-47fc3f12144b
Model Version:NULL
Model InvariantUuid:04813edf-e4ac-4bc2-8671-afe518952e46
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-08-10T07:32:23.282Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: f57bab0a-3343-4928-94f1-374753467687
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:32:23.284Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||pNF deddae11-a8de 0
2022-08-10T07:32:23.285Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: f57bab0a-3343-4928-94f1-374753467687
2022-08-10T07:32:23.285Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||No resources found for Service: 575351ba-6b7a-45a3-a42b-47fc3f12144b
2022-08-10T07:32:23.285Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Preparing to deploy Service: 575351ba-6b7a-45a3-a42b-47fc3f12144b
2022-08-10T07:32:23.285Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF deddae11-a8de 0 f57bab0a-3343-4928-94f1-374753467687 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-08-10T07:32:23.290Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dd3a11f, org.onap.sdc.toscaparser.api.parameters.Input@2a934d83, org.onap.sdc.toscaparser.api.parameters.Input@7617556e, org.onap.sdc.toscaparser.api.parameters.Input@37bf2d13, org.onap.sdc.toscaparser.api.parameters.Input@7d4a9a2]
2022-08-10T07:32:23.290Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:32:23.290Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Service Demo_pNF_IJxn6HtlmI28DZAoh61V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:32:23.290Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500|| resourceSeq for service uuid 575351ba-6b7a-45a3-a42b-47fc3f12144b: pNF deddae11-a8de
2022-08-10T07:32:23.291Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||Processing PNF resource: f57bab0a-3343-4928-94f1-374753467687
2022-08-10T07:32:23.291Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:32:23.291Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Service Demo_pNF_IJxn6HtlmI28DZAoh61V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:32:23.291Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||Resource customization UUID: fcf812c8-bddb-4deb-b3c9-a808c9e0d84a is the same as notified resource customizationUUID: fcf812c8-bddb-4deb-b3c9-a808c9e0d84a
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-08-10T07:32:23.327Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF deddae11-a8de f57bab0a-3343-4928-94f1-374753467687 0 ASDC deployResourceStructure
2022-08-10T07:32:23.328Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar ASDC sendASDCNotification
2022-08-10T07:32:23.328Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar
2022-08-10T07:32:23.328Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:32:23.329Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:32:23.330Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:32:23.330Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||try to send status {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116743328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:32:23.431Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:32:23.431Z||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-08-10T07:32:23.432Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:32:23.639Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:32:23.639Z||pool-141-thread-1|||||INFO|500||cambria reply ok (208 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:32:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:32:24.082Z||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-08-10T07:32:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:32:24.331Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f78f7952-55a8-4917-813e-23b3b838db69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:32:24.340Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f78f7952-55a8-4917-813e-23b3b838db69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:32:24.342Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:32:24.342Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:32:24.342Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:32:24.424Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:32:24.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "cds",
  "timestamp": 1660116562673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116563049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116563049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "cds",
  "timestamp": 1660116562673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116568023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116563049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "cds",
  "timestamp": 1660116562673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116568023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "cds",
  "timestamp": 1660116562673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116563049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116568023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "cds",
  "timestamp": 1660116562673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116563049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116568023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "cds",
  "timestamp": 1660116562673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116563049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116571973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116568023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "cds",
  "timestamp": 1660116562673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116563049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116571973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116568023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "cds",
  "timestamp": 1660116562673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116563049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "clamp",
  "timestamp": 1660116573796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116571973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116568023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "clamp",
  "timestamp": 1660116573796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "cds",
  "timestamp": 1660116574900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116575665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:32:24.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116571973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660116568023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:32:24.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "policy-id",
  "timestamp": 1660116574568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "cds",
  "timestamp": 1660116575908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-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-08-10T07:32:24.444Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f78f7952-55a8-4917-813e-23b3b838db69
2022-08-10T07:32:24.444Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f78f7952-55a8-4917-813e-23b3b838db69 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-08-10T07:32:24.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116571973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "clamp",
  "timestamp": 1660116573796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "policy-id",
  "timestamp": 1660116574568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116577621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:32:24.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:32:24.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116571973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:32:24.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "clamp",
  "timestamp": 1660116573796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660116578628,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:32:24.457Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f78f7952-55a8-4917-813e-23b3b838db69
2022-08-10T07:32:24.457Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f78f7952-55a8-4917-813e-23b3b838db69 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:32:24.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "policy-id",
  "timestamp": 1660116574568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "clamp",
  "timestamp": 1660116573796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116571973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "policy-id",
  "timestamp": 1660116574568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "clamp",
  "timestamp": 1660116573796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116571973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "aai-ml",
  "timestamp": 1660116578207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "policy-id",
  "timestamp": 1660116574568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "clamp",
  "timestamp": 1660116573796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116580881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:32:24.467Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:32:24.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "aai-ml",
  "timestamp": 1660116578207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "policy-id",
  "timestamp": 1660116574568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "clamp",
  "timestamp": 1660116573796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:32:24.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116581913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:32:24.468Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:32:24.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "aai-ml",
  "timestamp": 1660116578207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "policy-id",
  "timestamp": 1660116574568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660116582916,
  "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-08-10T07:32:24.473Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f78f7952-55a8-4917-813e-23b3b838db69
2022-08-10T07:32:24.474Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f78f7952-55a8-4917-813e-23b3b838db69 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-08-10T07:32:24.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "aai-ml",
  "timestamp": 1660116578207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "policy-id",
  "timestamp": 1660116574568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:32:24.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "aai-ml",
  "timestamp": 1660116578207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "policy-id",
  "timestamp": 1660116583597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:32:24.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:32:24.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "aai-ml",
  "timestamp": 1660116578207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "policy-id",
  "timestamp": 1660116584602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:32:24.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:32:24.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "aai-ml",
  "timestamp": 1660116578207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:32:24.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "policy-id",
  "timestamp": 1660116585605,
  "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-08-10T07:32:24.486Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f78f7952-55a8-4917-813e-23b3b838db69
2022-08-10T07:32:24.486Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f78f7952-55a8-4917-813e-23b3b838db69 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-08-10T07:32:24.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "aai-ml",
  "timestamp": 1660116578207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:32:24.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:32:24.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "aai-ml",
  "timestamp": 1660116587596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:32:24.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:32:24.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "clamp",
  "timestamp": 1660116594438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:32:24.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:32:24.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "aai-ml",
  "timestamp": 1660116594009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:32:24.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:32:24.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "aai-ml",
  "timestamp": 1660116595014,
  "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-08-10T07:32:24.497Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f78f7952-55a8-4917-813e-23b3b838db69
2022-08-10T07:32:24.497Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f78f7952-55a8-4917-813e-23b3b838db69 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-08-10T07:32:24.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "clamp",
  "timestamp": 1660116596449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:32:24.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:32:24.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:32:24.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "clamp",
  "timestamp": 1660116597453,
  "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-08-10T07:32:24.509Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f78f7952-55a8-4917-813e-23b3b838db69
2022-08-10T07:32:24.509Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f78f7952-55a8-4917-813e-23b3b838db69 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-08-10T07:32:54.343Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f78f7952-55a8-4917-813e-23b3b838db69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:32:54.354Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f78f7952-55a8-4917-813e-23b3b838db69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:32:54.357Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:32:54.357Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:32:54.357Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:32:54.357Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:32:54.357Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-10T07:32:54.357Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:32:54.357Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:32:54.362Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:33:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:33:24.083Z||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-08-10T07:33:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:33:24.362Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: f78f7952-55a8-4917-813e-23b3b838db69 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-08-10T07:33:24.368Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f78f7952-55a8-4917-813e-23b3b838db69 and serviceModelVersionId: 575351ba-6b7a-45a3-a42b-47fc3f12144b
2022-08-10T07:33:24.368Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04813edf-e4ac-4bc2-8671-afe518952e46
2022-08-10T07:33:24.369Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0
2022-08-10T07:33:24.372Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91fb78ce-e987-4d2f-870f-c66bf4dba027/model-vers/model-ver/7765379f-f639-44df-b714-90261f8a7d4d?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:33:24.404Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Invoke
2022-08-10T07:33:24.405Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f78f7952-55a8-4917-813e-23b3b838db69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e2842f93-4496-4008-beb1-506a4a576ae1], X-ECOMP-RequestID=[f78f7952-55a8-4917-813e-23b3b838db69], X-TransactionId=[], X-ONAP-RequestID=[f78f7952-55a8-4917-813e-23b3b838db69], Content-Type=[application/merge-patch+json]}
2022-08-10T07:33:24.528Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:33:24.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:33:24.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116678348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:33:24.529Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:33:25.951Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Invoke
2022-08-10T07:33:25.951Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f78f7952-55a8-4917-813e-23b3b838db69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d944a07f-1dce-45b6-9776-94371b2c1790], X-ECOMP-RequestID=[f78f7952-55a8-4917-813e-23b3b838db69], X-TransactionId=[], X-ONAP-RequestID=[f78f7952-55a8-4917-813e-23b3b838db69], Content-Type=[application/merge-patch+json]}
2022-08-10T07:33:27.487Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Invoke
2022-08-10T07:33:27.487Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f78f7952-55a8-4917-813e-23b3b838db69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b49253c-5f71-43d9-9ff9-d65a81f1f17e], X-ECOMP-RequestID=[f78f7952-55a8-4917-813e-23b3b838db69], X-TransactionId=[], X-ONAP-RequestID=[f78f7952-55a8-4917-813e-23b3b838db69], Content-Type=[application/merge-patch+json]}
2022-08-10T07:33:28.522Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:33:28.522Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T07:33:28.522Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:33:28.522Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T07:33:28.527Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T07:33:28.527Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f78f7952-55a8-4917-813e-23b3b838db69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:33:28.527Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:33:28.527Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:33:28.529Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:33:28.529Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116808527,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:33:28.629Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:33:28.630Z||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-08-10T07:33:28.630Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:33:28.986Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:33:28.987Z||pool-142-thread-1|||||INFO|500||cambria reply ok (356 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-08-10T07:33:29.541Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:33:29.542Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T07:33:29.542Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:33:40.993Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:33:40.994Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:33:40.994Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T07:33:40.994Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:33:50.689Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:33:50.690Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:33:50.691Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-08-10T07:33:50.691Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:34:00.893Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:34:00.893Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:34:00.894Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-08-10T07:34:00.894Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:34:10.976Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:34:10.977Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:34:10.977Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-08-10T07:34:10.977Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:34:21.452Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:34:24.079Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:34:24.080Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-08-10T07:34:24.080Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:34:24.082Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:34:24.082Z||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-08-10T07:34:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:34:24.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:34:24.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/resourceInstances/pnf7a32a6b1215b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:34:24.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116694652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:34:24.441Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:34:24.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116696603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKa5xdgxthqcdqz01w9ai/1.0/artifacts/service-DemoPnfKa5xdgxthqcdqz01w9ai-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:34:24.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:34:24.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b61c19b-9bdd-41d2-a92d-904a81578fd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116731857,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:34:24.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:34:24.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/resourceInstances/pnfdeddae11a8de0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:34:24.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116679363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:34:24.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:34:24.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116741216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:34:24.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:34:24.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T07:34:24.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116743328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIjxn6htlmi28dzaoh61v/1.0/artifacts/service-DemoPnfIjxn6htlmi28dzaoh61v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:34:24.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:34:34.335Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:35:24.079Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:35:24.080Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-08-10T07:35:24.080Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:35:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:35:24.082Z||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-08-10T07:35:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:35:24.843Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:35:24.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-10T07:35:24.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f78f7952-55a8-4917-813e-23b3b838db69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660116808527,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:35:24.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:35:33.870Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:36:24.079Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:36:24.080Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-08-10T07:36:24.080Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:36:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:36:24.082Z||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-08-10T07:36:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:36:33.977Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:36:34.122Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:37:24.080Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:37:24.081Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-08-10T07:37:24.082Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:37:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:37:24.082Z||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-08-10T07:37:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:37:24.729Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:37:24.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117031974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "cds",
  "timestamp": 1660117027673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "aai-ml",
  "timestamp": 1660117028207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117028024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "policy-id",
  "timestamp": 1660117034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117028024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117031974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "cds",
  "timestamp": 1660117027673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "aai-ml",
  "timestamp": 1660117028207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "policy-id",
  "timestamp": 1660117034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "cds",
  "timestamp": 1660117027673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117031974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117028024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "aai-ml",
  "timestamp": 1660117028207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "policy-id",
  "timestamp": 1660117034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117031974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "aai-ml",
  "timestamp": 1660117028207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "cds",
  "timestamp": 1660117027673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117028024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "policy-id",
  "timestamp": 1660117034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117028024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117031974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "cds",
  "timestamp": 1660117027673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "policy-id",
  "timestamp": 1660117034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "aai-ml",
  "timestamp": 1660117028207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "cds",
  "timestamp": 1660117027673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117031974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:37:24.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117028024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "aai-ml",
  "timestamp": 1660117028207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117031974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117028024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "cds",
  "timestamp": 1660117027673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:24.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:37:24.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "aai-ml",
  "timestamp": 1660117028207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:24.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:37:25.196Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:37:25.197Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||received message from topic
2022-08-10T07:37:25.198Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0","serviceName":"Demo_pNF_o2xdBzTTScGtPp9e5wfI","serviceVersion":"1.0","serviceUUID":"5e497158-91ab-4498-8280-9f47f69ad9af","serviceDescription":"catalog service description","serviceInvariantUUID":"65165d53-7892-4844-8c8e-3eb6f7df1630","resources":[{"resourceInstanceName":"pNF 389a8d19-dc99 0","resourceName":"pNF 389a8d19-dc99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c95b6ae3-6e77-483f-b944-fef41b56a794","resourceInvariantUUID":"7ef98c42-b5c2-4f66-bb83-4ba56f4b994d","resourceCustomizationUUID":"a02f0611-eaa5-4fbd-9f4d-f0dad49903bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vf-license-model.xml","artifactChecksum":"MWVlYjUyZGQ0MjMxNWM4ODMxNmNmZWJjNzdhMmQ3MmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ccb92699-1838-40a7-8d03-2ac15f268610","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/pNF.csar","artifactChecksum":"NGJjNDA1MTBhYzdjNTAzYmMzZjM4NGE1NzgxMmNjYTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ca75145f-5050-429e-95d3-73968536c697","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a882c08-88b2-4ae1-af4e-024a37adc513","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vendor-license-model.xml","artifactChecksum":"MmI1YzY3ODE5NzcwN2VmN2I3ODJjODQ4ZWQyOGEyNzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24ff3bcf-7266-488f-8352-580d60aeba20","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6fdc08b0-afa0-4777-b40b-dc53369a596e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43d31999-f77f-4c4f-a09a-2cf4af21a455","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfO2xdbzttscgtpp9e5wfi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-template.yml","artifactChecksum":"MDlhZDY3ZWU1ZDUyODE1MWU4NGY2NGEyZDE3OTA3MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"216cd93d-3270-40a0-8b24-a7040c16c5d0","artifactVersion":"1"},{"artifactName":"service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar","artifactChecksum":"YjliNzZhMjQ0MjA1OGM5Mjg4Nzk4YWNjMjBjMWJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"80855b0c-4840-4d74-b147-099aa04ce166","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:37:25.200Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:37:25.201Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:37:25.204Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:37:25.204Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||try to send status {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:25.304Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:37:25.305Z||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-08-10T07:37:25.305Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:37:25.355Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:37:25.355Z||pool-143-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:37:26.205Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:37:26.206Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:37:26.207Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:37:26.207Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||try to send status {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:26.308Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:37:26.308Z||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-08-10T07:37:26.308Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:37:26.948Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:37:26.949Z||pool-144-thread-1|||||INFO|500||cambria reply ok (641 ms):{"serverTimeMs":9,"count":1}
2022-08-10T07:37:27.208Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:37:27.209Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:37:27.210Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:37:27.211Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||try to send status {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:27.311Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:37:27.312Z||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-08-10T07:37:27.312Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:37:27.861Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:37:27.862Z||pool-145-thread-1|||||INFO|500||cambria reply ok (550 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:37:28.211Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:37:28.212Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:37:28.214Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:37:28.214Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||try to send status {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:28.314Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:37:28.315Z||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-08-10T07:37:28.315Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:37:28.656Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:37:28.657Z||pool-146-thread-1|||||INFO|500||cambria reply ok (341 ms):{"serverTimeMs":32,"count":1}
2022-08-10T07:37:29.215Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:37:29.216Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:37:29.217Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:37:29.217Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||try to send status {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:29.318Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:37:29.318Z||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-08-10T07:37:29.318Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:37:29.456Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:37:29.456Z||pool-147-thread-1|||||INFO|500||cambria reply ok (138 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:37:30.218Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:37:30.219Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:37:30.221Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:37:30.221Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||try to send status {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:30.321Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:37:30.322Z||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-08-10T07:37:30.322Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:37:30.364Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:37:30.364Z||pool-148-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:37:31.222Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:37:31.222Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:37:31.224Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:37:31.224Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||try to send status {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:37:31.324Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:37:31.325Z||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-08-10T07:37:31.325Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:37:31.424Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:37:31.424Z||pool-149-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:37:32.225Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:37:32.226Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:37:32.228Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:37:32.228Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||try to send status {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:37:32.329Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:37:32.330Z||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-08-10T07:37:32.330Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:37:32.572Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:37:32.572Z||pool-150-thread-1|||||INFO|500||cambria reply ok (242 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:37:33.231Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "serviceName": "Demo_pNF_o2xdBzTTScGtPp9e5wfI",
  "serviceVersion": "1.0",
  "serviceUUID": "5e497158-91ab-4498-8280-9f47f69ad9af",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "65165d53-7892-4844-8c8e-3eb6f7df1630",
  "resources": [
    {
      "resourceInstanceName": "pNF 389a8d19-dc99 0",
      "resourceCustomizationUUID": "a02f0611-eaa5-4fbd-9f4d-f0dad49903bf",
      "resourceName": "pNF 389a8d19-dc99",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c95b6ae3-6e77-483f-b944-fef41b56a794",
      "resourceInvariantUUID": "7ef98c42-b5c2-4f66-bb83-4ba56f4b994d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
      "artifactChecksum": "YjliNzZhMjQ0MjA1OGM5Mjg4Nzk4YWNjMjBjMWJhODI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "80855b0c-4840-4d74-b147-099aa04ce166"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:37:33.231Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:37:33.231Z|09efffa8-96d7-4d5a-bc4c-d0f500f340ed|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5e497158-91ab-4498-8280-9f47f69ad9af ASDC
2022-08-10T07:37:33.232Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||ASDC Notification:
DistributionID:a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
ServiceName:Demo_pNF_o2xdBzTTScGtPp9e5wfI
ServiceVersion:1.0
ServiceUUID:5e497158-91ab-4498-8280-9f47f69ad9af
ServiceInvariantUUID:65165d53-7892-4844-8c8e-3eb6f7df1630
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
ArtifactUUID:80855b0c-4840-4d74-b147-099aa04ce166
ArtifactChecksum:YjliNzZhMjQ0MjA1OGM5Mjg4Nzk4YWNjMjBjMWJhODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 389a8d19-dc99 0
ResourceCustomizationUUID:a02f0611-eaa5-4fbd-9f4d-f0dad49903bf
ResourceInvariantUUID:7ef98c42-b5c2-4f66-bb83-4ba56f4b994d
ResourceName:pNF 389a8d19-dc99
ResourceType:PNF
ResourceUUID:c95b6ae3-6e77-483f-b944-fef41b56a794
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-10T07:37:33.232Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5e497158-91ab-4498-8280-9f47f69ad9af 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-08-10T07:37:33.261Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:37:33.262Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:37:33.262Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:37:33.262Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||Trying to download the artifact UUID: 80855b0c-4840-4d74-b147-099aa04ce166 from URL: /sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:33.262Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:37:33.263Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:33.581Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:37:33.585Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar 80855b0c-4840-4d74-b147-099aa04ce166 86685
2022-08-10T07:37:33.585Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar ASDC sendASDCNotification
2022-08-10T07:37:33.585Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:33.585Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:37:33.585Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:37:33.587Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:37:33.587Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||try to send status {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117053585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:37:33.687Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:37:33.688Z||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-08-10T07:37:33.688Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:37:33.760Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:37:33.760Z||pool-151-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:37:34.587Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:37:34.588Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:37:34.588Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||Trying to write artifact UUID: 80855b0c-4840-4d74-b147-099aa04ce166, URL: /sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar to file: /app/ASDC/1/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:34.589Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:34.589Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:34.589Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:34.703Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3780845011688457954/Definitions/service-DemoPnfO2xdbzttscgtpp9e5wfi-template.yml
2022-08-10T07:37:35.491Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:37:35.491Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|WARN|500||####################################################################################################
2022-08-10T07:37:35.492Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:35.492Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-10T07:37:35.492Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:35.492Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:35.492Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 389a8d19-dc99 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-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:35.493Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:35.493Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:35.493Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:35.493Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?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-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:35.493Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|WARN|500||####################################################################################################
2022-08-10T07:37:35.494Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:37:35.494Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Service Demo_pNF_o2xdBzTTScGtPp9e5wfI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:37:35.494Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Node template pNF 389a8d19-dc99 0 is matching search criteria
2022-08-10T07:37:35.495Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:37:35.495Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Found topology templates [pNF 389a8d19-dc99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:37:35.495Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:37:35.495Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Service Demo_pNF_o2xdBzTTScGtPp9e5wfI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:37:35.496Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Node template pNF 389a8d19-dc99 0 is matching search criteria
2022-08-10T07:37:35.496Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:37:35.496Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Found topology templates [pNF 389a8d19-dc99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:37:35.496Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:37:35.497Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Service Demo_pNF_o2xdBzTTScGtPp9e5wfI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:37:35.497Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:37:35.497Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Service Demo_pNF_o2xdBzTTScGtPp9e5wfI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:37:35.497Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:37:35.497Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Service Demo_pNF_o2xdBzTTScGtPp9e5wfI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:37:35.498Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:37:35.498Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Service Demo_pNF_o2xdBzTTScGtPp9e5wfI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:37:35.498Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:37:35.498Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Service Demo_pNF_o2xdBzTTScGtPp9e5wfI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:37:35.499Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_o2xdBzTTScGtPp9e5wfI
Description:catalog service description
Model UUID:5e497158-91ab-4498-8280-9f47f69ad9af
Model Version:NULL
Model InvariantUuid:65165d53-7892-4844-8c8e-3eb6f7df1630
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-08-10T07:37:35.505Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: c95b6ae3-6e77-483f-b944-fef41b56a794
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:37:35.508Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||pNF 389a8d19-dc99 0
2022-08-10T07:37:35.508Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: c95b6ae3-6e77-483f-b944-fef41b56a794
2022-08-10T07:37:35.509Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||No resources found for Service: 5e497158-91ab-4498-8280-9f47f69ad9af
2022-08-10T07:37:35.509Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Preparing to deploy Service: 5e497158-91ab-4498-8280-9f47f69ad9af
2022-08-10T07:37:35.509Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 389a8d19-dc99 0 c95b6ae3-6e77-483f-b944-fef41b56a794 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-08-10T07:37:35.513Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b717d01, org.onap.sdc.toscaparser.api.parameters.Input@25b0377a, org.onap.sdc.toscaparser.api.parameters.Input@673ab3d, org.onap.sdc.toscaparser.api.parameters.Input@1f3badb3, org.onap.sdc.toscaparser.api.parameters.Input@3f025220]
2022-08-10T07:37:35.514Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:37:35.514Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Service Demo_pNF_o2xdBzTTScGtPp9e5wfI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:37:35.514Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500|| resourceSeq for service uuid 5e497158-91ab-4498-8280-9f47f69ad9af: pNF 389a8d19-dc99
2022-08-10T07:37:35.515Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||Processing PNF resource: c95b6ae3-6e77-483f-b944-fef41b56a794
2022-08-10T07:37:35.515Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:37:35.515Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Service Demo_pNF_o2xdBzTTScGtPp9e5wfI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:37:35.515Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||Resource customization UUID: a02f0611-eaa5-4fbd-9f4d-f0dad49903bf is the same as notified resource customizationUUID: a02f0611-eaa5-4fbd-9f4d-f0dad49903bf
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-08-10T07:37:35.547Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 389a8d19-dc99 c95b6ae3-6e77-483f-b944-fef41b56a794 0 ASDC deployResourceStructure
2022-08-10T07:37:35.547Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar ASDC sendASDCNotification
2022-08-10T07:37:35.548Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar
2022-08-10T07:37:35.548Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:37:35.548Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:37:35.550Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:37:35.550Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||try to send status {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117055547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:37:35.650Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:37:35.652Z||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-08-10T07:37:35.652Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:37:35.757Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:37:35.757Z||pool-152-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":6,"count":1}
2022-08-10T07:37:36.551Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:37:36.562Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:37:36.564Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:37:36.564Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:37:36.565Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:38:06.565Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:38:06.578Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:38:06.580Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:38:06.580Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:38:06.580Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:38:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:38:24.085Z||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-08-10T07:38:24.085Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:38:24.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:38:24.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:38:24.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "policy-id",
  "timestamp": 1660117034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:38:24.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:38:36.581Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:38:36.596Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:38:36.599Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:38:36.599Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:38:36.599Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:39:06.600Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:39:06.614Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:39:06.616Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:39:06.616Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:39:06.616Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:39:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:39:24.083Z||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-08-10T07:39:24.084Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:39:24.744Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:39:24.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:39:24.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117043049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:39:24.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:39:36.617Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:39:36.625Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:39:36.628Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:39:36.628Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:39:36.628Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:40:06.629Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:40:06.640Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:40:06.641Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:40:06.642Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:40:06.642Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:40:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:40:24.083Z||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-08-10T07:40:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:40:24.200Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:40:24.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117031974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117028024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "cds",
  "timestamp": 1660117027673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "aai-ml",
  "timestamp": 1660117028207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "policy-id",
  "timestamp": 1660117034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117043049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "cds",
  "timestamp": 1660117045404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:40:24.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117046329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:40:24.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "policy-id",
  "timestamp": 1660117034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "aai-ml",
  "timestamp": 1660117045845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:40:24.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117043049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "cds",
  "timestamp": 1660117046411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-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-08-10T07:40:24.221Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
2022-08-10T07:40:24.221Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0 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-08-10T07:40:24.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117047352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:40:24.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117043049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "policy-id",
  "timestamp": 1660117046534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:40:24.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117048355,
  "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-08-10T07:40:24.235Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
2022-08-10T07:40:24.236Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0 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-08-10T07:40:24.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117043049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "policy-id",
  "timestamp": 1660117048251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:40:24.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117043049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "policy-id",
  "timestamp": 1660117049257,
  "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-08-10T07:40:24.248Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
2022-08-10T07:40:24.248Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0 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-08-10T07:40:24.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117043049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117043049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117044080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117053028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:40:24.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117053585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:40:24.257Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "clamp",
  "timestamp": 1660117053796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "aai-ml",
  "timestamp": 1660117053761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:40:24.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117054999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:40:24.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "clamp",
  "timestamp": 1660117053796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "aai-ml",
  "timestamp": 1660117054787,
  "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-08-10T07:40:24.263Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
2022-08-10T07:40:24.263Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0 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-08-10T07:40:24.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117056002,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:40:24.275Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
2022-08-10T07:40:24.275Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:40:24.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117055547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:40:24.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "clamp",
  "timestamp": 1660117053796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "clamp",
  "timestamp": 1660117053796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "clamp",
  "timestamp": 1660117053796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "clamp",
  "timestamp": 1660117053796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/resourceInstances/pnf389a8d19dc990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "clamp",
  "timestamp": 1660117053796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "clamp",
  "timestamp": 1660117053796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "clamp",
  "timestamp": 1660117068520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:40:24.285Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "clamp",
  "timestamp": 1660117069545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO2xdbzttscgtpp9e5wfi/1.0/artifacts/service-DemoPnfO2xdbzttscgtpp9e5wfi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:40:24.286Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "clamp",
  "timestamp": 1660117070549,
  "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-08-10T07:40:24.290Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
2022-08-10T07:40:24.290Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0 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-08-10T07:40:24.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "clamp",
  "timestamp": 1660117083796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117088024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "cds",
  "timestamp": 1660117087673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "aai-ml",
  "timestamp": 1660117088207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117091973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "clamp",
  "timestamp": 1660117083796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117088024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "cds",
  "timestamp": 1660117087673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "aai-ml",
  "timestamp": 1660117088207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117091973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "clamp",
  "timestamp": 1660117083796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117088024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "cds",
  "timestamp": 1660117087673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "aai-ml",
  "timestamp": 1660117088207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "clamp",
  "timestamp": 1660117083796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117091973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117088024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "aai-ml",
  "timestamp": 1660117088207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "cds",
  "timestamp": 1660117087673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117088024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117091973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "clamp",
  "timestamp": 1660117083796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "cds",
  "timestamp": 1660117087673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "aai-ml",
  "timestamp": 1660117088207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "policy-id",
  "timestamp": 1660117094568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "clamp",
  "timestamp": 1660117083796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117091973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117088024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "cds",
  "timestamp": 1660117087673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "aai-ml",
  "timestamp": 1660117088207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "policy-id",
  "timestamp": 1660117094568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117088024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117091973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "clamp",
  "timestamp": 1660117083796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "cds",
  "timestamp": 1660117087673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "aai-ml",
  "timestamp": 1660117088207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "policy-id",
  "timestamp": 1660117094568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117091973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117099174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:40:24.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "cds",
  "timestamp": 1660117098574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:40:24.314Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "policy-id",
  "timestamp": 1660117094568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "aai-ml",
  "timestamp": 1660117098586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:40:24.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "cds",
  "timestamp": 1660117099583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-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-08-10T07:40:24.325Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1
2022-08-10T07:40:24.325Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1 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-08-10T07:40:24.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117100393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:40:24.332Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "policy-id",
  "timestamp": 1660117094568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "policy-id",
  "timestamp": 1660117094568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117101768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:40:24.333Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "policy-id",
  "timestamp": 1660117094568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:40:24.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117102921,
  "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-08-10T07:40:24.338Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1
2022-08-10T07:40:24.338Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1 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-08-10T07:40:24.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117103049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:40:24.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:40:24.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117103924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:40:24.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:24.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:40:24.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "policy-id",
  "timestamp": 1660117102971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:40:24.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:40:36.642Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:40:36.651Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:40:36.653Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:40:36.653Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:40:36.653Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:40:36.653Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:40:36.654Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-10T07:40:36.654Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:40:36.654Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:40:36.658Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:41:06.659Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0 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-08-10T07:41:06.664Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0 and serviceModelVersionId: 5e497158-91ab-4498-8280-9f47f69ad9af
2022-08-10T07:41:06.664Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65165d53-7892-4844-8c8e-3eb6f7df1630
2022-08-10T07:41:06.666Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0
2022-08-10T07:41:06.675Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:41:06.730Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e96b12b-964f-4196-a717-af217f5e67ba/model-vers/model-ver/190b54be-d111-44a9-9835-80ab59784648?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-08-10T07:41:06.732Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||Invoke
2022-08-10T07:41:08.281Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-08-10T07:41:08.283Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||Invoke
2022-08-10T07:41:09.823Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-08-10T07:41:09.825Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||Invoke
2022-08-10T07:41:10.852Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:41:10.853Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-08-10T07:41:10.854Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:41:10.854Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-08-10T07:41:10.860Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-08-10T07:41:10.860Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:41:10.860Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:41:10.861Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:10.864Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:10.864Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117270860,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:41:10.964Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:41:10.965Z||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-08-10T07:41:10.965Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:11.160Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:11.160Z||pool-153-thread-1|||||INFO|500||cambria reply ok (196 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-08-10T07:41:11.875Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:41:11.876Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-08-10T07:41:11.876Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:18.149Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:18.150Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||received message from topic
2022-08-10T07:41:18.150Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1","serviceName":"vFW 2022-08-10 07-36-05","serviceVersion":"1.0","serviceUUID":"9f72db27-84d2-4dae-bf9e-b8ab0d446676","serviceDescription":"catalog service description","serviceInvariantUUID":"9e1751fa-4cd5-4407-9d37-9ecda3828e53","resources":[{"resourceInstanceName":"vFW 9fff94eb-fe2f 0","resourceName":"vFW 9fff94eb-fe2f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"26e9d882-1719-40c4-bc50-a24eac5a78e8","resourceInvariantUUID":"d9712dfe-eea5-46f2-8a19-5d7d1183de53","resourceCustomizationUUID":"6fc55936-b675-4b8d-bbae-07a8efc6551c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vf-license-model.xml","artifactChecksum":"NTg0NjA4NWM4MjMzYTU3OWE5MTZmMjI5Mzg0M2ZmMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f5471820-47c3-4d75-baeb-6298a2fa1d60","artifactVersion":"1"},{"artifactName":"vfw9fff94ebfe2f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json","artifactChecksum":"ZDFlZGMzNjJlNmM5ZTRkZDVjNzI0NWM0ZTYwNGY2M2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"117ef7b5-2b4f-4ae7-b551-87e40139f655","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c08d86c8-a0f3-4857-b7a8-c72d4ceb6bdd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vendor-license-model.xml","artifactChecksum":"YzIwMjZjNjFhMTI4MTI4MWJiMDgyNjIwYzVhZTI5ZGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e1412f4-35b9-4e9c-8788-4edac461ee64","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c9a8b13-94e9-4f39-9d86-4424ad7d5267","artifactVersion":"2","generatedFromUUID":"c08d86c8-a0f3-4857-b7a8-c72d4ceb6bdd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220810073605-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-template.yml","artifactChecksum":"MDdmMmQ4M2M5NDBlYTU0OTU2NzI1YWM2MzkzOTRlYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd97435d-b3f2-4f5a-b7ea-d8ce4cc4408a","artifactVersion":"1"},{"artifactName":"service-Vfw20220810073605-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar","artifactChecksum":"OWQxMzM0ODMyNmY4NDkxNzk2ODBkYmJjODJhYzdlZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e8fc65d-f36b-4b62-8316-d8cc6fef4a2d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:41:18.152Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:41:18.153Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:18.155Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:18.155Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:41:18.255Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:41:18.256Z||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-08-10T07:41:18.256Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:18.377Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:18.378Z||pool-154-thread-1|||||INFO|500||cambria reply ok (123 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:41:19.156Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:41:19.156Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:19.159Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:19.159Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:41:19.259Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:41:19.260Z||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-08-10T07:41:19.260Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:19.431Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:19.431Z||pool-155-thread-1|||||INFO|500||cambria reply ok (172 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:41:20.159Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:41:20.160Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:20.162Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:20.162Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:41:20.262Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:41:20.263Z||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-08-10T07:41:20.263Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:20.323Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:20.323Z||pool-156-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:41:21.163Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:41:21.164Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:21.166Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:21.166Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:41:21.266Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:41:21.267Z||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-08-10T07:41:21.267Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:21.415Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:21.415Z||pool-157-thread-1|||||INFO|500||cambria reply ok (149 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:41:22.167Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:41:22.167Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:22.201Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:22.202Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:41:22.273Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms
2022-08-10T07:41:22.274Z||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-08-10T07:41:22.274Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:22.293Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:22.294Z||pool-158-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:41:23.203Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:41:23.203Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:23.207Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:23.207Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:41:23.307Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:41:23.308Z||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-08-10T07:41:23.309Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:23.671Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:23.671Z||pool-159-thread-1|||||INFO|500||cambria reply ok (363 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:41:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:41:24.082Z||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-08-10T07:41:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:41:24.208Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:41:24.208Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:24.210Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:24.210Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:41:24.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:24.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117103049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:41:24.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:41:24.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "policy-id",
  "timestamp": 1660117103976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:41:24.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:41:24.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117103049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:41:24.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:41:24.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "policy-id",
  "timestamp": 1660117104980,
  "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-08-10T07:41:24.285Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1
2022-08-10T07:41:24.285Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1 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-08-10T07:41:24.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117103049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:41:24.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:41:24.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117103049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:41:24.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:41:24.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117103049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:41:24.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:41:24.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117103049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:41:24.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:41:24.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "aai-ml",
  "timestamp": 1660117110036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:41:24.294Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:41:24.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117111077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:41:24.294Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:41:24.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "clamp",
  "timestamp": 1660117111528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:41:24.294Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:41:24.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "aai-ml",
  "timestamp": 1660117111072,
  "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-08-10T07:41:24.299Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1
2022-08-10T07:41:24.299Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1 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-08-10T07:41:24.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "clamp",
  "timestamp": 1660117113537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:41:24.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:41:24.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "clamp",
  "timestamp": 1660117114541,
  "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-08-10T07:41:24.310Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1
2022-08-10T07:41:24.310Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1 and ComponentName clamp
2022-08-10T07:41:24.311Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:41:24.311Z||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-08-10T07:41:24.312Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:41:24.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117114530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:41:24.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:41:24.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:41:24.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117115534,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:41:24.321Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1
2022-08-10T07:41:24.321Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:41:24.451Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:24.451Z||pool-160-thread-1|||||INFO|500||cambria reply ok (140 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:41:25.212Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "serviceName": "vFW 2022-08-10 07-36-05",
  "serviceVersion": "1.0",
  "serviceUUID": "9f72db27-84d2-4dae-bf9e-b8ab0d446676",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9e1751fa-4cd5-4407-9d37-9ecda3828e53",
  "resources": [
    {
      "resourceInstanceName": "vFW 9fff94eb-fe2f 0",
      "resourceCustomizationUUID": "6fc55936-b675-4b8d-bbae-07a8efc6551c",
      "resourceName": "vFW 9fff94eb-fe2f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "26e9d882-1719-40c4-bc50-a24eac5a78e8",
      "resourceInvariantUUID": "d9712dfe-eea5-46f2-8a19-5d7d1183de53",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9fff94ebfe2f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
          "artifactChecksum": "ZDFlZGMzNjJlNmM5ZTRkZDVjNzI0NWM0ZTYwNGY2M2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "117ef7b5-2b4f-4ae7-b551-87e40139f655",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c08d86c8-a0f3-4857-b7a8-c72d4ceb6bdd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2c9a8b13-94e9-4f39-9d86-4424ad7d5267",
            "generatedFromUUID": "c08d86c8-a0f3-4857-b7a8-c72d4ceb6bdd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2c9a8b13-94e9-4f39-9d86-4424ad7d5267",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220810073605-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
      "artifactChecksum": "OWQxMzM0ODMyNmY4NDkxNzk2ODBkYmJjODJhYzdlZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4e8fc65d-f36b-4b62-8316-d8cc6fef4a2d"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:41:25.212Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:41:25.212Z|a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9f72db27-84d2-4dae-bf9e-b8ab0d446676 ASDC
2022-08-10T07:41:25.212Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||ASDC Notification:
DistributionID:2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1
ServiceName:vFW 2022-08-10 07-36-05
ServiceVersion:1.0
ServiceUUID:9f72db27-84d2-4dae-bf9e-b8ab0d446676
ServiceInvariantUUID:9e1751fa-4cd5-4407-9d37-9ecda3828e53
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220810073605-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar
ArtifactUUID:4e8fc65d-f36b-4b62-8316-d8cc6fef4a2d
ArtifactChecksum:OWQxMzM0ODMyNmY4NDkxNzk2ODBkYmJjODJhYzdlZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9fff94eb-fe2f 0
ResourceCustomizationUUID:6fc55936-b675-4b8d-bbae-07a8efc6551c
ResourceInvariantUUID:d9712dfe-eea5-46f2-8a19-5d7d1183de53
ResourceName:vFW 9fff94eb-fe2f
ResourceType:VF
ResourceUUID:26e9d882-1719-40c4-bc50-a24eac5a78e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9fff94ebfe2f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json
ArtifactUUID:117ef7b5-2b4f-4ae7-b551-87e40139f655
ArtifactChecksum:ZDFlZGMzNjJlNmM5ZTRkZDVjNzI0NWM0ZTYwNGY2M2Y=
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/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml
ArtifactUUID:c08d86c8-a0f3-4857-b7a8-c72d4ceb6bdd
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/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env
ArtifactUUID:2c9a8b13-94e9-4f39-9d86-4424ad7d5267
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/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env
ArtifactUUID:2c9a8b13-94e9-4f39-9d86-4424ad7d5267
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-10T07:41:25.213Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f72db27-84d2-4dae-bf9e-b8ab0d446676 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-08-10T07:41:25.243Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:41:25.244Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:41:25.245Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:41:25.245Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||Trying to download the artifact UUID: 4e8fc65d-f36b-4b62-8316-d8cc6fef4a2d from URL: /sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar
2022-08-10T07:41:25.245Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:41:25.245Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar
2022-08-10T07:41:25.805Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:41:25.809Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar 4e8fc65d-f36b-4b62-8316-d8cc6fef4a2d 103091
2022-08-10T07:41:25.809Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar ASDC sendASDCNotification
2022-08-10T07:41:25.809Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar
2022-08-10T07:41:25.809Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:41:25.810Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:25.811Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:25.812Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117285809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:41:25.912Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:41:25.913Z||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-08-10T07:41:25.913Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:26.025Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:26.026Z||pool-161-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:41:26.812Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:41:26.813Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:41:26.813Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||Trying to write artifact UUID: 4e8fc65d-f36b-4b62-8316-d8cc6fef4a2d, URL: /sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar to file: /app/ASDC/1/service-Vfw20220810073605-csar.csar
2022-08-10T07:41:26.813Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220810073605-csar.csar
2022-08-10T07:41:26.814Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220810073605-csar.csar
2022-08-10T07:41:26.814Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220810073605-csar.csar
2022-08-10T07:41:27.111Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6476676892684197255/Definitions/service-Vfw20220810073605-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-08-10T07:41:29.221Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:41:29.222Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|WARN|500||####################################################################################################
2022-08-10T07:41:29.222Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.222Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-10T07:41:29.222Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9fff94eb-fe2f 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-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.222Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.222Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.222Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.222Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.222Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.223Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.223Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.223Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.223Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.223Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.223Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.223Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?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-Vfw20220810073605-csar.csar
2022-08-10T07:41:29.223Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|WARN|500||####################################################################################################
2022-08-10T07:41:29.224Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.224Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:29.224Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is matching search criteria
2022-08-10T07:41:29.224Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:41:29.224Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [vFW 9fff94eb-fe2f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:41:29.225Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.225Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:29.225Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is matching search criteria
2022-08-10T07:41:29.225Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:41:29.226Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [vFW 9fff94eb-fe2f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:41:29.226Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.226Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:29.226Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.226Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is not matching search criteria
2022-08-10T07:41:29.226Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:41:29.227Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:41:29.227Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:41:29.227Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:29.227Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:41:29.227Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:41:29.227Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:41:29.227Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:41:29.228Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:41:29.228Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:41:29.228Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:29.228Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:41:29.228Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:29.228Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:41:29.228Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:41:29.229Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T07:41:29.229Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.229Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:41:29.229Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.229Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is matching search criteria
2022-08-10T07:41:29.229Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [vFW 9fff94eb-fe2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:41:29.230Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.230Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is matching search criteria
2022-08-10T07:41:29.230Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [vFW 9fff94eb-fe2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:41:29.230Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.230Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is matching search criteria
2022-08-10T07:41:29.230Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [vFW 9fff94eb-fe2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:41:29.231Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.231Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is not matching search criteria
2022-08-10T07:41:29.231Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:41:29.231Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T07:41:29.231Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:41:29.231Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:41:29.231Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:41:29.232Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:41:29.232Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:29.232Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:41:29.232Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:29.232Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:41:29.232Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:41:29.232Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=deb8d7d7-2d1d-4898-b73e-f6e5c2916f43
2022-08-10T07:41:29.233Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.233Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is not matching search criteria
2022-08-10T07:41:29.233Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:41:29.233Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:41:29.233Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:41:29.233Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:29.233Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:41:29.234Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:41:29.234Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:41:29.234Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T07:41:29.234Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:41:29.234Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:29.234Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:41:29.234Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:41:29.235Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2ed41284-abec-4e15-abdd-501fd27f9fb4
2022-08-10T07:41:29.235Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.235Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is not matching search criteria
2022-08-10T07:41:29.235Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:41:29.235Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:41:29.235Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:41:29.235Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:29.236Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:41:29.236Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:41:29.236Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:41:29.236Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:41:29.236Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:41:29.236Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:41:29.236Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:29.237Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T07:41:29.237Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=245c2bb6-bb4d-430a-975e-cf8c5f8ee146
2022-08-10T07:41:29.237Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.237Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:29.237Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.237Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:29.237Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.238Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:29.238Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:29.238Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:29.238Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-10 07-36-05
Description:catalog service description
Model UUID:9f72db27-84d2-4dae-bf9e-b8ab0d446676
Model Version:NULL
Model InvariantUuid:9e1751fa-4cd5-4407-9d37-9ecda3828e53
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9fff94eb-fe2f
Model UUID:28f9c967-3a03-41f7-a05a-d1d53e545c5f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d9712dfe-eea5-46f2-8a19-5d7d1183de53
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6fc55936-b675-4b8d-bbae-07a8efc6551c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b97ef179-b41b-40cd-8588-85e6374b3db6
ModelName:Vfw9fff94ebFe2f..base_vfw..module-0
ModelUuid:a34c41ab-690b-42ce-8937-db624d7b4508
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:deb8d7d7-2d1d-4898-b73e-f6e5c2916f43
ModelInvariantUuid:6985abdf-9554-4f58-83c1-bd037c121f22
ModelName:vFW 9fff94eb-fe2f-nodes.vfwCvfc
ModelUuid:ffd55102-1128-45bd-928c-ba2fe9e7fba3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:36bd31f2-46d3-4d58-aea4-a96aef704429
ModelInvariantUuid:ede66782-a271-4abb-8bdd-1b43b6bb700e
ModelName:Vfw9fff94ebFe2f.compute.nodes.heat.vfw
ModelUuid:136bdff9-3c64-45fc-9bf3-18a5e0159a9e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2ed41284-abec-4e15-abdd-501fd27f9fb4
ModelInvariantUuid:fd5e4f89-6123-478a-9936-cb1ff1a11231
ModelName:vFW 9fff94eb-fe2f-nodes.vsnCvfc
ModelUuid:d282eee2-be25-4986-8d37-638db5e06381
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:377fb261-04e5-4a56-b676-8c441684cdf2
ModelInvariantUuid:41904f92-13fb-4d81-b9b2-a97d3e5c4ce2
ModelName:Vfw9fff94ebFe2f.compute.nodes.heat.vsn
ModelUuid:ef148b6b-2feb-407d-b530-392fa3da6d93
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:245c2bb6-bb4d-430a-975e-cf8c5f8ee146
ModelInvariantUuid:5bb4169c-d596-4a4e-b645-5c9abc9b6914
ModelName:vFW 9fff94eb-fe2f-nodes.vpgCvfc
ModelUuid:c3acf458-7658-4c37-886e-3dabf44b4a48
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:499876a2-3dc4-437d-8804-79d349939a96
ModelInvariantUuid:c7f00aac-3abe-4312-81fa-acdf133cb189
ModelName:Vfw9fff94ebFe2f.compute.nodes.heat.vpg
ModelUuid:c64e56d6-38b4-4261-878f-3006a6b1a8be
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-08-10T07:41:29.244Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 26e9d882-1719-40c4-bc50-a24eac5a78e8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:41:29.247Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||vFW 9fff94eb-fe2f 0
2022-08-10T07:41:29.247Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 26e9d882-1719-40c4-bc50-a24eac5a78e8
2022-08-10T07:41:29.247Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||Trying to download the artifact UUID: 117ef7b5-2b4f-4ae7-b551-87e40139f655 from URL: /sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json
2022-08-10T07:41:29.248Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:41:29.248Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json
2022-08-10T07:41:29.533Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:41:29.533Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json 117ef7b5-2b4f-4ae7-b551-87e40139f655 785
2022-08-10T07:41:29.534Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json ASDC sendASDCNotification
2022-08-10T07:41:29.534Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json
2022-08-10T07:41:29.534Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:41:29.534Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:29.536Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:29.536Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117289534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:41:29.636Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:41:29.637Z||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-08-10T07:41:29.637Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:29.854Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:29.854Z||pool-162-thread-1|||||INFO|500||cambria reply ok (218 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:41:30.537Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9fff94ebFe2f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b97ef179-b41b-40cd-8588-85e6374b3db6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a34c41ab-690b-42ce-8937-db624d7b4508",
    "vfModuleModelCustomizationUUID": "b43d0747-f12a-4026-b487-a7f0720fcd29",
    "isBase": true,
    "artifacts": [
      "c08d86c8-a0f3-4857-b7a8-c72d4ceb6bdd",
      "2c9a8b13-94e9-4f39-9d86-4424ad7d5267"
    ],
    "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-08-10T07:41:30.540Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9fff94ebFe2f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a34c41ab-690b-42ce-8937-db624d7b4508
VfModuleModelInvariantUUID:b97ef179-b41b-40cd-8588-85e6374b3db6
VfModuleModelDescription:NULL
Artifacts UUID List:{
c08d86c8-a0f3-4857-b7a8-c72d4ceb6bdd
,
2c9a8b13-94e9-4f39-9d86-4424ad7d5267

}
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-08-10T07:41:30.542Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9fff94ebFe2f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b97ef179-b41b-40cd-8588-85e6374b3db6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a34c41ab-690b-42ce-8937-db624d7b4508",
    "vfModuleModelCustomizationUUID": "b43d0747-f12a-4026-b487-a7f0720fcd29",
    "isBase": true,
    "artifacts": [
      "c08d86c8-a0f3-4857-b7a8-c72d4ceb6bdd",
      "2c9a8b13-94e9-4f39-9d86-4424ad7d5267"
    ],
    "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-08-10T07:41:30.542Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9fff94ebFe2f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a34c41ab-690b-42ce-8937-db624d7b4508
VfModuleModelInvariantUUID:b97ef179-b41b-40cd-8588-85e6374b3db6
VfModuleModelDescription:NULL
Artifacts UUID List:{
c08d86c8-a0f3-4857-b7a8-c72d4ceb6bdd
,
2c9a8b13-94e9-4f39-9d86-4424ad7d5267

}
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-08-10T07:41:30.542Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||Trying to download the artifact UUID: c08d86c8-a0f3-4857-b7a8-c72d4ceb6bdd from URL: /sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml
2022-08-10T07:41:30.543Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:41:30.543Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml
2022-08-10T07:41:30.801Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:41:30.802Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml c08d86c8-a0f3-4857-b7a8-c72d4ceb6bdd 20368
2022-08-10T07:41:30.802Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T07:41:30.802Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml
2022-08-10T07:41:30.802Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:41:30.802Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:30.804Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:30.804Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117290802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:41:30.904Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:41:30.905Z||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-08-10T07:41:30.905Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:30.996Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:30.997Z||pool-163-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:41:31.805Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||Trying to download the artifact UUID: 2c9a8b13-94e9-4f39-9d86-4424ad7d5267 from URL: /sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env
2022-08-10T07:41:31.806Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:41:31.806Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env
2022-08-10T07:41:32.043Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:41:32.044Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env 2c9a8b13-94e9-4f39-9d86-4424ad7d5267 2098
2022-08-10T07:41:32.044Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T07:41:32.044Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env
2022-08-10T07:41:32.044Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:41:32.044Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:32.046Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:32.046Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117292044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:41:32.146Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:41:32.147Z||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-08-10T07:41:32.147Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:32.247Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:32.248Z||pool-164-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:41:33.046Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Preparing to deploy Service: 9f72db27-84d2-4dae-bf9e-b8ab0d446676
2022-08-10T07:41:33.047Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9fff94eb-fe2f 0 26e9d882-1719-40c4-bc50-a24eac5a78e8 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-08-10T07:41:33.065Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20373d47, org.onap.sdc.toscaparser.api.parameters.Input@2aecc672, org.onap.sdc.toscaparser.api.parameters.Input@71f98d96, org.onap.sdc.toscaparser.api.parameters.Input@2d68095c, org.onap.sdc.toscaparser.api.parameters.Input@342cc4b3]
2022-08-10T07:41:33.066Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.067Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:33.067Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-10T07:41:33.067Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||VFCustomizationUUID= 6fc55936-b675-4b8d-bbae-07a8efc6551c
2022-08-10T07:41:33.067Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6fc55936-b675-4b8d-bbae-07a8efc6551c matches Tosca VF Customization UUID: 6fc55936-b675-4b8d-bbae-07a8efc6551c
2022-08-10T07:41:33.068Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||vfCustomizationUUID: 6fc55936-b675-4b8d-bbae-07a8efc6551c  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-08-10T07:41:33.070Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.070Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:33.071Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||resource request for resource customization id 6fc55936-b675-4b8d-bbae-07a8efc6551c: {\"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-08-10T07:41:33.071Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28583fa9
2022-08-10T07:41:33.071Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.071Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:41:33.072Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b43d0747-f12a-4026-b487-a7f0720fcd29
2022-08-10T07:41:33.072Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b43d0747-f12a-4026-b487-a7f0720fcd29
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-08-10T07:41:33.074Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.074Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is matching search criteria
2022-08-10T07:41:33.074Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [vFW 9fff94eb-fe2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:41:33.075Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.075Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is matching search criteria
2022-08-10T07:41:33.075Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [vFW 9fff94eb-fe2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:41:33.075Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.076Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is not matching search criteria
2022-08-10T07:41:33.076Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:41:33.076Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T07:41:33.076Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:41:33.076Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:41:33.077Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:41:33.077Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:41:33.077Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:33.078Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:41:33.078Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:33.078Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:41:33.078Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:41:33.079Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=deb8d7d7-2d1d-4898-b73e-f6e5c2916f43
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-08-10T07:41:33.081Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.081Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is matching search criteria
2022-08-10T07:41:33.081Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [vFW 9fff94eb-fe2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:41:33.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is not matching search criteria
2022-08-10T07:41:33.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:41:33.083Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:41:33.083Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:41:33.083Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:33.084Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:41:33.084Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:41:33.084Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:41:33.085Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T07:41:33.085Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:41:33.085Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:33.085Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:41:33.085Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:41:33.086Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2ed41284-abec-4e15-abdd-501fd27f9fb4
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-08-10T07:41:33.088Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.088Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is matching search criteria
2022-08-10T07:41:33.088Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [vFW 9fff94eb-fe2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:41:33.088Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.088Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is not matching search criteria
2022-08-10T07:41:33.089Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:41:33.089Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:41:33.089Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:41:33.089Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:33.090Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:41:33.090Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:41:33.090Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:41:33.090Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:41:33.091Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:41:33.091Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:41:33.091Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:41:33.092Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T07:41:33.092Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=245c2bb6-bb4d-430a-975e-cf8c5f8ee146
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-08-10T07:41:33.094Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.094Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is matching search criteria
2022-08-10T07:41:33.094Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [vFW 9fff94eb-fe2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:41:33.095Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.095Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Node template vFW 9fff94eb-fe2f 0 is matching search criteria
2022-08-10T07:41:33.095Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found topology templates [vFW 9fff94eb-fe2f 0] matching following query criteria: sdcType=VF, customizationUUID=6fc55936-b675-4b8d-bbae-07a8efc6551c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:41:33.097Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.097Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:33.098Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500|| resourceSeq for service uuid 9f72db27-84d2-4dae-bf9e-b8ab0d446676: vFW 9fff94eb-fe2f
2022-08-10T07:41:33.098Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.098Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:33.098Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.098Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:33.099Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.099Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:33.099Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.099Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:33.100Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:41:33.100Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Service vFW 2022-08-10 07-36-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:41:33.100Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||Saving Service: vFW 2022-08-10 07-36-05 
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-08-10T07:41:33.273Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9fff94eb-fe2f 26e9d882-1719-40c4-bc50-a24eac5a78e8 1 ASDC deployResourceStructure
2022-08-10T07:41:33.273Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json ASDC sendASDCNotification
2022-08-10T07:41:33.273Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json
2022-08-10T07:41:33.274Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:41:33.274Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:33.277Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:33.277Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117293273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:41:33.377Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:41:33.378Z||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-08-10T07:41:33.378Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:33.558Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:33.559Z||pool-165-thread-1|||||INFO|500||cambria reply ok (182 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:41:34.278Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T07:41:34.278Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml
2022-08-10T07:41:34.278Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:41:34.278Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:34.280Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:34.280Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117294277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:41:34.380Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:41:34.381Z||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-08-10T07:41:34.381Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:34.699Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:34.699Z||pool-166-thread-1|||||INFO|500||cambria reply ok (318 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:41:35.281Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T07:41:35.282Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env
2022-08-10T07:41:35.282Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:41:35.282Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:35.285Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:35.285Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117295281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:41:35.385Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:41:35.386Z||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-08-10T07:41:35.386Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:35.542Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:35.543Z||pool-167-thread-1|||||INFO|500||cambria reply ok (158 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:41:36.286Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar ASDC sendASDCNotification
2022-08-10T07:41:36.286Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar
2022-08-10T07:41:36.286Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:41:36.287Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:41:36.288Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:41:36.289Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117296286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:41:36.389Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:41:36.390Z||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-08-10T07:41:36.390Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:41:36.878Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:41:36.879Z||pool-168-thread-1|||||INFO|500||cambria reply ok (490 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:41:37.290Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:41:37.298Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:41:37.300Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:41:37.300Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:41:37.300Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:41:37.300Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:41:37.300Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:41:37.300Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:41:37.304Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:42:07.305Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1 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-08-10T07:42:07.309Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1 and serviceModelVersionId: 9f72db27-84d2-4dae-bf9e-b8ab0d446676
2022-08-10T07:42:07.310Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e1751fa-4cd5-4407-9d37-9ecda3828e53
2022-08-10T07:42:07.310Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0
2022-08-10T07:42:07.314Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65165d53-7892-4844-8c8e-3eb6f7df1630/model-vers/model-ver/5e497158-91ab-4498-8280-9f47f69ad9af?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:42:07.348Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||Invoke
2022-08-10T07:42:07.348Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22098841-4f7d-484d-87ac-7adc400afb21], X-ECOMP-RequestID=[2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1], X-TransactionId=[], X-ONAP-RequestID=[2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1], Content-Type=[application/merge-patch+json]}
2022-08-10T07:42:08.898Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||Invoke
2022-08-10T07:42:08.898Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f6d7d145-5198-4085-bac0-c498c1d2ec76], X-ECOMP-RequestID=[2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1], X-TransactionId=[], X-ONAP-RequestID=[2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1], Content-Type=[application/merge-patch+json]}
2022-08-10T07:42:10.435Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||Invoke
2022-08-10T07:42:10.435Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bfa4cb7c-fd06-4faa-a612-fe1041cdd7cb], X-ECOMP-RequestID=[2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1], X-TransactionId=[], X-ONAP-RequestID=[2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1], Content-Type=[application/merge-patch+json]}
2022-08-10T07:42:11.461Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:42:11.462Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T07:42:11.462Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:42:11.462Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T07:42:11.467Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T07:42:11.467Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:42:11.468Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:42:11.468Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:42:11.470Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:42:11.470Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|DEBUG|500||try to send status {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117331468,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:42:11.570Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:42:11.570Z||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-08-10T07:42:11.571Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:42:11.839Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:42:11.839Z||pool-169-thread-1|||||INFO|500||cambria reply ok (269 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-08-10T07:42:12.481Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:42:12.481Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T07:42:12.481Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:42:22.354Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:42:22.355Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:42:22.355Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T07:42:22.356Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:42:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:42:24.082Z||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-08-10T07:42:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:42:24.293Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:42:24.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:42:24.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a40170a0-ae04-4241-aa6e-d6ed7c5eb8e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117270860,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:42:24.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:42:24.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:42:24.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:42:24.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:42:24.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:42:24.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:42:24.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:42:24.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:42:24.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:42:24.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:42:24.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:42:24.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:42:24.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:42:24.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:42:24.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:42:24.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:42:24.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:42:24.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:42:24.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:42:32.289Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:42:32.290Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:42:32.291Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T07:42:32.291Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:42:42.400Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:42:42.401Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:42:42.402Z||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-08-10T07:42:42.402Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:42:52.644Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:43:24.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:43:24.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-08-10T07:43:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:43:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:43:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T07:43:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:43:24.556Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:43:24.557Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:43:24.557Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117271875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:43:24.558Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T07:43:34.162Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:44:24.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:44:24.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-08-10T07:44:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:44:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:44:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T07:44:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:44:24.774Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:44:24.774Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:44:24.774Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117285809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:44:24.775Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:44:24.775Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:44:24.776Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117289534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:44:24.776Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:44:24.776Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:44:24.776Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117290802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:44:24.776Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:44:24.776Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:44:24.777Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117292044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:44:24.777Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:44:24.777Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:44:24.777Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117293273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/vfw9fff94ebfe2f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:44:24.777Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:44:24.777Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:44:24.778Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117294277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:44:24.778Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:44:24.778Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:44:24.778Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117295281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/resourceInstances/vfw9fff94ebfe2f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:44:24.779Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:44:24.779Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:44:24.779Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117296286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810073605/1.0/artifacts/service-Vfw20220810073605-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:44:24.779Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:44:24.780Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:44:24.780Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117331468,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:44:24.780Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:44:34.224Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:45:24.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:45:24.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-08-10T07:45:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:45:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:45:24.082Z||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-08-10T07:45:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:45:33.861Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:45:33.961Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:46:24.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:46:24.081Z||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-08-10T07:46:24.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 JnYobh898yKzkmJf) ...
2022-08-10T07:46:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:46:24.082Z||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-08-10T07:46:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:46:34.265Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:46:34.304Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:47:24.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:47:24.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-08-10T07:47:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:47:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:47:24.082Z||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-08-10T07:47:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:47:24.946Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:47:24.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117628024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "clamp",
  "timestamp": 1660117623797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "cds",
  "timestamp": 1660117627685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "clamp",
  "timestamp": 1660117623797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117628024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "aai-ml",
  "timestamp": 1660117628207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "cds",
  "timestamp": 1660117627685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117628024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "clamp",
  "timestamp": 1660117623797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "aai-ml",
  "timestamp": 1660117628207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "cds",
  "timestamp": 1660117627685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117628024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "clamp",
  "timestamp": 1660117623797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "aai-ml",
  "timestamp": 1660117628207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "cds",
  "timestamp": 1660117627685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117628024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "clamp",
  "timestamp": 1660117623797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117631973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "aai-ml",
  "timestamp": 1660117628207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "cds",
  "timestamp": 1660117627685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "clamp",
  "timestamp": 1660117623797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117628024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117631973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "aai-ml",
  "timestamp": 1660117628207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "cds",
  "timestamp": 1660117627685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "clamp",
  "timestamp": 1660117623797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117628024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117631973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "aai-ml",
  "timestamp": 1660117628207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "cds",
  "timestamp": 1660117627685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117628024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:47:24.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "clamp",
  "timestamp": 1660117623797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:47:24.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117631973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "aai-ml",
  "timestamp": 1660117628207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "cds",
  "timestamp": 1660117627685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:47:24.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "policy-id",
  "timestamp": 1660117634569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117631973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "policy-id",
  "timestamp": 1660117634569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "aai-ml",
  "timestamp": 1660117628207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:47:24.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117631973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:47:24.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "cds",
  "timestamp": 1660117637156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:47:24.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:47:24.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "policy-id",
  "timestamp": 1660117634569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117631973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:24.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:24.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "cds",
  "timestamp": 1660117638163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-08-10T07:47:24.988Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:47:24.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-10T07:47:24.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"433d802c-9457-479b-bd0a-fa4f101547dc","serviceName":"Demo_pNF_3rUEDNS3ehKnzqi6cuBW","serviceVersion":"1.0","serviceUUID":"0c1d3585-af1d-4b43-b41f-149647166694","serviceDescription":"catalog service description","serviceInvariantUUID":"d5ca5e02-dacb-4aba-9501-c14383067020","resources":[{"resourceInstanceName":"pNF b56e967e-c5e2 0","resourceName":"pNF b56e967e-c5e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fdf7f6c2-2991-406b-9a94-1e2b155854b8","resourceInvariantUUID":"733c4562-1a96-4a2d-9f50-2f3eab9e2d4e","resourceCustomizationUUID":"14e81cb7-b218-4ac3-a0cd-468f4e8cbba6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vf-license-model.xml","artifactChecksum":"NWNjNzU2M2Q5NDQ1ZGVkNTYwMTI1MTIzZjUzMDdlZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"931d38dc-8ede-4d01-92b4-914f6245e3ab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/pNF.csar","artifactChecksum":"NGJjNDA1MTBhYzdjNTAzYmMzZjM4NGE1NzgxMmNjYTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46812aa1-0c4f-410c-b0ff-5fecce38b3c3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9629e97a-0f03-4203-85fd-7ec080c05f5f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vendor-license-model.xml","artifactChecksum":"MDk4ZDY3NWMzYTk0MTdkNzBjYmNiMGM5ZGYxZTQ0Yjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"349ff576-ce39-4e50-949d-452ae6e37b67","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"037876ab-5c89-4600-870a-64deb2ce5739","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6eecaf9-9587-4c8f-8eaa-b3da7f4dfb89","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3ruedns3ehknzqi6cubw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-template.yml","artifactChecksum":"ODJhZjRjM2Q4OWM4YTlkZDQyNjMxNDYxYmVjNzFiMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35a44153-f18c-4537-873a-b0c281722182","artifactVersion":"1"},{"artifactName":"service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar","artifactChecksum":"OWE3NDg5NTMxYWQ3YjIzZTRkNGQ3ZGMwMDcwYzVjMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0b83571-5fa4-4f6a-b5a3-b26c2b6aa7bc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:47:24.992Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:47:24.992Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:47:24.997Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:47:24.997Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:47:25.008Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 433d802c-9457-479b-bd0a-fa4f101547dc
2022-08-10T07:47:25.009Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433d802c-9457-479b-bd0a-fa4f101547dc 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-08-10T07:47:25.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "aai-ml",
  "timestamp": 1660117638007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:47:25.017Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:47:25.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "policy-id",
  "timestamp": 1660117634569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:25.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:25.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "clamp",
  "timestamp": 1660117639633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:47:25.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:47:25.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117631973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:25.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:25.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "policy-id",
  "timestamp": 1660117634569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:25.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:25.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117641414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:47:25.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:47:25.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "clamp",
  "timestamp": 1660117641638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:47:25.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:47:25.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "policy-id",
  "timestamp": 1660117634569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:25.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:25.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117642433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:47:25.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:47:25.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "clamp",
  "timestamp": 1660117642645,
  "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-08-10T07:47:25.025Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 433d802c-9457-479b-bd0a-fa4f101547dc
2022-08-10T07:47:25.025Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433d802c-9457-479b-bd0a-fa4f101547dc 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-08-10T07:47:25.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "policy-id",
  "timestamp": 1660117634569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:25.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:25.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117643436,
  "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-08-10T07:47:25.037Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 433d802c-9457-479b-bd0a-fa4f101547dc
2022-08-10T07:47:25.037Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433d802c-9457-479b-bd0a-fa4f101547dc 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-08-10T07:47:25.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "policy-id",
  "timestamp": 1660117634569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:47:25.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:25.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:47:25.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117643048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:25.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:47:25.097Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:47:25.098Z||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-08-10T07:47:25.098Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:47:25.279Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:47:25.280Z||pool-170-thread-1|||||INFO|500||cambria reply ok (183 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:47:25.998Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:47:25.999Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:47:26.001Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:47:26.001Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:26.101Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:47:26.102Z||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-08-10T07:47:26.102Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:47:26.226Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:47:26.226Z||pool-171-thread-1|||||INFO|500||cambria reply ok (124 ms):{"serverTimeMs":2,"count":1}
2022-08-10T07:47:27.001Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:47:27.002Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:47:27.004Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:47:27.004Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:27.104Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:47:27.105Z||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-08-10T07:47:27.105Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:47:27.262Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:47:27.262Z||pool-172-thread-1|||||INFO|500||cambria reply ok (157 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:47:28.005Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:47:28.006Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:47:28.008Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:47:28.008Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:28.108Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:47:28.109Z||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-08-10T07:47:28.109Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:47:28.232Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:47:28.232Z||pool-173-thread-1|||||INFO|500||cambria reply ok (124 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:47:29.008Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:47:29.009Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:47:29.011Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:47:29.011Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:29.111Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:47:29.112Z||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-08-10T07:47:29.112Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:47:29.257Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:47:29.257Z||pool-174-thread-1|||||INFO|500||cambria reply ok (146 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:47:30.011Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:47:30.012Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:47:30.014Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:47:30.014Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:30.114Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:47:30.115Z||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-08-10T07:47:30.115Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:47:30.227Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:47:30.228Z||pool-175-thread-1|||||INFO|500||cambria reply ok (113 ms):{"serverTimeMs":3,"count":1}
2022-08-10T07:47:31.017Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:47:31.018Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:47:31.020Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:47:31.020Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:47:31.120Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:47:31.121Z||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-08-10T07:47:31.121Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:47:31.232Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:47:31.236Z||pool-176-thread-1|||||INFO|500||cambria reply ok (116 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:47:32.022Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:47:32.022Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:47:32.031Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:47:32.031Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:47:32.131Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:47:32.132Z||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-08-10T07:47:32.132Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:47:32.239Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:47:32.240Z||pool-177-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:47:33.033Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "serviceName": "Demo_pNF_3rUEDNS3ehKnzqi6cuBW",
  "serviceVersion": "1.0",
  "serviceUUID": "0c1d3585-af1d-4b43-b41f-149647166694",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d5ca5e02-dacb-4aba-9501-c14383067020",
  "resources": [
    {
      "resourceInstanceName": "pNF b56e967e-c5e2 0",
      "resourceCustomizationUUID": "14e81cb7-b218-4ac3-a0cd-468f4e8cbba6",
      "resourceName": "pNF b56e967e-c5e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fdf7f6c2-2991-406b-9a94-1e2b155854b8",
      "resourceInvariantUUID": "733c4562-1a96-4a2d-9f50-2f3eab9e2d4e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
      "artifactChecksum": "OWE3NDg5NTMxYWQ3YjIzZTRkNGQ3ZGMwMDcwYzVjMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f0b83571-5fa4-4f6a-b5a3-b26c2b6aa7bc"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:47:33.033Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:47:33.033Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c1d3585-af1d-4b43-b41f-149647166694 ASDC
2022-08-10T07:47:33.034Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:433d802c-9457-479b-bd0a-fa4f101547dc
ServiceName:Demo_pNF_3rUEDNS3ehKnzqi6cuBW
ServiceVersion:1.0
ServiceUUID:0c1d3585-af1d-4b43-b41f-149647166694
ServiceInvariantUUID:d5ca5e02-dacb-4aba-9501-c14383067020
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
ArtifactUUID:f0b83571-5fa4-4f6a-b5a3-b26c2b6aa7bc
ArtifactChecksum:OWE3NDg5NTMxYWQ3YjIzZTRkNGQ3ZGMwMDcwYzVjMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b56e967e-c5e2 0
ResourceCustomizationUUID:14e81cb7-b218-4ac3-a0cd-468f4e8cbba6
ResourceInvariantUUID:733c4562-1a96-4a2d-9f50-2f3eab9e2d4e
ResourceName:pNF b56e967e-c5e2
ResourceType:PNF
ResourceUUID:fdf7f6c2-2991-406b-9a94-1e2b155854b8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-10T07:47:33.035Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c1d3585-af1d-4b43-b41f-149647166694 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-08-10T07:47:33.060Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:47:33.061Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-10T07:47:33.061Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-10T07:47:33.061Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f0b83571-5fa4-4f6a-b5a3-b26c2b6aa7bc from URL: /sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:33.061Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-10T07:47:33.064Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:33.496Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-10T07:47:33.500Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar f0b83571-5fa4-4f6a-b5a3-b26c2b6aa7bc 86690
2022-08-10T07:47:33.500Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar ASDC sendASDCNotification
2022-08-10T07:47:33.500Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:33.500Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:47:33.500Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:47:33.502Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:47:33.502Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117653500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:47:33.602Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:47:33.603Z||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-08-10T07:47:33.603Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:47:33.861Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:47:33.861Z||pool-178-thread-1|||||INFO|500||cambria reply ok (258 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:47:34.505Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:47:34.505Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-10T07:47:34.506Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f0b83571-5fa4-4f6a-b5a3-b26c2b6aa7bc, URL: /sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar to file: /app/ASDC/1/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:34.506Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:34.507Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:34.507Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:34.748Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11878857924092961091/Definitions/service-DemoPnf3ruedns3ehknzqi6cubw-template.yml
2022-08-10T07:47:35.626Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:47:35.627Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-10T07:47:35.627Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:35.627Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-10T07:47:35.627Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:35.627Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:35.627Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:35.627Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:35.627Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:35.627Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b56e967e-c5e2 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-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:35.627Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:35.627Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-10T07:47:35.628Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:47:35.628Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rUEDNS3ehKnzqi6cuBW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:47:35.628Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Node template pNF b56e967e-c5e2 0 is matching search criteria
2022-08-10T07:47:35.628Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-10T07:47:35.628Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF b56e967e-c5e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:47:35.629Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:47:35.629Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rUEDNS3ehKnzqi6cuBW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:47:35.629Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Node template pNF b56e967e-c5e2 0 is matching search criteria
2022-08-10T07:47:35.629Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-10T07:47:35.629Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF b56e967e-c5e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:47:35.629Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:47:35.630Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rUEDNS3ehKnzqi6cuBW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:47:35.630Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:47:35.630Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rUEDNS3ehKnzqi6cuBW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:47:35.630Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:47:35.630Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rUEDNS3ehKnzqi6cuBW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:47:35.630Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:47:35.630Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rUEDNS3ehKnzqi6cuBW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:47:35.630Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:47:35.631Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rUEDNS3ehKnzqi6cuBW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:47:35.631Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_3rUEDNS3ehKnzqi6cuBW
Description:catalog service description
Model UUID:0c1d3585-af1d-4b43-b41f-149647166694
Model Version:NULL
Model InvariantUuid:d5ca5e02-dacb-4aba-9501-c14383067020
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-08-10T07:47:35.637Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: fdf7f6c2-2991-406b-9a94-1e2b155854b8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:47:35.641Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||pNF b56e967e-c5e2 0
2022-08-10T07:47:35.641Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fdf7f6c2-2991-406b-9a94-1e2b155854b8
2022-08-10T07:47:35.641Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0c1d3585-af1d-4b43-b41f-149647166694
2022-08-10T07:47:35.641Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0c1d3585-af1d-4b43-b41f-149647166694
2022-08-10T07:47:35.641Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b56e967e-c5e2 0 fdf7f6c2-2991-406b-9a94-1e2b155854b8 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-08-10T07:47:35.645Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30e8f11, org.onap.sdc.toscaparser.api.parameters.Input@6c9ed4f9, org.onap.sdc.toscaparser.api.parameters.Input@203d922f, org.onap.sdc.toscaparser.api.parameters.Input@69f2cbbd, org.onap.sdc.toscaparser.api.parameters.Input@1e73a795]
2022-08-10T07:47:35.645Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:47:35.646Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rUEDNS3ehKnzqi6cuBW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:47:35.646Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0c1d3585-af1d-4b43-b41f-149647166694: pNF b56e967e-c5e2
2022-08-10T07:47:35.646Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||Processing PNF resource: fdf7f6c2-2991-406b-9a94-1e2b155854b8
2022-08-10T07:47:35.646Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:47:35.646Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rUEDNS3ehKnzqi6cuBW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:47:35.646Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||Resource customization UUID: 14e81cb7-b218-4ac3-a0cd-468f4e8cbba6 is the same as notified resource customizationUUID: 14e81cb7-b218-4ac3-a0cd-468f4e8cbba6
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-08-10T07:47:35.674Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b56e967e-c5e2 fdf7f6c2-2991-406b-9a94-1e2b155854b8 0 ASDC deployResourceStructure
2022-08-10T07:47:35.675Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar ASDC sendASDCNotification
2022-08-10T07:47:35.675Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar
2022-08-10T07:47:35.675Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:47:35.675Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-10T07:47:35.676Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:47:35.676Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117655674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:47:35.777Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T07:47:35.777Z||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-08-10T07:47:35.777Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:47:35.942Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:47:35.942Z||pool-179-thread-1|||||INFO|500||cambria reply ok (165 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:47:36.681Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:47:36.690Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:47:36.691Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:47:36.691Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:47:36.692Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:48:06.692Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:48:06.702Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:48:06.704Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:48:06.704Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:48:06.704Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:48:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:48:24.083Z||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-08-10T07:48:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:48:24.276Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:48:24.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:48:24.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "policy-id",
  "timestamp": 1660117644010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:48:24.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:48:36.705Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:48:36.714Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:48:36.716Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:48:36.716Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:48:36.716Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:49:06.716Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:49:06.724Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:49:06.726Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:49:06.726Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:49:06.726Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:49:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:49:24.083Z||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-08-10T07:49:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:49:24.458Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:49:24.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:49:24.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117643048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:49:24.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:49:36.727Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:49:36.736Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:49:36.738Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:49:36.738Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:49:36.738Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:50:06.738Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:50:06.748Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:50:06.750Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:50:06.750Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:50:06.750Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:50:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:50:24.083Z||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-08-10T07:50:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:50:24.706Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:50:24.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:50:24.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "policy-id",
  "timestamp": 1660117645017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:50:24.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:50:24.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "aai-ml",
  "timestamp": 1660117644920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:50:24.709Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:50:24.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117643048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:50:24.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:50:24.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "policy-id",
  "timestamp": 1660117646021,
  "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-08-10T07:50:24.719Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 433d802c-9457-479b-bd0a-fa4f101547dc
2022-08-10T07:50:24.719Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433d802c-9457-479b-bd0a-fa4f101547dc 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-08-10T07:50:24.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "aai-ml",
  "timestamp": 1660117645995,
  "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-08-10T07:50:24.733Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 433d802c-9457-479b-bd0a-fa4f101547dc
2022-08-10T07:50:24.734Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433d802c-9457-479b-bd0a-fa4f101547dc 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-08-10T07:50:24.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117643048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:50:24.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:50:24.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117643048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:50:24.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:50:24.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117643048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:50:24.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:50:24.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117643048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:50:24.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/resourceInstances/pnfb56e967ec5e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:50:24.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117643048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:50:24.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:50:24.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117644079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:50:24.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:50:24.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117652629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:50:24.748Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:50:24.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117653500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:50:24.749Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:50:24.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117654734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:50:24.749Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:50:24.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660117655739,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:50:24.755Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 433d802c-9457-479b-bd0a-fa4f101547dc
2022-08-10T07:50:24.755Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433d802c-9457-479b-bd0a-fa4f101547dc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:50:24.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-10T07:50:24.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117655674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ruedns3ehknzqi6cubw/1.0/artifacts/service-DemoPnf3ruedns3ehknzqi6cubw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:50:24.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:50:36.750Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:50:36.761Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:50:36.763Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:50:36.764Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:50:36.764Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:50:36.764Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:50:36.764Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-10T07:50:36.764Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:50:36.764Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:50:36.768Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:51:06.769Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 433d802c-9457-479b-bd0a-fa4f101547dc 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-08-10T07:51:06.774Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 433d802c-9457-479b-bd0a-fa4f101547dc and serviceModelVersionId: 0c1d3585-af1d-4b43-b41f-149647166694
2022-08-10T07:51:06.774Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5ca5e02-dacb-4aba-9501-c14383067020
2022-08-10T07:51:06.775Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0
2022-08-10T07:51:06.780Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:51:06.818Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||Invoke
2022-08-10T07:51:06.819Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[433d802c-9457-479b-bd0a-fa4f101547dc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f7534947-0cd0-438c-a9a8-7bb9b8880da7], X-ECOMP-RequestID=[433d802c-9457-479b-bd0a-fa4f101547dc], X-TransactionId=[], X-ONAP-RequestID=[433d802c-9457-479b-bd0a-fa4f101547dc], Content-Type=[application/merge-patch+json]}
2022-08-10T07:51:08.378Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||Invoke
2022-08-10T07:51:08.378Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[433d802c-9457-479b-bd0a-fa4f101547dc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5db289b-9f9a-40e9-b9a1-697a04b6b34e], X-ECOMP-RequestID=[433d802c-9457-479b-bd0a-fa4f101547dc], X-TransactionId=[], X-ONAP-RequestID=[433d802c-9457-479b-bd0a-fa4f101547dc], Content-Type=[application/merge-patch+json]}
2022-08-10T07:51:09.914Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||Invoke
2022-08-10T07:51:09.914Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[433d802c-9457-479b-bd0a-fa4f101547dc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6bff1bb1-d21f-4f05-829b-3a80fc4a319a], X-ECOMP-RequestID=[433d802c-9457-479b-bd0a-fa4f101547dc], X-TransactionId=[], X-ONAP-RequestID=[433d802c-9457-479b-bd0a-fa4f101547dc], Content-Type=[application/merge-patch+json]}
2022-08-10T07:51:10.960Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:51:10.961Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-08-10T07:51:10.962Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:51:10.962Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-08-10T07:51:10.968Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-08-10T07:51:10.968Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 433d802c-9457-479b-bd0a-fa4f101547dc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:51:10.968Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:51:10.968Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:51:10.971Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:51:10.971Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117870968,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:51:11.071Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:51:11.072Z||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-08-10T07:51:11.072Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:51:11.337Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:51:11.337Z||pool-180-thread-1|||||INFO|500||cambria reply ok (266 ms):{"serverTimeMs":13,"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-08-10T07:51:11.983Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:51:11.983Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-08-10T07:51:11.983Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:51:22.832Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:51:22.833Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:51:22.833Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-08-10T07:51:22.834Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:51:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:51:24.082Z||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-08-10T07:51:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:51:24.988Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:51:24.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:51:24.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "433d802c-9457-479b-bd0a-fa4f101547dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660117870968,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:51:24.990Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:51:33.060Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:51:33.060Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:51:33.061Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-08-10T07:51:33.061Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:51:43.142Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:51:43.143Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:51:43.143Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-08-10T07:51:43.143Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:51:52.964Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:52:24.079Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:52:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:52:24.082Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-08-10T07:52:24.082Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:52:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T07:52:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:52:34.062Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:52:34.310Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:24.079Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:53:24.080Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-08-10T07:53:24.080Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:53:24.082Z||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-08-10T07:53:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:53:25.133Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:25.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "clamp",
  "timestamp": 1660117983796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "aai-ml",
  "timestamp": 1660117988207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117988023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "cds",
  "timestamp": 1660117987673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "clamp",
  "timestamp": 1660117983796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:53:25.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "aai-ml",
  "timestamp": 1660117988207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117988023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:53:25.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "cds",
  "timestamp": 1660117987673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117991973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "clamp",
  "timestamp": 1660117983796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "aai-ml",
  "timestamp": 1660117988207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117988023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:53:25.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "cds",
  "timestamp": 1660117987673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117991973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "clamp",
  "timestamp": 1660117983796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117988023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "aai-ml",
  "timestamp": 1660117988207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "cds",
  "timestamp": 1660117987673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117991973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "clamp",
  "timestamp": 1660117983796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117988023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:53:25.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "aai-ml",
  "timestamp": 1660117988207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "cds",
  "timestamp": 1660117987673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117991973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "clamp",
  "timestamp": 1660117983796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117988023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "aai-ml",
  "timestamp": 1660117988207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "cds",
  "timestamp": 1660117987673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "policy-id",
  "timestamp": 1660117994569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117991973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "clamp",
  "timestamp": 1660117983796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:53:25.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "aai-ml",
  "timestamp": 1660117988207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:53:25.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "cds",
  "timestamp": 1660117987673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:53:25.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117988023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:53:25.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "policy-id",
  "timestamp": 1660117994569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117991973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "policy-id",
  "timestamp": 1660117994569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:53:25.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117998394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:53:25.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:53:25.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "aai-ml",
  "timestamp": 1660117997496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:53:25.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:53:25.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "cds",
  "timestamp": 1660117997792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:53:25.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:53:25.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660117991973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "policy-id",
  "timestamp": 1660117994569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "cds",
  "timestamp": 1660117998799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-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-08-10T07:53:25.190Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53e914b8-4d22-45b1-b020-961e8a4d888d
2022-08-10T07:53:25.190Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e914b8-4d22-45b1-b020-961e8a4d888d 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-08-10T07:53:25.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660117999904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:53:25.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:53:25.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "policy-id",
  "timestamp": 1660117994569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118001299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:53:25.202Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:53:25.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "policy-id",
  "timestamp": 1660117994569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "policy-id",
  "timestamp": 1660117994569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:53:25.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:53:25.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118002739,
  "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-08-10T07:53:25.208Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53e914b8-4d22-45b1-b020-961e8a4d888d
2022-08-10T07:53:25.209Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e914b8-4d22-45b1-b020-961e8a4d888d 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-08-10T07:53:25.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "clamp",
  "timestamp": 1660118002699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:53:25.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:53:25.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "policy-id",
  "timestamp": 1660118002700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:53:25.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:53:25.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118003744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:53:25.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:53:25.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:53:25.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "clamp",
  "timestamp": 1660118003725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:53:25.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:53:25.844Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:25.845Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||received message from topic
2022-08-10T07:53:25.845Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"53e914b8-4d22-45b1-b020-961e8a4d888d","serviceName":"vFW 2022-08-10 07-50-32","serviceVersion":"1.0","serviceUUID":"6c424f5a-e310-48fb-866a-90471e682591","serviceDescription":"catalog service description","serviceInvariantUUID":"ebe52caf-bdbb-492a-8d0c-0c596e21caa8","resources":[{"resourceInstanceName":"vFW 8046ded4-e6f2 0","resourceName":"vFW 8046ded4-e6f2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a8cb398-be21-4b68-b7a4-3c57c00140ae","resourceInvariantUUID":"1430ab84-22cd-4bec-be39-c5e6bc8f597b","resourceCustomizationUUID":"cfb2bbe9-dfd7-4f27-a94d-f30f46a16425","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vf-license-model.xml","artifactChecksum":"Zjc2MmIyYWU3MzcxZjk0N2Q2ZGIyNjZiYjllZDQzMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"602201ec-f374-4667-9603-2f164dbf6e1f","artifactVersion":"1"},{"artifactName":"vfw8046ded4e6f20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json","artifactChecksum":"Yzk2ZGE4ZTJiMDhkYTdiNGY0OTA0MTAzMDA2Mjc4NDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5628a2f4-6dd0-4cda-89ca-e2bcf10a86ba","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"228d56ac-ec1f-4526-be26-bd0d1eeb505b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vendor-license-model.xml","artifactChecksum":"NDdiZjg0NjE1ZGM3NWViNzU1OTczNGQ1N2YzODBhMGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7bf5064e-58b8-4d6d-8a73-6fc22cbea7a9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"362c53d7-7f01-4a32-b6db-8d1c92192068","artifactVersion":"2","generatedFromUUID":"228d56ac-ec1f-4526-be26-bd0d1eeb505b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220810075032-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-template.yml","artifactChecksum":"ZGMzM2I2YzJlMDkyMjkxYTcyYTg0ZmEwMmJjODJlMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"209aefa0-706a-4c1c-a980-bde5e1f49fc4","artifactVersion":"1"},{"artifactName":"service-Vfw20220810075032-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar","artifactChecksum":"NzY2MjE4ZTA0NTgzMDA0NzQyZjdkMTYzOTM4MjY4YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24df44a1-8aa0-4241-b1ae-41195c405581","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:53:25.848Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:53:25.848Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:25.852Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:25.853Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:25.953Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:53:25.953Z||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-08-10T07:53:25.954Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:26.275Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:26.275Z||pool-181-thread-1|||||INFO|500||cambria reply ok (322 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:53:26.853Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:53:26.854Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:26.856Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:26.856Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:53:26.957Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:53:26.957Z||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-08-10T07:53:26.957Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:27.149Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:27.150Z||pool-182-thread-1|||||INFO|500||cambria reply ok (193 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:53:27.857Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:53:27.858Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:27.860Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:27.860Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:53:27.960Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:53:27.961Z||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-08-10T07:53:27.961Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:28.237Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:28.238Z||pool-183-thread-1|||||INFO|500||cambria reply ok (278 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:53:28.860Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:53:28.861Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:28.863Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:28.863Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:28.968Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-10T07:53:28.969Z||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-08-10T07:53:28.969Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:29.134Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:29.135Z||pool-184-thread-1|||||INFO|500||cambria reply ok (166 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:53:29.863Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:53:29.864Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:29.866Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:29.866Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:53:29.966Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:53:29.967Z||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-08-10T07:53:29.967Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:30.158Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:30.159Z||pool-185-thread-1|||||INFO|500||cambria reply ok (193 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:53:30.866Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:53:30.867Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:30.870Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:30.870Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:53:30.970Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:53:30.971Z||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-08-10T07:53:30.972Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:31.161Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:31.162Z||pool-186-thread-1|||||INFO|500||cambria reply ok (191 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:53:31.871Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:53:31.872Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:31.875Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:31.876Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:53:31.977Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T07:53:31.978Z||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-08-10T07:53:31.978Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:32.181Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:32.182Z||pool-187-thread-1|||||INFO|500||cambria reply ok (204 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:53:32.877Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "serviceName": "vFW 2022-08-10 07-50-32",
  "serviceVersion": "1.0",
  "serviceUUID": "6c424f5a-e310-48fb-866a-90471e682591",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ebe52caf-bdbb-492a-8d0c-0c596e21caa8",
  "resources": [
    {
      "resourceInstanceName": "vFW 8046ded4-e6f2 0",
      "resourceCustomizationUUID": "cfb2bbe9-dfd7-4f27-a94d-f30f46a16425",
      "resourceName": "vFW 8046ded4-e6f2",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3a8cb398-be21-4b68-b7a4-3c57c00140ae",
      "resourceInvariantUUID": "1430ab84-22cd-4bec-be39-c5e6bc8f597b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8046ded4e6f20_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
          "artifactChecksum": "Yzk2ZGE4ZTJiMDhkYTdiNGY0OTA0MTAzMDA2Mjc4NDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5628a2f4-6dd0-4cda-89ca-e2bcf10a86ba",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "228d56ac-ec1f-4526-be26-bd0d1eeb505b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "362c53d7-7f01-4a32-b6db-8d1c92192068",
            "generatedFromUUID": "228d56ac-ec1f-4526-be26-bd0d1eeb505b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "362c53d7-7f01-4a32-b6db-8d1c92192068",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220810075032-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
      "artifactChecksum": "NzY2MjE4ZTA0NTgzMDA0NzQyZjdkMTYzOTM4MjY4YTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "24df44a1-8aa0-4241-b1ae-41195c405581"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:53:32.878Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:53:32.878Z|433d802c-9457-479b-bd0a-fa4f101547dc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6c424f5a-e310-48fb-866a-90471e682591 ASDC
2022-08-10T07:53:32.879Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||ASDC Notification:
DistributionID:53e914b8-4d22-45b1-b020-961e8a4d888d
ServiceName:vFW 2022-08-10 07-50-32
ServiceVersion:1.0
ServiceUUID:6c424f5a-e310-48fb-866a-90471e682591
ServiceInvariantUUID:ebe52caf-bdbb-492a-8d0c-0c596e21caa8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220810075032-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar
ArtifactUUID:24df44a1-8aa0-4241-b1ae-41195c405581
ArtifactChecksum:NzY2MjE4ZTA0NTgzMDA0NzQyZjdkMTYzOTM4MjY4YTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8046ded4-e6f2 0
ResourceCustomizationUUID:cfb2bbe9-dfd7-4f27-a94d-f30f46a16425
ResourceInvariantUUID:1430ab84-22cd-4bec-be39-c5e6bc8f597b
ResourceName:vFW 8046ded4-e6f2
ResourceType:VF
ResourceUUID:3a8cb398-be21-4b68-b7a4-3c57c00140ae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8046ded4e6f20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json
ArtifactUUID:5628a2f4-6dd0-4cda-89ca-e2bcf10a86ba
ArtifactChecksum:Yzk2ZGE4ZTJiMDhkYTdiNGY0OTA0MTAzMDA2Mjc4NDk=
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/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml
ArtifactUUID:228d56ac-ec1f-4526-be26-bd0d1eeb505b
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/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env
ArtifactUUID:362c53d7-7f01-4a32-b6db-8d1c92192068
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/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env
ArtifactUUID:362c53d7-7f01-4a32-b6db-8d1c92192068
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-10T07:53:32.880Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c424f5a-e310-48fb-866a-90471e682591 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-08-10T07:53:32.911Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:53:32.913Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:53:32.913Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:53:32.913Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||Trying to download the artifact UUID: 24df44a1-8aa0-4241-b1ae-41195c405581 from URL: /sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar
2022-08-10T07:53:32.913Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:53:32.914Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar
2022-08-10T07:53:33.212Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:53:33.218Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar 24df44a1-8aa0-4241-b1ae-41195c405581 103092
2022-08-10T07:53:33.218Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar ASDC sendASDCNotification
2022-08-10T07:53:33.218Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar
2022-08-10T07:53:33.218Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:53:33.219Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:33.221Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:33.221Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118013218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:53:33.322Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T07:53:33.323Z||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-08-10T07:53:33.323Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:33.574Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:33.574Z||pool-188-thread-1|||||INFO|500||cambria reply ok (252 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:53:34.222Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:53:34.223Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:53:34.223Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||Trying to write artifact UUID: 24df44a1-8aa0-4241-b1ae-41195c405581, URL: /sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar to file: /app/ASDC/1/service-Vfw20220810075032-csar.csar
2022-08-10T07:53:34.223Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220810075032-csar.csar
2022-08-10T07:53:34.224Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220810075032-csar.csar
2022-08-10T07:53:34.224Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220810075032-csar.csar
2022-08-10T07:53:34.500Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1854248504773460298/Definitions/service-Vfw20220810075032-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-08-10T07:53:36.501Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:53:36.502Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|WARN|500||####################################################################################################
2022-08-10T07:53:36.502Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.502Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-10T07:53:36.502Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.503Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.503Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.503Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.503Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.503Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.503Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.504Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.504Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8046ded4-e6f2 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-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.504Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.504Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.504Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.504Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?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-Vfw20220810075032-csar.csar
2022-08-10T07:53:36.505Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|WARN|500||####################################################################################################
2022-08-10T07:53:36.505Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.505Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:36.505Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is matching search criteria
2022-08-10T07:53:36.506Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:53:36.506Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [vFW 8046ded4-e6f2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:53:36.506Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.507Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:36.507Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is matching search criteria
2022-08-10T07:53:36.507Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:53:36.507Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [vFW 8046ded4-e6f2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:53:36.507Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.508Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:36.508Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.508Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is not matching search criteria
2022-08-10T07:53:36.509Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:53:36.509Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:53:36.509Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:53:36.509Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:36.510Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:53:36.510Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:53:36.510Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:53:36.510Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:53:36.510Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:53:36.510Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:53:36.511Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:36.511Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:53:36.511Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:36.511Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:53:36.511Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:53:36.512Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T07:53:36.512Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.512Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:53:36.512Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.512Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is matching search criteria
2022-08-10T07:53:36.513Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [vFW 8046ded4-e6f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:53:36.513Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.513Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is matching search criteria
2022-08-10T07:53:36.513Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [vFW 8046ded4-e6f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:53:36.513Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.514Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is matching search criteria
2022-08-10T07:53:36.514Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [vFW 8046ded4-e6f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:53:36.514Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.514Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is not matching search criteria
2022-08-10T07:53:36.514Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:53:36.515Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T07:53:36.515Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:53:36.515Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:53:36.515Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:53:36.515Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:53:36.515Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:36.516Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:53:36.516Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:36.516Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:53:36.516Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:53:36.516Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=be9f0d8e-8ab3-45ad-9e32-ced50119178e
2022-08-10T07:53:36.517Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.517Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is not matching search criteria
2022-08-10T07:53:36.517Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:53:36.517Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:53:36.517Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:53:36.517Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:36.518Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:53:36.518Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:53:36.518Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:53:36.518Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T07:53:36.518Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:53:36.519Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:36.519Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:53:36.519Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:53:36.519Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b67ed5f5-d639-4a85-8496-8fb23426c374
2022-08-10T07:53:36.519Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.520Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is not matching search criteria
2022-08-10T07:53:36.520Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:53:36.520Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:53:36.520Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:53:36.520Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:36.520Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:53:36.521Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:53:36.521Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:53:36.521Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:53:36.521Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:53:36.521Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:53:36.522Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:36.522Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T07:53:36.522Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a4e36f4e-1d63-4283-967e-bcb0b2979802
2022-08-10T07:53:36.522Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.522Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:36.522Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.523Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:36.523Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.523Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:36.523Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:36.523Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:36.524Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-10 07-50-32
Description:catalog service description
Model UUID:6c424f5a-e310-48fb-866a-90471e682591
Model Version:NULL
Model InvariantUuid:ebe52caf-bdbb-492a-8d0c-0c596e21caa8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8046ded4-e6f2
Model UUID:30c6d8f2-2a26-4122-baf3-c421ac830aa0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1430ab84-22cd-4bec-be39-c5e6bc8f597b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cfb2bbe9-dfd7-4f27-a94d-f30f46a16425
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:087ea4bb-76ae-4fc3-a704-02daa7eaffbf
ModelName:Vfw8046ded4E6f2..base_vfw..module-0
ModelUuid:a0ecc98c-a580-450f-8171-1939f32e21d6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:be9f0d8e-8ab3-45ad-9e32-ced50119178e
ModelInvariantUuid:d1b5968c-6a7c-41ca-8508-2b375a6e7bcf
ModelName:vFW 8046ded4-e6f2-nodes.vfwCvfc
ModelUuid:e21601ef-a6bc-4134-b829-ffbd58e6fc1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d21c2f2a-1382-45c3-a169-459f6a3ba88e
ModelInvariantUuid:eb433697-749d-4eb1-932f-c9440248ffbe
ModelName:Vfw8046ded4E6f2.compute.nodes.heat.vfw
ModelUuid:feb841ac-966c-4d67-abe5-d596795bffed
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b67ed5f5-d639-4a85-8496-8fb23426c374
ModelInvariantUuid:44d47f7a-ad22-4e57-82e8-4f91bc83dff4
ModelName:vFW 8046ded4-e6f2-nodes.vsnCvfc
ModelUuid:5ee0a43d-65fa-404f-8980-bd897c110f5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:db5cadca-65c0-41ec-9242-0c0a56210a50
ModelInvariantUuid:cf5c98a3-f97e-42cb-b20c-008680c1e178
ModelName:Vfw8046ded4E6f2.compute.nodes.heat.vsn
ModelUuid:9d074617-fd2e-4d08-bffb-d9ca48c02c59
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a4e36f4e-1d63-4283-967e-bcb0b2979802
ModelInvariantUuid:63d714de-4f2b-42a9-93f3-8bbc0e7b4550
ModelName:vFW 8046ded4-e6f2-nodes.vpgCvfc
ModelUuid:8d8e317f-cd5a-4498-9db9-0154394ae2ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:077c635e-da5f-40ec-a089-684c12227d61
ModelInvariantUuid:3a3f6b3b-a10d-475f-8701-6b42dd157e3c
ModelName:Vfw8046ded4E6f2.compute.nodes.heat.vpg
ModelUuid:d379c64d-6f60-49af-a453-46e04d800437
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-08-10T07:53:36.531Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 3a8cb398-be21-4b68-b7a4-3c57c00140ae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:53:36.534Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||vFW 8046ded4-e6f2 0
2022-08-10T07:53:36.535Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 3a8cb398-be21-4b68-b7a4-3c57c00140ae
2022-08-10T07:53:36.535Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||Trying to download the artifact UUID: 5628a2f4-6dd0-4cda-89ca-e2bcf10a86ba from URL: /sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json
2022-08-10T07:53:36.535Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:53:36.535Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json
2022-08-10T07:53:36.707Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:53:36.707Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json 5628a2f4-6dd0-4cda-89ca-e2bcf10a86ba 785
2022-08-10T07:53:36.708Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json ASDC sendASDCNotification
2022-08-10T07:53:36.708Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json
2022-08-10T07:53:36.708Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:53:36.708Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:36.710Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:36.710Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118016708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:53:36.810Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:53:36.811Z||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-08-10T07:53:36.811Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:37.002Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:37.002Z||pool-189-thread-1|||||INFO|500||cambria reply ok (191 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:53:37.711Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8046ded4E6f2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "087ea4bb-76ae-4fc3-a704-02daa7eaffbf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a0ecc98c-a580-450f-8171-1939f32e21d6",
    "vfModuleModelCustomizationUUID": "6ddfd4fc-bf33-4e34-aad8-ef088cac01c9",
    "isBase": true,
    "artifacts": [
      "228d56ac-ec1f-4526-be26-bd0d1eeb505b",
      "362c53d7-7f01-4a32-b6db-8d1c92192068"
    ],
    "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-08-10T07:53:37.717Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8046ded4E6f2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0ecc98c-a580-450f-8171-1939f32e21d6
VfModuleModelInvariantUUID:087ea4bb-76ae-4fc3-a704-02daa7eaffbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
228d56ac-ec1f-4526-be26-bd0d1eeb505b
,
362c53d7-7f01-4a32-b6db-8d1c92192068

}
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-08-10T07:53:37.722Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8046ded4E6f2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "087ea4bb-76ae-4fc3-a704-02daa7eaffbf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a0ecc98c-a580-450f-8171-1939f32e21d6",
    "vfModuleModelCustomizationUUID": "6ddfd4fc-bf33-4e34-aad8-ef088cac01c9",
    "isBase": true,
    "artifacts": [
      "228d56ac-ec1f-4526-be26-bd0d1eeb505b",
      "362c53d7-7f01-4a32-b6db-8d1c92192068"
    ],
    "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-08-10T07:53:37.723Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8046ded4E6f2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0ecc98c-a580-450f-8171-1939f32e21d6
VfModuleModelInvariantUUID:087ea4bb-76ae-4fc3-a704-02daa7eaffbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
228d56ac-ec1f-4526-be26-bd0d1eeb505b
,
362c53d7-7f01-4a32-b6db-8d1c92192068

}
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-08-10T07:53:37.723Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||Trying to download the artifact UUID: 228d56ac-ec1f-4526-be26-bd0d1eeb505b from URL: /sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml
2022-08-10T07:53:37.723Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:53:37.724Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml
2022-08-10T07:53:38.072Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:53:38.073Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml 228d56ac-ec1f-4526-be26-bd0d1eeb505b 20368
2022-08-10T07:53:38.073Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T07:53:38.074Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml
2022-08-10T07:53:38.074Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:53:38.074Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:38.076Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:38.076Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118018073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:53:38.176Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:53:38.177Z||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-08-10T07:53:38.177Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:38.557Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:38.558Z||pool-190-thread-1|||||INFO|500||cambria reply ok (381 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:53:39.077Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||Trying to download the artifact UUID: 362c53d7-7f01-4a32-b6db-8d1c92192068 from URL: /sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env
2022-08-10T07:53:39.078Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:53:39.078Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env
2022-08-10T07:53:39.383Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:53:39.383Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env 362c53d7-7f01-4a32-b6db-8d1c92192068 2098
2022-08-10T07:53:39.384Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T07:53:39.384Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env
2022-08-10T07:53:39.384Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:53:39.384Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:39.386Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:39.386Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118019384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:53:39.486Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:53:39.487Z||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-08-10T07:53:39.487Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:39.556Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:39.556Z||pool-191-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:53:40.387Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Preparing to deploy Service: 6c424f5a-e310-48fb-866a-90471e682591
2022-08-10T07:53:40.388Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8046ded4-e6f2 0 3a8cb398-be21-4b68-b7a4-3c57c00140ae 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-08-10T07:53:40.403Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@703c79f3, org.onap.sdc.toscaparser.api.parameters.Input@5b90df94, org.onap.sdc.toscaparser.api.parameters.Input@7c168e49, org.onap.sdc.toscaparser.api.parameters.Input@714ca800, org.onap.sdc.toscaparser.api.parameters.Input@622cb43b]
2022-08-10T07:53:40.405Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.405Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:40.406Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-10T07:53:40.406Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||VFCustomizationUUID= cfb2bbe9-dfd7-4f27-a94d-f30f46a16425
2022-08-10T07:53:40.406Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cfb2bbe9-dfd7-4f27-a94d-f30f46a16425 matches Tosca VF Customization UUID: cfb2bbe9-dfd7-4f27-a94d-f30f46a16425
2022-08-10T07:53:40.406Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||vfCustomizationUUID: cfb2bbe9-dfd7-4f27-a94d-f30f46a16425  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-08-10T07:53:40.409Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.409Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:40.409Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||resource request for resource customization id cfb2bbe9-dfd7-4f27-a94d-f30f46a16425: {\"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-08-10T07:53:40.410Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6329a4a7
2022-08-10T07:53:40.410Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.410Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T07:53:40.410Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ddfd4fc-bf33-4e34-aad8-ef088cac01c9
2022-08-10T07:53:40.411Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ddfd4fc-bf33-4e34-aad8-ef088cac01c9
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-08-10T07:53:40.413Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.413Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is matching search criteria
2022-08-10T07:53:40.413Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [vFW 8046ded4-e6f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:53:40.414Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.414Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is matching search criteria
2022-08-10T07:53:40.415Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [vFW 8046ded4-e6f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:53:40.418Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.418Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is not matching search criteria
2022-08-10T07:53:40.418Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:53:40.419Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T07:53:40.419Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:53:40.419Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:53:40.419Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:53:40.420Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:53:40.420Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:40.420Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:53:40.420Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:40.421Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:53:40.421Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:53:40.421Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=be9f0d8e-8ab3-45ad-9e32-ced50119178e
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-08-10T07:53:40.423Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.424Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is matching search criteria
2022-08-10T07:53:40.424Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [vFW 8046ded4-e6f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:53:40.424Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.424Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is not matching search criteria
2022-08-10T07:53:40.425Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:53:40.429Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:53:40.429Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:53:40.430Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:40.430Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:53:40.430Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:53:40.430Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:53:40.431Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T07:53:40.431Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T07:53:40.431Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:40.431Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T07:53:40.432Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:53:40.432Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b67ed5f5-d639-4a85-8496-8fb23426c374
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-08-10T07:53:40.435Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.435Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is matching search criteria
2022-08-10T07:53:40.436Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [vFW 8046ded4-e6f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:53:40.436Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.436Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is not matching search criteria
2022-08-10T07:53:40.437Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T07:53:40.437Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T07:53:40.437Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:53:40.437Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:40.438Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T07:53:40.438Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T07:53:40.438Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T07:53:40.438Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T07:53:40.442Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T07:53:40.442Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T07:53:40.442Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T07:53:40.443Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T07:53:40.443Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a4e36f4e-1d63-4283-967e-bcb0b2979802
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-08-10T07:53:40.445Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.445Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is matching search criteria
2022-08-10T07:53:40.445Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [vFW 8046ded4-e6f2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T07:53:40.446Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.446Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Node template vFW 8046ded4-e6f2 0 is matching search criteria
2022-08-10T07:53:40.446Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found topology templates [vFW 8046ded4-e6f2 0] matching following query criteria: sdcType=VF, customizationUUID=cfb2bbe9-dfd7-4f27-a94d-f30f46a16425
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:53:40.448Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.448Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:40.448Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500|| resourceSeq for service uuid 6c424f5a-e310-48fb-866a-90471e682591: vFW 8046ded4-e6f2
2022-08-10T07:53:40.449Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.449Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:40.449Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.449Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:40.450Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.450Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:40.450Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.450Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:40.451Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:53:40.451Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Service vFW 2022-08-10 07-50-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:53:40.451Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||Saving Service: vFW 2022-08-10 07-50-32 
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-08-10T07:53:40.642Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8046ded4-e6f2 3a8cb398-be21-4b68-b7a4-3c57c00140ae 1 ASDC deployResourceStructure
2022-08-10T07:53:40.642Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json ASDC sendASDCNotification
2022-08-10T07:53:40.642Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json
2022-08-10T07:53:40.642Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:53:40.643Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:40.644Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:40.645Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118020642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:53:40.745Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:53:40.745Z||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-08-10T07:53:40.746Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:40.861Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:40.861Z||pool-192-thread-1|||||INFO|500||cambria reply ok (116 ms):{"serverTimeMs":3,"count":1}
2022-08-10T07:53:41.645Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T07:53:41.646Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml
2022-08-10T07:53:41.646Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:53:41.646Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:41.647Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:41.647Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118021645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:53:41.747Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:53:41.748Z||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-08-10T07:53:41.749Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:41.840Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:41.840Z||pool-193-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:53:42.648Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T07:53:42.648Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env
2022-08-10T07:53:42.649Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:53:42.649Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:42.650Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:42.651Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118022648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:53:42.751Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:53:42.752Z||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-08-10T07:53:42.752Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:42.852Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:42.853Z||pool-194-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:53:43.651Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar ASDC sendASDCNotification
2022-08-10T07:53:43.651Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar
2022-08-10T07:53:43.651Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:53:43.651Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:53:43.653Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:53:43.653Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118023651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:53:43.754Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:53:43.754Z||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-08-10T07:53:43.755Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:53:43.955Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:53:43.955Z||pool-195-thread-1|||||INFO|500||cambria reply ok (201 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:53:44.654Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:53:44.664Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:53:44.666Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:53:44.666Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:53:44.666Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:54:14.666Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:54:14.676Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:54:14.678Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:54:14.678Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:54:14.678Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:54:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:54:24.083Z||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-08-10T07:54:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:54:24.279Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:54:24.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:54:24.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118003048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:54:24.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:54:44.679Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:54:44.687Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:54:44.690Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:54:44.690Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:54:44.690Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:55:14.690Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:55:14.698Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:55:14.699Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:55:14.699Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:55:14.700Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:55:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:55:24.082Z||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-08-10T07:55:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:55:24.264Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:55:24.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:55:24.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "policy-id",
  "timestamp": 1660118004241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:55:24.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:55:44.700Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:55:44.708Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:55:44.709Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:55:44.710Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:55:44.710Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:56:14.710Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:56:14.721Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:56:14.723Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:56:14.723Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T07:56:14.723Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T07:56:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:56:24.082Z||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-08-10T07:56:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:56:24.352Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:56:24.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "clamp",
  "timestamp": 1660118005187,
  "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-08-10T07:56:24.365Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 53e914b8-4d22-45b1-b020-961e8a4d888d
2022-08-10T07:56:24.365Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e914b8-4d22-45b1-b020-961e8a4d888d 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-08-10T07:56:24.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118003048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "policy-id",
  "timestamp": 1660118005245,
  "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-08-10T07:56:24.380Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53e914b8-4d22-45b1-b020-961e8a4d888d
2022-08-10T07:56:24.380Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e914b8-4d22-45b1-b020-961e8a4d888d 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-08-10T07:56:24.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118003048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T07:56:24.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118003048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:56:24.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118003048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118003048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T07:56:24.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "aai-ml",
  "timestamp": 1660118009483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:56:24.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118003048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:56:24.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "aai-ml",
  "timestamp": 1660118010495,
  "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-08-10T07:56:24.400Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 53e914b8-4d22-45b1-b020-961e8a4d888d
2022-08-10T07:56:24.400Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e914b8-4d22-45b1-b020-961e8a4d888d 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-08-10T07:56:24.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118012316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:56:24.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118004079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:56:24.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118013218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:56:24.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118015809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:56:24.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118016814,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:56:24.411Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53e914b8-4d22-45b1-b020-961e8a4d888d
2022-08-10T07:56:24.411Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e914b8-4d22-45b1-b020-961e8a4d888d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:56:24.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118016708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:56:24.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118018073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:56:24.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118019384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:56:24.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118020642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/vfw8046ded4e6f20_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T07:56:24.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118021645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:56:24.419Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118022648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/resourceInstances/vfw8046ded4e6f20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T07:56:24.419Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118023651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810075032/1.0/artifacts/service-Vfw20220810075032-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:56:24.419Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "cds",
  "timestamp": 1660118017673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "aai-ml",
  "timestamp": 1660118018207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "cds",
  "timestamp": 1660118017673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118028023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "aai-ml",
  "timestamp": 1660118018207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118028023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "cds",
  "timestamp": 1660118017673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "aai-ml",
  "timestamp": 1660118018207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118028023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "aai-ml",
  "timestamp": 1660118018207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "cds",
  "timestamp": 1660118017673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118028023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "cds",
  "timestamp": 1660118017673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "aai-ml",
  "timestamp": 1660118018207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118028023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118031973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "cds",
  "timestamp": 1660118017673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "aai-ml",
  "timestamp": 1660118018207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118031973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118028023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "cds",
  "timestamp": 1660118017673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118033049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "aai-ml",
  "timestamp": 1660118018207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118031973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118028023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118033049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "cds",
  "timestamp": 1660118017673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "aai-ml",
  "timestamp": 1660118018207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118031973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118028023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118033049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "cds",
  "timestamp": 1660118035269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:56:24.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "policy-id",
  "timestamp": 1660118034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "aai-ml",
  "timestamp": 1660118035697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:56:24.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118031973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118033049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "cds",
  "timestamp": 1660118036274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-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-08-10T07:56:24.438Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d21572a8-c9a4-46d0-867c-1c18c03a3248
2022-08-10T07:56:24.438Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d21572a8-c9a4-46d0-867c-1c18c03a3248 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-08-10T07:56:24.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "policy-id",
  "timestamp": 1660118034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118033049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118031973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-10T07:56:24.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "policy-id",
  "timestamp": 1660118034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118031973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118033049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "policy-id",
  "timestamp": 1660118034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118031973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118033049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "policy-id",
  "timestamp": 1660118034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118033049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:56:24.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "policy-id",
  "timestamp": 1660118034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118041361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:56:24.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118042125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:56:24.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "policy-id",
  "timestamp": 1660118034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118042377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T07:56:24.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "aai-ml",
  "timestamp": 1660118041694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T07:56:24.450Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118043381,
  "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-08-10T07:56:24.454Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d21572a8-c9a4-46d0-867c-1c18c03a3248
2022-08-10T07:56:24.454Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d21572a8-c9a4-46d0-867c-1c18c03a3248 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-08-10T07:56:24.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "policy-id",
  "timestamp": 1660118034568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:56:24.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "aai-ml",
  "timestamp": 1660118042705,
  "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-08-10T07:56:24.468Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d21572a8-c9a4-46d0-867c-1c18c03a3248
2022-08-10T07:56:24.468Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d21572a8-c9a4-46d0-867c-1c18c03a3248 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-08-10T07:56:24.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118044164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:56:24.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "policy-id",
  "timestamp": 1660118043708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:56:24.476Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "clamp",
  "timestamp": 1660118043796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118045168,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:56:24.481Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d21572a8-c9a4-46d0-867c-1c18c03a3248
2022-08-10T07:56:24.481Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d21572a8-c9a4-46d0-867c-1c18c03a3248 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T07:56:24.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "policy-id",
  "timestamp": 1660118044712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:56:24.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:24.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "clamp",
  "timestamp": 1660118043796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "policy-id",
  "timestamp": 1660118045715,
  "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-08-10T07:56:24.493Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d21572a8-c9a4-46d0-867c-1c18c03a3248
2022-08-10T07:56:24.493Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d21572a8-c9a4-46d0-867c-1c18c03a3248 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-08-10T07:56:24.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "clamp",
  "timestamp": 1660118043796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "clamp",
  "timestamp": 1660118043796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "clamp",
  "timestamp": 1660118043796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "clamp",
  "timestamp": 1660118043796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "clamp",
  "timestamp": 1660118043796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:56:24.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "clamp",
  "timestamp": 1660118043796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:56:24.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T07:56:24.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:56:24.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "clamp",
  "timestamp": 1660118063709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:56:24.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:56:44.723Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:56:44.733Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:56:44.735Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:56:44.735Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:56:44.735Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:56:44.735Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:56:44.735Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:56:44.735Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:56:44.739Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:57:14.741Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 53e914b8-4d22-45b1-b020-961e8a4d888d 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-08-10T07:57:14.747Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53e914b8-4d22-45b1-b020-961e8a4d888d and serviceModelVersionId: 6c424f5a-e310-48fb-866a-90471e682591
2022-08-10T07:57:14.748Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ebe52caf-bdbb-492a-8d0c-0c596e21caa8
2022-08-10T07:57:14.749Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0
2022-08-10T07:57:14.753Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5ca5e02-dacb-4aba-9501-c14383067020/model-vers/model-ver/0c1d3585-af1d-4b43-b41f-149647166694?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:57:14.789Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||Invoke
2022-08-10T07:57:14.790Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53e914b8-4d22-45b1-b020-961e8a4d888d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d680f2d3-7441-48e3-9460-a00ec40067d3], X-ECOMP-RequestID=[53e914b8-4d22-45b1-b020-961e8a4d888d], X-TransactionId=[], X-ONAP-RequestID=[53e914b8-4d22-45b1-b020-961e8a4d888d], Content-Type=[application/merge-patch+json]}
2022-08-10T07:57:16.378Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||Invoke
2022-08-10T07:57:16.378Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53e914b8-4d22-45b1-b020-961e8a4d888d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[943e0791-76b8-4071-999f-b0995719fa11], X-ECOMP-RequestID=[53e914b8-4d22-45b1-b020-961e8a4d888d], X-TransactionId=[], X-ONAP-RequestID=[53e914b8-4d22-45b1-b020-961e8a4d888d], Content-Type=[application/merge-patch+json]}
2022-08-10T07:57:17.918Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||Invoke
2022-08-10T07:57:17.918Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53e914b8-4d22-45b1-b020-961e8a4d888d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e049fbf3-f85a-4c77-841d-677ae033b57a], X-ECOMP-RequestID=[53e914b8-4d22-45b1-b020-961e8a4d888d], X-TransactionId=[], X-ONAP-RequestID=[53e914b8-4d22-45b1-b020-961e8a4d888d], Content-Type=[application/merge-patch+json]}
2022-08-10T07:57:18.952Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:57:18.953Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?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-08-10T07:57:18.953Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:57:18.954Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?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-08-10T07:57:18.959Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?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-08-10T07:57:18.959Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53e914b8-4d22-45b1-b020-961e8a4d888d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:57:18.960Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:57:18.960Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:57:18.962Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:57:18.962Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||try to send status {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118238960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:57:19.062Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:57:19.063Z||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-08-10T07:57:19.063Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:57:19.242Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:57:19.243Z||pool-196-thread-1|||||INFO|500||cambria reply ok (180 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-08-10T07:57:19.975Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:57:19.975Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?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-08-10T07:57:19.975Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:57:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:57:24.082Z||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-08-10T07:57:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T07:57:24.304Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:57:24.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:57:24.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "clamp",
  "timestamp": 1660118065718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:57:24.305Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:57:24.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T07:57:24.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "clamp",
  "timestamp": 1660118066722,
  "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-08-10T07:57:24.311Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d21572a8-c9a4-46d0-867c-1c18c03a3248
2022-08-10T07:57:24.311Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d21572a8-c9a4-46d0-867c-1c18c03a3248 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-08-10T07:57:25.091Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:57:25.092Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||received message from topic
2022-08-10T07:57:25.092Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"d21572a8-c9a4-46d0-867c-1c18c03a3248","serviceName":"Demo_pNF_bBlrPQc0mjQjNv5sE678","serviceVersion":"1.0","serviceUUID":"8148e6fb-62e4-40de-a78f-ce63df86e2b7","serviceDescription":"catalog service description","serviceInvariantUUID":"e70af0d5-c8e9-4fd2-bc9b-172f7028657a","resources":[{"resourceInstanceName":"pNF 7860eb86-e9e6 0","resourceName":"pNF 7860eb86-e9e6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ecb2e0a3-10f6-4afa-9684-1417f510d665","resourceInvariantUUID":"2969e1aa-c4dc-4ffe-a888-5a73a7c943ef","resourceCustomizationUUID":"1e1a64b5-c124-4239-b737-44aea4767a54","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vf-license-model.xml","artifactChecksum":"ZmRjNDEwZjM2MTFhNDA5YWZjZjA0MjA4MWVjYzE3Njg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4e0be0ba-61bc-4ed9-9aa5-0ad68e8bf97d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/pNF.csar","artifactChecksum":"NGJjNDA1MTBhYzdjNTAzYmMzZjM4NGE1NzgxMmNjYTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5800a065-6abc-423f-ab96-cda72b099ea2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32e56c7b-5fb0-401f-9594-f651a09b13ea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vendor-license-model.xml","artifactChecksum":"OTY4ZTg4YWM3NjRjOTExOTk4ZmU3NzhhNzM2Y2MxNjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"00e96a38-e788-427a-85b9-c701f4576b09","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a08e08c-dbd8-497e-af2b-5d3d346838bf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf484d40-72bc-41ae-8e56-c2360b4763f2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBblrpqc0mjqjnv5se678-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-template.yml","artifactChecksum":"YzVkMTE0MDkwYmQyNDliMjNmNTY3Y2I0NjMyZWFlYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2482142a-065d-43ce-acb0-f53980fe0a35","artifactVersion":"1"},{"artifactName":"service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar","artifactChecksum":"YTEwYTJmMjZlMDMwMDljZTg2NjA1Nzc4ZjU1ZjI2ZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0177bc43-ef85-471c-8d1b-9c760883e496","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T07:57:25.094Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:57:25.095Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:57:25.096Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:57:25.096Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||try to send status {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:57:25.196Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T07:57:25.197Z||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-08-10T07:57:25.197Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:57:25.296Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:57:25.296Z||pool-197-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:57:26.097Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:57:26.098Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:57:26.099Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:57:26.100Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||try to send status {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:57:26.200Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:57:26.201Z||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-08-10T07:57:26.201Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:57:26.409Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:57:26.409Z||pool-198-thread-1|||||INFO|500||cambria reply ok (209 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:57:27.100Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:57:27.101Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:57:27.102Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:57:27.103Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||try to send status {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:57:27.203Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:57:27.203Z||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-08-10T07:57:27.204Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:57:27.373Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:57:27.373Z||pool-199-thread-1|||||INFO|500||cambria reply ok (170 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:57:28.103Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:57:28.104Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:57:28.106Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:57:28.106Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||try to send status {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:57:28.206Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:57:28.206Z||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-08-10T07:57:28.206Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:57:28.338Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:57:28.338Z||pool-200-thread-1|||||INFO|500||cambria reply ok (132 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:57:29.106Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:57:29.107Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:57:29.109Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:57:29.109Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||try to send status {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:57:29.209Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:57:29.210Z||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-08-10T07:57:29.210Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:57:29.263Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:57:29.263Z||pool-201-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:57:30.110Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:57:30.117Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:57:30.119Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:57:30.119Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||try to send status {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:57:30.219Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:57:30.220Z||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-08-10T07:57:30.220Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:57:30.532Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:57:30.532Z||pool-202-thread-1|||||INFO|500||cambria reply ok (312 ms):{"serverTimeMs":18,"count":1}
2022-08-10T07:57:31.119Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:57:31.120Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:57:31.122Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:57:31.122Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||try to send status {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:57:31.222Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:57:31.222Z||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-08-10T07:57:31.222Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:57:31.394Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:57:31.394Z||pool-203-thread-1|||||INFO|500||cambria reply ok (172 ms):{"serverTimeMs":1,"count":1}
2022-08-10T07:57:32.122Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T07:57:32.123Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:57:32.125Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:57:32.125Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||try to send status {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:57:32.225Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:57:32.226Z||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-08-10T07:57:32.226Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:57:32.424Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:57:32.425Z||pool-204-thread-1|||||INFO|500||cambria reply ok (200 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:57:33.126Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "serviceName": "Demo_pNF_bBlrPQc0mjQjNv5sE678",
  "serviceVersion": "1.0",
  "serviceUUID": "8148e6fb-62e4-40de-a78f-ce63df86e2b7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e70af0d5-c8e9-4fd2-bc9b-172f7028657a",
  "resources": [
    {
      "resourceInstanceName": "pNF 7860eb86-e9e6 0",
      "resourceCustomizationUUID": "1e1a64b5-c124-4239-b737-44aea4767a54",
      "resourceName": "pNF 7860eb86-e9e6",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ecb2e0a3-10f6-4afa-9684-1417f510d665",
      "resourceInvariantUUID": "2969e1aa-c4dc-4ffe-a888-5a73a7c943ef",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
      "artifactChecksum": "YTEwYTJmMjZlMDMwMDljZTg2NjA1Nzc4ZjU1ZjI2ZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0177bc43-ef85-471c-8d1b-9c760883e496"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T07:57:33.126Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T07:57:33.126Z|53e914b8-4d22-45b1-b020-961e8a4d888d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8148e6fb-62e4-40de-a78f-ce63df86e2b7 ASDC
2022-08-10T07:57:33.126Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||ASDC Notification:
DistributionID:d21572a8-c9a4-46d0-867c-1c18c03a3248
ServiceName:Demo_pNF_bBlrPQc0mjQjNv5sE678
ServiceVersion:1.0
ServiceUUID:8148e6fb-62e4-40de-a78f-ce63df86e2b7
ServiceInvariantUUID:e70af0d5-c8e9-4fd2-bc9b-172f7028657a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
ArtifactUUID:0177bc43-ef85-471c-8d1b-9c760883e496
ArtifactChecksum:YTEwYTJmMjZlMDMwMDljZTg2NjA1Nzc4ZjU1ZjI2ZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7860eb86-e9e6 0
ResourceCustomizationUUID:1e1a64b5-c124-4239-b737-44aea4767a54
ResourceInvariantUUID:2969e1aa-c4dc-4ffe-a888-5a73a7c943ef
ResourceName:pNF 7860eb86-e9e6
ResourceType:PNF
ResourceUUID:ecb2e0a3-10f6-4afa-9684-1417f510d665
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-10T07:57:33.126Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8148e6fb-62e4-40de-a78f-ce63df86e2b7 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-08-10T07:57:33.151Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:57:33.152Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:57:33.152Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:57:33.152Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||Trying to download the artifact UUID: 0177bc43-ef85-471c-8d1b-9c760883e496 from URL: /sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:33.152Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - download
2022-08-10T07:57:33.152Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:34.186Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T07:57:34.189Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar 0177bc43-ef85-471c-8d1b-9c760883e496 86693
2022-08-10T07:57:34.189Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar ASDC sendASDCNotification
2022-08-10T07:57:34.189Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:34.190Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T07:57:34.190Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:57:34.192Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:57:34.192Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||try to send status {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118254189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:57:34.292Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:57:34.293Z||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-08-10T07:57:34.293Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:57:34.405Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:57:34.406Z||pool-205-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:57:35.192Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T07:57:35.194Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||MSO config path is: /app
2022-08-10T07:57:35.194Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||Trying to write artifact UUID: 0177bc43-ef85-471c-8d1b-9c760883e496, URL: /sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar to file: /app/ASDC/1/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:35.194Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:35.195Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:35.195Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:35.302Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5533481101520756746/Definitions/service-DemoPnfBblrpqc0mjqjnv5se678-template.yml
2022-08-10T07:57:36.041Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T07:57:36.042Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|WARN|500||####################################################################################################
2022-08-10T07:57:36.042Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:36.042Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-10T07:57:36.042Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7860eb86-e9e6 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-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:36.042Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?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-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:36.042Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?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-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:36.042Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?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-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:36.043Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?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-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:36.043Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?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-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:36.043Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?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-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:36.043Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|WARN|500||####################################################################################################
2022-08-10T07:57:36.043Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:57:36.043Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Service Demo_pNF_bBlrPQc0mjQjNv5sE678 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:57:36.043Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Node template pNF 7860eb86-e9e6 0 is matching search criteria
2022-08-10T07:57:36.044Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:57:36.044Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Found topology templates [pNF 7860eb86-e9e6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:57:36.044Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:57:36.044Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Service Demo_pNF_bBlrPQc0mjQjNv5sE678 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:57:36.044Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Node template pNF 7860eb86-e9e6 0 is matching search criteria
2022-08-10T07:57:36.044Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T07:57:36.044Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Found topology templates [pNF 7860eb86-e9e6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T07:57:36.045Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:57:36.045Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Service Demo_pNF_bBlrPQc0mjQjNv5sE678 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:57:36.045Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:57:36.045Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Service Demo_pNF_bBlrPQc0mjQjNv5sE678 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:57:36.045Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:57:36.045Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Service Demo_pNF_bBlrPQc0mjQjNv5sE678 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:57:36.045Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:57:36.045Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Service Demo_pNF_bBlrPQc0mjQjNv5sE678 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:57:36.046Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:57:36.046Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Service Demo_pNF_bBlrPQc0mjQjNv5sE678 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:57:36.046Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_bBlrPQc0mjQjNv5sE678
Description:catalog service description
Model UUID:8148e6fb-62e4-40de-a78f-ce63df86e2b7
Model Version:NULL
Model InvariantUuid:e70af0d5-c8e9-4fd2-bc9b-172f7028657a
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-08-10T07:57:36.049Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: ecb2e0a3-10f6-4afa-9684-1417f510d665
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T07:57:36.050Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||pNF 7860eb86-e9e6 0
2022-08-10T07:57:36.051Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: ecb2e0a3-10f6-4afa-9684-1417f510d665
2022-08-10T07:57:36.051Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||No resources found for Service: 8148e6fb-62e4-40de-a78f-ce63df86e2b7
2022-08-10T07:57:36.051Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Preparing to deploy Service: 8148e6fb-62e4-40de-a78f-ce63df86e2b7
2022-08-10T07:57:36.051Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7860eb86-e9e6 0 ecb2e0a3-10f6-4afa-9684-1417f510d665 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-08-10T07:57:36.053Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@361ef4d0, org.onap.sdc.toscaparser.api.parameters.Input@50712f57, org.onap.sdc.toscaparser.api.parameters.Input@7a96c7c1, org.onap.sdc.toscaparser.api.parameters.Input@68cf4f1a, org.onap.sdc.toscaparser.api.parameters.Input@29368ea7]
2022-08-10T07:57:36.053Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:57:36.054Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Service Demo_pNF_bBlrPQc0mjQjNv5sE678 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:57:36.054Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500|| resourceSeq for service uuid 8148e6fb-62e4-40de-a78f-ce63df86e2b7: pNF 7860eb86-e9e6
2022-08-10T07:57:36.054Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||Processing PNF resource: ecb2e0a3-10f6-4afa-9684-1417f510d665
2022-08-10T07:57:36.054Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T07:57:36.054Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Service Demo_pNF_bBlrPQc0mjQjNv5sE678 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T07:57:36.054Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||Resource customization UUID: 1e1a64b5-c124-4239-b737-44aea4767a54 is the same as notified resource customizationUUID: 1e1a64b5-c124-4239-b737-44aea4767a54
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-08-10T07:57:36.084Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7860eb86-e9e6 ecb2e0a3-10f6-4afa-9684-1417f510d665 0 ASDC deployResourceStructure
2022-08-10T07:57:36.084Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar ASDC sendASDCNotification
2022-08-10T07:57:36.084Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar
2022-08-10T07:57:36.084Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T07:57:36.084Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:57:36.086Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:57:36.086Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||try to send status {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118256084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:57:36.186Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:57:36.187Z||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-08-10T07:57:36.187Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:57:36.319Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:57:36.320Z||pool-206-thread-1|||||INFO|500||cambria reply ok (134 ms):{"serverTimeMs":0,"count":1}
2022-08-10T07:57:37.087Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d21572a8-c9a4-46d0-867c-1c18c03a3248
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:57:37.095Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d21572a8-c9a4-46d0-867c-1c18c03a3248
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T07:57:37.097Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T07:57:37.097Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T07:57:37.097Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T07:57:37.097Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T07:57:37.097Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-10T07:57:37.097Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T07:57:37.097Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T07:57:37.102Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T07:58:07.102Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: d21572a8-c9a4-46d0-867c-1c18c03a3248 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-08-10T07:58:07.106Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d21572a8-c9a4-46d0-867c-1c18c03a3248 and serviceModelVersionId: 8148e6fb-62e4-40de-a78f-ce63df86e2b7
2022-08-10T07:58:07.106Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e70af0d5-c8e9-4fd2-bc9b-172f7028657a
2022-08-10T07:58:07.107Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0
2022-08-10T07:58:07.110Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T07:58:07.142Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe52caf-bdbb-492a-8d0c-0c596e21caa8/model-vers/model-ver/6c424f5a-e310-48fb-866a-90471e682591?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T07:58:07.145Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Invoke
2022-08-10T07:58:08.702Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T07:58:08.703Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Invoke
2022-08-10T07:58:10.243Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T07:58:10.244Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Invoke
2022-08-10T07:58:11.274Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:58:11.275Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T07:58:11.275Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:58:11.275Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T07:58:11.279Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T07:58:11.279Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d21572a8-c9a4-46d0-867c-1c18c03a3248 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T07:58:11.279Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T07:58:11.280Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T07:58:11.281Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T07:58:11.282Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||try to send status {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118291279,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:58:11.382Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T07:58:11.383Z||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-08-10T07:58:11.383Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T07:58:11.429Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:58:11.430Z||pool-207-thread-1|||||INFO|500||cambria reply ok (48 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-08-10T07:58:12.292Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:58:12.293Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T07:58:12.293Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:58:22.209Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:58:22.210Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:58:22.210Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T07:58:22.211Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:58:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:58:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T07:58:24.083Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:58:24.244Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:58:24.245Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:58:24.245Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "53e914b8-4d22-45b1-b020-961e8a4d888d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118238960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:58:24.246Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:58:32.012Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:58:32.014Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:58:32.015Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T07:58:32.016Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:58:41.902Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:58:41.903Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:58:41.903Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T07:58:41.903Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:58:51.797Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:59:24.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:59:24.081Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T07:59:24.081Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:59:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T07:59:24.084Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T07:59:24.085Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T07:59:24.765Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T07:59:24.766Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:59:24.766Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:59:24.767Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T07:59:24.767Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:59:24.767Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:59:24.768Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T07:59:24.768Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:59:24.768Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:59:24.768Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T07:59:24.768Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:59:24.768Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:59:24.769Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T07:59:24.769Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:59:24.769Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:59:24.769Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T07:59:24.769Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:59:24.769Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/resourceInstances/pnf7860eb86e9e60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:59:24.769Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T07:59:24.770Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:59:24.770Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T07:59:24.770Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T07:59:24.770Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:59:24.770Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118239975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T07:59:24.770Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T07:59:24.770Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:59:24.771Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118254189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T07:59:24.771Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:59:24.771Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:59:24.771Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118256084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBblrpqc0mjqjnv5se678/1.0/artifacts/service-DemoPnfBblrpqc0mjqjnv5se678-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T07:59:24.771Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:59:24.771Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T07:59:24.771Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "d21572a8-c9a4-46d0-867c-1c18c03a3248",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118291279,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T07:59:24.772Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T07:59:34.023Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:00:24.079Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:00:24.080Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?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-08-10T08:00:24.080Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:00:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:00:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T08:00:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:00:33.836Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:00:34.394Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:01:24.079Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:01:24.080Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?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-08-10T08:01:24.080Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:01:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:01:24.082Z||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-08-10T08:01:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:01:34.133Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:01:34.173Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:02:24.079Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:02:24.080Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?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-08-10T08:02:24.080Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:02:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:02:24.082Z||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-08-10T08:02:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:02:33.936Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:02:33.960Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:03:24.079Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:03:24.079Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?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-08-10T08:03:24.080Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:03:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:03:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:03:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:03:24.864Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:03:24.865Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.865Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"32b1502e-4d85-4f5a-b5c6-acc381901a57","serviceName":"Demo_pNF_Mxpdp0bikvyjLYLiBiCr","serviceVersion":"1.0","serviceUUID":"4653f631-5a6d-4eb9-9fa7-45414936cad3","serviceDescription":"catalog service description","serviceInvariantUUID":"881fdcb4-797c-4c8f-bb0e-4857f40e1aa6","resources":[{"resourceInstanceName":"pNF b3813401-11fb 0","resourceName":"pNF b3813401-11fb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8b6865a-7c9d-4301-bc1d-056c1b1f1b3b","resourceInvariantUUID":"c1cd2368-0871-4345-a9cf-eb01e35cfb0a","resourceCustomizationUUID":"5a4fca94-2722-4b15-8755-d85f526fbc8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vf-license-model.xml","artifactChecksum":"MjAwMWVlYzc2ZmY0NjNmY2M1NzZmODVmYmRhMzlhZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df77a83b-36f2-4f93-bebc-daf10239d1c0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/pNF.csar","artifactChecksum":"NGJjNDA1MTBhYzdjNTAzYmMzZjM4NGE1NzgxMmNjYTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0358a04-627a-40a1-96ef-c18fd3185b0d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f12f8c96-6d7b-4847-9799-42e7dd9add70","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDgyMTFjYTAzNThjZjYyYTNlYjhhZWVjMTAwZTU0MTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"65564583-8b51-468d-9007-ca9fb3bfaa31","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1f5c8bb5-6f88-4959-9aba-62d787b08afd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a5c3eea2-1f29-47f3-9df3-3700f52a0e77","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMxpdp0bikvyjlylibicr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-template.yml","artifactChecksum":"MTlkN2ZjNTIwNjJhODQ1MzI1ZmViODM4MzNmOWFhYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"242b8c6d-7b9e-438e-9639-a2b2f8270551","artifactVersion":"1"},{"artifactName":"service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar","artifactChecksum":"MjVkMmNkZTQ0ZmNjNTRmYTg3MmM0OTZlMDRiYzdhYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9da5fbe9-c6a2-4986-863d-1c9b4e5f37d2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T08:03:24.870Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:03:24.872Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.872Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:03:24.872Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "clamp",
  "timestamp": 1660118553796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.872Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:03:24.873Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.874Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.874Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118548023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.874Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.874Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.875Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118551973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.875Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.875Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.876Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "policy-id",
  "timestamp": 1660118554569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.876Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.876Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.876Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118551973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.877Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.877Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.877Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:03:24.877Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||try to send status {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.877Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "clamp",
  "timestamp": 1660118553796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.878Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.878Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.878Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118548023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.879Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.879Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.879Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "policy-id",
  "timestamp": 1660118554569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.880Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.880Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.880Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118551973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.881Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.881Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.881Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "clamp",
  "timestamp": 1660118553796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.882Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.882Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.882Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118548023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.882Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.883Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.883Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "policy-id",
  "timestamp": 1660118554569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.883Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.884Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.884Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "cds",
  "timestamp": 1660118557673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.884Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.884Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.885Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118551973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.885Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.885Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.885Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "clamp",
  "timestamp": 1660118553796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.886Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.886Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.886Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118548023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.887Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.887Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.912Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "policy-id",
  "timestamp": 1660118554569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.912Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.912Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.912Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "aai-ml",
  "timestamp": 1660118558207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.912Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.912Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.913Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "cds",
  "timestamp": 1660118557673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.913Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.913Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.913Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118551973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.913Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.913Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.913Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "clamp",
  "timestamp": 1660118553796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.913Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.914Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.914Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "policy-id",
  "timestamp": 1660118554569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.914Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.914Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.914Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118548023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.914Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.914Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.914Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "aai-ml",
  "timestamp": 1660118558207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.915Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.915Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.915Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "cds",
  "timestamp": 1660118557673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.915Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.915Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.915Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118551973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:03:24.915Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.915Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.916Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "clamp",
  "timestamp": 1660118553796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.916Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.916Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.916Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118548023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.916Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.916Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.916Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "policy-id",
  "timestamp": 1660118554569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.916Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.916Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.917Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "aai-ml",
  "timestamp": 1660118558207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.917Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.917Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.917Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "cds",
  "timestamp": 1660118557673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.917Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.917Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.917Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "clamp",
  "timestamp": 1660118553796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.917Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.918Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.918Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118551973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.918Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.918Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.918Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118548023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.919Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.919Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.919Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "policy-id",
  "timestamp": 1660118554569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.919Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.919Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.919Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "aai-ml",
  "timestamp": 1660118558207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.919Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.919Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.920Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "cds",
  "timestamp": 1660118557673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.920Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.920Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.920Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "clamp",
  "timestamp": 1660118553796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:03:24.920Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.920Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.920Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118551973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.920Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.920Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.921Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118548023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:03:24.921Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.921Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.921Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "policy-id",
  "timestamp": 1660118554569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:03:24.921Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.921Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.921Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "aai-ml",
  "timestamp": 1660118558207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.921Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.921Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.922Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "cds",
  "timestamp": 1660118557673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.922Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.922Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.922Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118564266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:03:24.922Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:03:24.922Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.923Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "policy-id",
  "timestamp": 1660118563620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:03:24.923Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:03:24.923Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.923Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "aai-ml",
  "timestamp": 1660118558207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.923Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.923Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.923Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "cds",
  "timestamp": 1660118557673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.924Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.924Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.924Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118565289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T08:03:24.924Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:03:24.924Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.924Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "policy-id",
  "timestamp": 1660118564625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:03:24.924Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:03:24.924Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.924Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "aai-ml",
  "timestamp": 1660118558207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.925Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.925Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.925Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "cds",
  "timestamp": 1660118557673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:03:24.925Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.925Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.925Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118566298,
  "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-08-10T08:03:24.957Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 32b1502e-4d85-4f5a-b5c6-acc381901a57
2022-08-10T08:03:24.957Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 32b1502e-4d85-4f5a-b5c6-acc381901a57 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-08-10T08:03:24.969Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.969Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "policy-id",
  "timestamp": 1660118565628,
  "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-08-10T08:03:24.972Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32b1502e-4d85-4f5a-b5c6-acc381901a57
2022-08-10T08:03:24.972Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 32b1502e-4d85-4f5a-b5c6-acc381901a57 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-08-10T08:03:24.976Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.976Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "aai-ml",
  "timestamp": 1660118558207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:03:24.977Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.977Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.977Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "cds",
  "timestamp": 1660118566575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:03:24.977Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:03:24.977Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.977Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "cds",
  "timestamp": 1660118567583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-08-10T08:03:24.978Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:03:24.979Z||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-08-10T08:03:24.979Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:03:24.980Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32b1502e-4d85-4f5a-b5c6-acc381901a57
2022-08-10T08:03:24.980Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 32b1502e-4d85-4f5a-b5c6-acc381901a57 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-08-10T08:03:24.984Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.984Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "aai-ml",
  "timestamp": 1660118567388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:03:24.984Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:03:24.984Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.984Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118573050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.985Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.985Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.985Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "clamp",
  "timestamp": 1660118573785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:03:24.985Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:03:24.985Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.985Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "aai-ml",
  "timestamp": 1660118573556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T08:03:24.985Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:03:24.985Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.985Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118573050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.986Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.986Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.986Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "aai-ml",
  "timestamp": 1660118574563,
  "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-08-10T08:03:24.988Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 32b1502e-4d85-4f5a-b5c6-acc381901a57
2022-08-10T08:03:24.988Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 32b1502e-4d85-4f5a-b5c6-acc381901a57 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-08-10T08:03:24.992Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.992Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "clamp",
  "timestamp": 1660118575795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:03:24.992Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:03:24.992Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.993Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118573050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:24.993Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:24.993Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:24.993Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "clamp",
  "timestamp": 1660118576800,
  "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-08-10T08:03:24.997Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32b1502e-4d85-4f5a-b5c6-acc381901a57
2022-08-10T08:03:24.998Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 32b1502e-4d85-4f5a-b5c6-acc381901a57 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-08-10T08:03:25.002Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:25.002Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118573050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:25.002Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:25.003Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:25.003Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118573050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:25.003Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:25.003Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:25.003Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118573050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:25.003Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:25.003Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:25.003Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118573050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:25.004Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:25.004Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:25.004Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118573050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:03:25.004Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:03:25.004Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:25.004Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118581941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:03:25.004Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:03:25.004Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:25.004Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118584026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:03:25.005Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:03:25.005Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:03:25.005Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118585029,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:03:25.007Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32b1502e-4d85-4f5a-b5c6-acc381901a57
2022-08-10T08:03:25.007Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 32b1502e-4d85-4f5a-b5c6-acc381901a57 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T08:03:25.111Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:03:25.111Z||pool-208-thread-1|||||INFO|500||cambria reply ok (133 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:03:25.878Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:03:25.879Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:03:25.881Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:03:25.881Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||try to send status {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:25.981Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:03:25.982Z||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-08-10T08:03:25.982Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:03:26.062Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:03:26.063Z||pool-209-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:03:26.881Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:03:26.882Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:03:26.883Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:03:26.884Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||try to send status {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:26.984Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:03:26.984Z||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-08-10T08:03:26.984Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:03:27.062Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:03:27.063Z||pool-210-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":2,"count":1}
2022-08-10T08:03:27.884Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:03:27.885Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:03:27.887Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:03:27.887Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||try to send status {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:27.987Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:03:27.988Z||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-08-10T08:03:27.988Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:03:28.046Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:03:28.046Z||pool-211-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:03:28.888Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:03:28.889Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:03:28.890Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:03:28.890Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||try to send status {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:28.990Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:03:28.991Z||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-08-10T08:03:28.991Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:03:29.071Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:03:29.071Z||pool-212-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:03:29.891Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:03:29.891Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:03:29.893Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:03:29.893Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||try to send status {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:29.993Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:03:29.994Z||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-08-10T08:03:29.994Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:03:30.270Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:03:30.271Z||pool-213-thread-1|||||INFO|500||cambria reply ok (277 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:03:30.894Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:03:30.895Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:03:30.896Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:03:30.897Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||try to send status {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:03:30.997Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:03:30.997Z||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-08-10T08:03:30.998Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:03:31.138Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:03:31.139Z||pool-214-thread-1|||||INFO|500||cambria reply ok (142 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:03:31.897Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:03:31.898Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:03:31.900Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:03:31.900Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||try to send status {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:03:32.002Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T08:03:32.002Z||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-08-10T08:03:32.003Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:03:32.060Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:03:32.060Z||pool-215-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:03:32.902Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "serviceName": "Demo_pNF_Mxpdp0bikvyjLYLiBiCr",
  "serviceVersion": "1.0",
  "serviceUUID": "4653f631-5a6d-4eb9-9fa7-45414936cad3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "881fdcb4-797c-4c8f-bb0e-4857f40e1aa6",
  "resources": [
    {
      "resourceInstanceName": "pNF b3813401-11fb 0",
      "resourceCustomizationUUID": "5a4fca94-2722-4b15-8755-d85f526fbc8b",
      "resourceName": "pNF b3813401-11fb",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8b6865a-7c9d-4301-bc1d-056c1b1f1b3b",
      "resourceInvariantUUID": "c1cd2368-0871-4345-a9cf-eb01e35cfb0a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
      "artifactChecksum": "MjVkMmNkZTQ0ZmNjNTRmYTg3MmM0OTZlMDRiYzdhYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9da5fbe9-c6a2-4986-863d-1c9b4e5f37d2"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T08:03:32.902Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T08:03:32.902Z|7b68d1c1-a9cc-4145-9cd1-d4e790fb6c5f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4653f631-5a6d-4eb9-9fa7-45414936cad3 ASDC
2022-08-10T08:03:32.903Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||ASDC Notification:
DistributionID:32b1502e-4d85-4f5a-b5c6-acc381901a57
ServiceName:Demo_pNF_Mxpdp0bikvyjLYLiBiCr
ServiceVersion:1.0
ServiceUUID:4653f631-5a6d-4eb9-9fa7-45414936cad3
ServiceInvariantUUID:881fdcb4-797c-4c8f-bb0e-4857f40e1aa6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
ArtifactUUID:9da5fbe9-c6a2-4986-863d-1c9b4e5f37d2
ArtifactChecksum:MjVkMmNkZTQ0ZmNjNTRmYTg3MmM0OTZlMDRiYzdhYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b3813401-11fb 0
ResourceCustomizationUUID:5a4fca94-2722-4b15-8755-d85f526fbc8b
ResourceInvariantUUID:c1cd2368-0871-4345-a9cf-eb01e35cfb0a
ResourceName:pNF b3813401-11fb
ResourceType:PNF
ResourceUUID:d8b6865a-7c9d-4301-bc1d-056c1b1f1b3b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-10T08:03:32.903Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4653f631-5a6d-4eb9-9fa7-45414936cad3 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-08-10T08:03:32.927Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T08:03:32.929Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:03:32.929Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:03:32.929Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||Trying to download the artifact UUID: 9da5fbe9-c6a2-4986-863d-1c9b4e5f37d2 from URL: /sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:32.929Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - download
2022-08-10T08:03:32.930Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:33.127Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T08:03:33.132Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar 9da5fbe9-c6a2-4986-863d-1c9b4e5f37d2 86681
2022-08-10T08:03:33.132Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar ASDC sendASDCNotification
2022-08-10T08:03:33.132Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:33.132Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:03:33.133Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:03:33.135Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:03:33.135Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||try to send status {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118613132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:03:33.235Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:03:33.236Z||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-08-10T08:03:33.236Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:03:33.457Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:03:33.458Z||pool-216-thread-1|||||INFO|500||cambria reply ok (222 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:03:34.136Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T08:03:34.137Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:03:34.137Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||Trying to write artifact UUID: 9da5fbe9-c6a2-4986-863d-1c9b4e5f37d2, URL: /sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar to file: /app/ASDC/1/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:34.137Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:34.138Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:34.138Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:34.298Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP295925650228393321/Definitions/service-DemoPnfMxpdp0bikvyjlylibicr-template.yml
2022-08-10T08:03:35.092Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T08:03:35.093Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|WARN|500||####################################################################################################
2022-08-10T08:03:35.093Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:35.093Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-10T08:03:35.093Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?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-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:35.093Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?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-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:35.093Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?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-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:35.093Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?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-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:35.093Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?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-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:35.093Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b3813401-11fb 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-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:35.093Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?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-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:35.094Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|WARN|500||####################################################################################################
2022-08-10T08:03:35.094Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:03:35.094Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Service Demo_pNF_Mxpdp0bikvyjLYLiBiCr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:03:35.094Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Node template pNF b3813401-11fb 0 is matching search criteria
2022-08-10T08:03:35.094Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T08:03:35.094Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Found topology templates [pNF b3813401-11fb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T08:03:35.095Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:03:35.095Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Service Demo_pNF_Mxpdp0bikvyjLYLiBiCr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:03:35.095Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Node template pNF b3813401-11fb 0 is matching search criteria
2022-08-10T08:03:35.095Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T08:03:35.095Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Found topology templates [pNF b3813401-11fb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T08:03:35.095Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:03:35.096Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Service Demo_pNF_Mxpdp0bikvyjLYLiBiCr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:03:35.096Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:03:35.096Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Service Demo_pNF_Mxpdp0bikvyjLYLiBiCr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:03:35.096Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:03:35.096Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Service Demo_pNF_Mxpdp0bikvyjLYLiBiCr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:03:35.096Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:03:35.096Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Service Demo_pNF_Mxpdp0bikvyjLYLiBiCr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:03:35.096Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:03:35.096Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Service Demo_pNF_Mxpdp0bikvyjLYLiBiCr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:03:35.097Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Mxpdp0bikvyjLYLiBiCr
Description:catalog service description
Model UUID:4653f631-5a6d-4eb9-9fa7-45414936cad3
Model Version:NULL
Model InvariantUuid:881fdcb4-797c-4c8f-bb0e-4857f40e1aa6
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-08-10T08:03:35.104Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: d8b6865a-7c9d-4301-bc1d-056c1b1f1b3b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T08:03:35.107Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||pNF b3813401-11fb 0
2022-08-10T08:03:35.107Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: d8b6865a-7c9d-4301-bc1d-056c1b1f1b3b
2022-08-10T08:03:35.108Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||No resources found for Service: 4653f631-5a6d-4eb9-9fa7-45414936cad3
2022-08-10T08:03:35.108Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Preparing to deploy Service: 4653f631-5a6d-4eb9-9fa7-45414936cad3
2022-08-10T08:03:35.108Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b3813401-11fb 0 d8b6865a-7c9d-4301-bc1d-056c1b1f1b3b 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-08-10T08:03:35.112Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@895cfdc, org.onap.sdc.toscaparser.api.parameters.Input@2ced503c, org.onap.sdc.toscaparser.api.parameters.Input@127fab8d, org.onap.sdc.toscaparser.api.parameters.Input@63128ce7, org.onap.sdc.toscaparser.api.parameters.Input@455f4476]
2022-08-10T08:03:35.112Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:03:35.112Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Service Demo_pNF_Mxpdp0bikvyjLYLiBiCr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:03:35.113Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500|| resourceSeq for service uuid 4653f631-5a6d-4eb9-9fa7-45414936cad3: pNF b3813401-11fb
2022-08-10T08:03:35.113Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||Processing PNF resource: d8b6865a-7c9d-4301-bc1d-056c1b1f1b3b
2022-08-10T08:03:35.113Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:03:35.113Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Service Demo_pNF_Mxpdp0bikvyjLYLiBiCr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:03:35.113Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||Resource customization UUID: 5a4fca94-2722-4b15-8755-d85f526fbc8b is the same as notified resource customizationUUID: 5a4fca94-2722-4b15-8755-d85f526fbc8b
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-08-10T08:03:35.147Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b3813401-11fb d8b6865a-7c9d-4301-bc1d-056c1b1f1b3b 0 ASDC deployResourceStructure
2022-08-10T08:03:35.147Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar ASDC sendASDCNotification
2022-08-10T08:03:35.147Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar
2022-08-10T08:03:35.148Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:03:35.148Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:03:35.150Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:03:35.150Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||try to send status {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118615147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:03:35.250Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:03:35.251Z||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-08-10T08:03:35.251Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:03:35.317Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:03:35.318Z||pool-217-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:03:36.151Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32b1502e-4d85-4f5a-b5c6-acc381901a57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:03:36.158Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32b1502e-4d85-4f5a-b5c6-acc381901a57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:03:36.159Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T08:03:36.159Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T08:03:36.159Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T08:03:36.160Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T08:03:36.160Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-10T08:03:36.160Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T08:03:36.160Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:03:36.162Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T08:04:06.162Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 32b1502e-4d85-4f5a-b5c6-acc381901a57 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-08-10T08:04:06.169Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32b1502e-4d85-4f5a-b5c6-acc381901a57 and serviceModelVersionId: 4653f631-5a6d-4eb9-9fa7-45414936cad3
2022-08-10T08:04:06.169Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 881fdcb4-797c-4c8f-bb0e-4857f40e1aa6
2022-08-10T08:04:06.171Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0
2022-08-10T08:04:06.182Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbb694be-4c9d-441b-bb0d-a44953e31006/model-vers/model-ver/f8866fd2-1b6c-48d5-8640-ac91f763c9fa?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T08:04:06.235Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||Invoke
2022-08-10T08:04:06.236Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[32b1502e-4d85-4f5a-b5c6-acc381901a57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f34a7b78-ef58-4971-982d-f117910feef8], X-ECOMP-RequestID=[32b1502e-4d85-4f5a-b5c6-acc381901a57], X-TransactionId=[], X-ONAP-RequestID=[32b1502e-4d85-4f5a-b5c6-acc381901a57], Content-Type=[application/merge-patch+json]}
2022-08-10T08:04:07.804Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||Invoke
2022-08-10T08:04:07.805Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[32b1502e-4d85-4f5a-b5c6-acc381901a57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[16bb9e6a-2890-430d-a6cf-d32a0b68eb86], X-ECOMP-RequestID=[32b1502e-4d85-4f5a-b5c6-acc381901a57], X-TransactionId=[], X-ONAP-RequestID=[32b1502e-4d85-4f5a-b5c6-acc381901a57], Content-Type=[application/merge-patch+json]}
2022-08-10T08:04:09.338Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||Invoke
2022-08-10T08:04:09.338Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[32b1502e-4d85-4f5a-b5c6-acc381901a57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ec8cf9a-923d-4b91-816a-f9d659a54139], X-ECOMP-RequestID=[32b1502e-4d85-4f5a-b5c6-acc381901a57], X-TransactionId=[], X-ONAP-RequestID=[32b1502e-4d85-4f5a-b5c6-acc381901a57], Content-Type=[application/merge-patch+json]}
2022-08-10T08:04:10.375Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:04:10.376Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:04:10.376Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:04:10.376Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:04:10.381Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:04:10.381Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32b1502e-4d85-4f5a-b5c6-acc381901a57 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:04:10.381Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T08:04:10.382Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:04:10.384Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:04:10.384Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|DEBUG|500||try to send status {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118650381,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T08:04:10.484Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:04:10.484Z||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-08-10T08:04:10.484Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:04:10.778Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:04:10.778Z||pool-218-thread-1|||||INFO|500||cambria reply ok (294 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-08-10T08:04:24.079Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:04:24.080Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T08:04:24.080Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:04:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:04:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:04:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:04:24.640Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:04:24.640Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:04:24.640Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:04:24.641Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:04:34.336Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:05:24.079Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:05:24.080Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T08:05:24.080Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:05:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:05:24.082Z||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-08-10T08:05:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:05:24.876Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:05:24.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T08:05:24.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:05:24.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:05:24.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T08:05:24.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:05:24.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:05:24.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T08:05:24.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:05:24.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:05:24.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T08:05:24.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:05:24.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:05:24.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T08:05:24.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/resourceInstances/pnfb381340111fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:05:24.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:05:24.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T08:05:24.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:05:24.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:05:24.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T08:05:24.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118604079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:05:24.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:05:24.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T08:05:24.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118613132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:05:24.885Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:05:24.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T08:05:24.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118615147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMxpdp0bikvyjlylibicr/1.0/artifacts/service-DemoPnfMxpdp0bikvyjlylibicr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:05:24.886Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:05:24.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T08:05:24.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32b1502e-4d85-4f5a-b5c6-acc381901a57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118650381,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T08:05:24.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:05:34.588Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:06:24.079Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:06:24.080Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T08:06:24.080Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:06:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:06:24.082Z||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-08-10T08:06:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:06:34.069Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:06:34.160Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:07:24.079Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:07:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:07:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T08:07:24.082Z||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-08-10T08:07:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:07:24.082Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:07:34.169Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:07:34.353Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:24.079Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:08:24.080Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-08-10T08:08:24.080Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:08:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:08:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:25.360Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:25.391Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.392Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "cds",
  "timestamp": 1660118857673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.393Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.393Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.393Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "aai-ml",
  "timestamp": 1660118858207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.393Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.393Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.394Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118868026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.394Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.394Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.394Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "cds",
  "timestamp": 1660118857673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.394Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.394Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.394Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "aai-ml",
  "timestamp": 1660118858207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.395Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.395Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.395Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118868026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T08:08:25.395Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.395Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.395Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "cds",
  "timestamp": 1660118857673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.395Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.395Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.395Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "aai-ml",
  "timestamp": 1660118858207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.395Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.395Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.396Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118868026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:08:25.396Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.396Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.396Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "cds",
  "timestamp": 1660118857673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.396Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.396Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.396Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "aai-ml",
  "timestamp": 1660118858207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.396Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.396Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.396Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118868026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.397Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.397Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.397Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "cds",
  "timestamp": 1660118857673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.397Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.397Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.397Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "aai-ml",
  "timestamp": 1660118858207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.397Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.397Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.397Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118871973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.398Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.398Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.398Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118868026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T08:08:25.398Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.398Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.398Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "cds",
  "timestamp": 1660118857673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.398Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.398Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.398Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118871973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.399Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.399Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.399Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "aai-ml",
  "timestamp": 1660118858207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.399Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.399Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.399Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118868026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.399Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.399Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.399Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118873048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.399Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.399Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.400Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "cds",
  "timestamp": 1660118857673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:08:25.400Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.400Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.400Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118871973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.400Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.400Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.400Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "aai-ml",
  "timestamp": 1660118858207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:08:25.400Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.400Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.400Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118873048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.401Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.401Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.401Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118868026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:08:25.401Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.401Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.401Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118871973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.401Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.401Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.401Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "cds",
  "timestamp": 1660118875381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:08:25.401Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:08:25.402Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.402Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "aai-ml",
  "timestamp": 1660118875273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:08:25.402Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:08:25.402Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.402Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118873048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.402Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.402Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.402Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "policy-id",
  "timestamp": 1660118874569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.402Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.402Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.403Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118876444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:08:25.403Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:08:25.403Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.403Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118871973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.403Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.403Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.404Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "cds",
  "timestamp": 1660118876389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-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-08-10T08:08:25.421Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66ddf849-2705-4dc4-bcf5-6400189f28aa
2022-08-10T08:08:25.422Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 66ddf849-2705-4dc4-bcf5-6400189f28aa 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-08-10T08:08:25.429Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.430Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118873048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.430Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.430Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.430Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118877818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:08:25.431Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:08:25.431Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.431Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "policy-id",
  "timestamp": 1660118874569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.432Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.432Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.432Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118871973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.432Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.433Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.433Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118873048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.433Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.433Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.434Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "policy-id",
  "timestamp": 1660118874569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:08:25.434Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.434Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.434Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118871973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.435Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.435Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.435Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118879225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:08:25.436Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:08:25.436Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.436Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118873048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.436Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.437Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.437Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "policy-id",
  "timestamp": 1660118874569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.437Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.437Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.437Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118873048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:08:25.438Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.438Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.438Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118880426,
  "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-08-10T08:08:25.441Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66ddf849-2705-4dc4-bcf5-6400189f28aa
2022-08-10T08:08:25.441Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 66ddf849-2705-4dc4-bcf5-6400189f28aa 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-08-10T08:08:25.446Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.447Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "policy-id",
  "timestamp": 1660118874569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.447Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.447Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.447Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118881434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T08:08:25.447Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:08:25.447Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.448Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "policy-id",
  "timestamp": 1660118874569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.448Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.448Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.448Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118881605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:08:25.448Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:08:25.448Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.449Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "policy-id",
  "timestamp": 1660118874569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:08:25.449Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.449Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.449Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "policy-id",
  "timestamp": 1660118883292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:08:25.449Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:08:25.450Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.450Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118885115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:08:25.450Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:08:25.450Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.450Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "policy-id",
  "timestamp": 1660118884297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:08:25.451Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:08:25.451Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.451Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "clamp",
  "timestamp": 1660118883796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.454Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.454Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.454Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "policy-id",
  "timestamp": 1660118885300,
  "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-08-10T08:08:25.457Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66ddf849-2705-4dc4-bcf5-6400189f28aa
2022-08-10T08:08:25.457Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 66ddf849-2705-4dc4-bcf5-6400189f28aa 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-08-10T08:08:25.460Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.460Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118886121,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:08:25.463Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66ddf849-2705-4dc4-bcf5-6400189f28aa
2022-08-10T08:08:25.463Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 66ddf849-2705-4dc4-bcf5-6400189f28aa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T08:08:25.468Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.468Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "clamp",
  "timestamp": 1660118883796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T08:08:25.468Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.468Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.468Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "aai-ml",
  "timestamp": 1660118885976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T08:08:25.468Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:08:25.468Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.468Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "clamp",
  "timestamp": 1660118883796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.468Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.468Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.468Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "aai-ml",
  "timestamp": 1660118886983,
  "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-08-10T08:08:25.470Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 66ddf849-2705-4dc4-bcf5-6400189f28aa
2022-08-10T08:08:25.470Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 66ddf849-2705-4dc4-bcf5-6400189f28aa 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-08-10T08:08:25.474Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.474Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "clamp",
  "timestamp": 1660118883796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.475Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.475Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.475Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "clamp",
  "timestamp": 1660118883796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.475Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.475Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.475Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "clamp",
  "timestamp": 1660118883796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.475Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.475Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.475Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "clamp",
  "timestamp": 1660118883796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:08:25.475Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.476Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.476Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "aai-ml",
  "timestamp": 1660118888207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.476Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.476Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.476Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118891973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.476Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.476Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.476Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "policy-id",
  "timestamp": 1660118894568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.477Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.477Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.477Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "clamp",
  "timestamp": 1660118899837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:08:25.477Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:08:25.477Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.477Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118891973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.477Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.477Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.477Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "aai-ml",
  "timestamp": 1660118888207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.477Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.477Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.478Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "policy-id",
  "timestamp": 1660118894568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.478Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.478Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.478Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "aai-ml",
  "timestamp": 1660118888207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.478Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.478Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.478Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118891973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.478Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.478Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.478Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "policy-id",
  "timestamp": 1660118894568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.478Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.478Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.478Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "clamp",
  "timestamp": 1660118901846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:08:25.479Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:08:25.479Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.479Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118891973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.479Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.479Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.479Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "aai-ml",
  "timestamp": 1660118888207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.479Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.479Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.479Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "policy-id",
  "timestamp": 1660118894568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.479Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.479Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.479Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "clamp",
  "timestamp": 1660118902850,
  "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-08-10T08:08:25.481Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 66ddf849-2705-4dc4-bcf5-6400189f28aa
2022-08-10T08:08:25.481Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 66ddf849-2705-4dc4-bcf5-6400189f28aa 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-08-10T08:08:25.485Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.485Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "aai-ml",
  "timestamp": 1660118888207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.485Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.485Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.485Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118891973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.485Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.485Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.485Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "policy-id",
  "timestamp": 1660118894568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.485Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.486Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.486Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118903049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.486Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.486Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.486Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "cds",
  "timestamp": 1660118902673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.486Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.486Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.486Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118891973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:08:25.486Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.486Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.486Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "aai-ml",
  "timestamp": 1660118888207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.487Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.487Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.487Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "policy-id",
  "timestamp": 1660118894568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.487Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.487Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.487Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118903049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.487Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:08:25.572Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:25.577Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||received message from topic
2022-08-10T08:08:25.577Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"66ddf849-2705-4dc4-bcf5-6400189f28aa","serviceName":"vFW 2022-08-10 08-04-31","serviceVersion":"1.0","serviceUUID":"d7d8a681-e56d-44e1-8cb8-10fe69f0506a","serviceDescription":"catalog service description","serviceInvariantUUID":"22d2b798-4e57-4df8-a431-ccf1310af994","resources":[{"resourceInstanceName":"vFW fece33ff-4f26 0","resourceName":"vFW fece33ff-4f26","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9164ba5-6b67-46b4-b7fb-22f736f0d880","resourceInvariantUUID":"2c3c81b9-b0b3-4f9a-8190-899abb74a3cb","resourceCustomizationUUID":"db244c62-267b-4081-8dd3-03a541d935b0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vf-license-model.xml","artifactChecksum":"MTRlOGMwODBmN2E1YjIyYmJmODEyZmVkN2Y1NjNkZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f07c40ee-1ecc-48ef-bd5e-c7389c6eb411","artifactVersion":"1"},{"artifactName":"vfwfece33ff4f260_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json","artifactChecksum":"ZjUyZTBlOWRlYWM5NDk3YzRiMzk4MDFjNWY2NDg5MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3298a1b0-7561-45d7-8f91-7eef1ac78a61","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0fc72d39-b21e-41a1-8c81-f2770187cfee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vendor-license-model.xml","artifactChecksum":"ZGYwMWFiN2U5ZWNhMGQwNDUzZTA2NjNhYzZmZjM3YWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec700755-e83f-40e1-8967-a64c0610e22c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d661e2f-9d11-4020-ad37-a135f9ea4945","artifactVersion":"2","generatedFromUUID":"0fc72d39-b21e-41a1-8c81-f2770187cfee"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220810080431-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-template.yml","artifactChecksum":"MGY3NGE4MjRmNTA0MjllYTUwOWYxZjgyZmVhNWJjNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b5f0935-d25e-4161-a3ef-4c906da93698","artifactVersion":"1"},{"artifactName":"service-Vfw20220810080431-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar","artifactChecksum":"ZTM3YjkwYmE1OGZmZGQ0N2I0ODcwZmJkNjM3MjE4YTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1ce57ea-07e3-4f40-87f7-80d791413a59","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T08:08:25.580Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:08:25.581Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:25.586Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:25.586Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:25.685Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:08:25.686Z||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-08-10T08:08:25.687Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:25.835Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:25.836Z||pool-219-thread-1|||||INFO|500||cambria reply ok (150 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:08:26.586Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:08:26.587Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:26.589Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:26.589Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T08:08:26.689Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:08:26.690Z||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-08-10T08:08:26.690Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:26.903Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:26.904Z||pool-220-thread-1|||||INFO|500||cambria reply ok (214 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:08:27.589Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:08:27.590Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:27.592Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:27.592Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:08:27.692Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:08:27.694Z||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-08-10T08:08:27.694Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:28.068Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:28.068Z||pool-221-thread-1|||||INFO|500||cambria reply ok (375 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:08:28.593Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:08:28.593Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:28.595Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:28.595Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:28.695Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:08:28.696Z||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-08-10T08:08:28.697Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:28.955Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:28.956Z||pool-222-thread-1|||||INFO|500||cambria reply ok (260 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:08:29.596Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:08:29.596Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:29.598Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:29.598Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T08:08:29.698Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:08:29.699Z||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-08-10T08:08:29.699Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:29.887Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:29.888Z||pool-223-thread-1|||||INFO|500||cambria reply ok (189 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:08:30.599Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:08:30.599Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:30.601Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:30.601Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:08:30.701Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:08:30.702Z||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-08-10T08:08:30.702Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:31.009Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:31.009Z||pool-224-thread-1|||||INFO|500||cambria reply ok (307 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:08:31.602Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:08:31.602Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:31.605Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:31.605Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:08:31.705Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:08:31.706Z||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-08-10T08:08:31.706Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:31.855Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:31.856Z||pool-225-thread-1|||||INFO|500||cambria reply ok (150 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:08:32.606Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "serviceName": "vFW 2022-08-10 08-04-31",
  "serviceVersion": "1.0",
  "serviceUUID": "d7d8a681-e56d-44e1-8cb8-10fe69f0506a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "22d2b798-4e57-4df8-a431-ccf1310af994",
  "resources": [
    {
      "resourceInstanceName": "vFW fece33ff-4f26 0",
      "resourceCustomizationUUID": "db244c62-267b-4081-8dd3-03a541d935b0",
      "resourceName": "vFW fece33ff-4f26",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f9164ba5-6b67-46b4-b7fb-22f736f0d880",
      "resourceInvariantUUID": "2c3c81b9-b0b3-4f9a-8190-899abb74a3cb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfece33ff4f260_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
          "artifactChecksum": "ZjUyZTBlOWRlYWM5NDk3YzRiMzk4MDFjNWY2NDg5MWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3298a1b0-7561-45d7-8f91-7eef1ac78a61",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0fc72d39-b21e-41a1-8c81-f2770187cfee",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4d661e2f-9d11-4020-ad37-a135f9ea4945",
            "generatedFromUUID": "0fc72d39-b21e-41a1-8c81-f2770187cfee"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4d661e2f-9d11-4020-ad37-a135f9ea4945",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220810080431-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
      "artifactChecksum": "ZTM3YjkwYmE1OGZmZGQ0N2I0ODcwZmJkNjM3MjE4YTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e1ce57ea-07e3-4f40-87f7-80d791413a59"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T08:08:32.607Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T08:08:32.607Z|f78f7952-55a8-4917-813e-23b3b838db69|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d7d8a681-e56d-44e1-8cb8-10fe69f0506a ASDC
2022-08-10T08:08:32.608Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:66ddf849-2705-4dc4-bcf5-6400189f28aa
ServiceName:vFW 2022-08-10 08-04-31
ServiceVersion:1.0
ServiceUUID:d7d8a681-e56d-44e1-8cb8-10fe69f0506a
ServiceInvariantUUID:22d2b798-4e57-4df8-a431-ccf1310af994
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220810080431-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar
ArtifactUUID:e1ce57ea-07e3-4f40-87f7-80d791413a59
ArtifactChecksum:ZTM3YjkwYmE1OGZmZGQ0N2I0ODcwZmJkNjM3MjE4YTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fece33ff-4f26 0
ResourceCustomizationUUID:db244c62-267b-4081-8dd3-03a541d935b0
ResourceInvariantUUID:2c3c81b9-b0b3-4f9a-8190-899abb74a3cb
ResourceName:vFW fece33ff-4f26
ResourceType:VF
ResourceUUID:f9164ba5-6b67-46b4-b7fb-22f736f0d880
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfece33ff4f260_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json
ArtifactUUID:3298a1b0-7561-45d7-8f91-7eef1ac78a61
ArtifactChecksum:ZjUyZTBlOWRlYWM5NDk3YzRiMzk4MDFjNWY2NDg5MWU=
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/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml
ArtifactUUID:0fc72d39-b21e-41a1-8c81-f2770187cfee
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/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env
ArtifactUUID:4d661e2f-9d11-4020-ad37-a135f9ea4945
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/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env
ArtifactUUID:4d661e2f-9d11-4020-ad37-a135f9ea4945
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-10T08:08:32.608Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7d8a681-e56d-44e1-8cb8-10fe69f0506a 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-08-10T08:08:32.634Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T08:08:32.636Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:08:32.636Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:08:32.636Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Trying to download the artifact UUID: e1ce57ea-07e3-4f40-87f7-80d791413a59 from URL: /sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar
2022-08-10T08:08:32.637Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - download
2022-08-10T08:08:32.637Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar
2022-08-10T08:08:32.838Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T08:08:32.843Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar e1ce57ea-07e3-4f40-87f7-80d791413a59 103025
2022-08-10T08:08:32.844Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar ASDC sendASDCNotification
2022-08-10T08:08:32.844Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar
2022-08-10T08:08:32.844Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:08:32.844Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:32.846Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:32.846Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118912844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:08:32.946Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:08:32.947Z||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-08-10T08:08:32.947Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:33.161Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:33.161Z||pool-226-thread-1|||||INFO|500||cambria reply ok (215 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:08:33.846Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T08:08:33.847Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:08:33.847Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Trying to write artifact UUID: e1ce57ea-07e3-4f40-87f7-80d791413a59, URL: /sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar to file: /app/ASDC/1/service-Vfw20220810080431-csar.csar
2022-08-10T08:08:33.848Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220810080431-csar.csar
2022-08-10T08:08:33.848Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220810080431-csar.csar
2022-08-10T08:08:33.848Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220810080431-csar.csar
2022-08-10T08:08:34.105Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5948710335716452902/Definitions/service-Vfw20220810080431-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-08-10T08:08:36.259Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T08:08:36.280Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|WARN|500||####################################################################################################
2022-08-10T08:08:36.280Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.280Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-10T08:08:36.281Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.281Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.281Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.281Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.281Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.281Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.281Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.281Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.281Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.281Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.281Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.281Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fece33ff-4f26 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-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.282Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?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-Vfw20220810080431-csar.csar
2022-08-10T08:08:36.282Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|WARN|500||####################################################################################################
2022-08-10T08:08:36.282Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.282Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:36.282Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is matching search criteria
2022-08-10T08:08:36.282Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T08:08:36.283Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [vFW fece33ff-4f26 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T08:08:36.283Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.283Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:36.283Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is matching search criteria
2022-08-10T08:08:36.283Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T08:08:36.283Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [vFW fece33ff-4f26 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T08:08:36.284Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.284Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:36.284Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.284Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is not matching search criteria
2022-08-10T08:08:36.285Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T08:08:36.285Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T08:08:36.285Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T08:08:36.285Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:36.285Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T08:08:36.286Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T08:08:36.286Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T08:08:36.286Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T08:08:36.286Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T08:08:36.286Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T08:08:36.286Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:36.286Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T08:08:36.286Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:36.287Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T08:08:36.287Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T08:08:36.287Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T08:08:36.287Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.287Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T08:08:36.288Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.288Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is matching search criteria
2022-08-10T08:08:36.288Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [vFW fece33ff-4f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:08:36.288Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.288Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is matching search criteria
2022-08-10T08:08:36.288Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [vFW fece33ff-4f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:08:36.289Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.289Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is matching search criteria
2022-08-10T08:08:36.289Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [vFW fece33ff-4f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:08:36.289Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.289Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is not matching search criteria
2022-08-10T08:08:36.290Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T08:08:36.290Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T08:08:36.290Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T08:08:36.290Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T08:08:36.290Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T08:08:36.290Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T08:08:36.290Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:36.291Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T08:08:36.291Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:36.291Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T08:08:36.291Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T08:08:36.292Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=958e3785-adda-46ac-a693-c009477bfa25
2022-08-10T08:08:36.293Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.293Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is not matching search criteria
2022-08-10T08:08:36.293Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T08:08:36.293Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T08:08:36.293Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T08:08:36.293Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:36.293Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T08:08:36.293Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T08:08:36.293Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T08:08:36.294Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T08:08:36.294Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T08:08:36.294Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:36.294Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T08:08:36.294Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T08:08:36.294Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ecb4422c-ac36-46a8-bdf9-ed1d5083af66
2022-08-10T08:08:36.294Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.294Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is not matching search criteria
2022-08-10T08:08:36.295Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T08:08:36.295Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T08:08:36.295Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T08:08:36.295Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:36.295Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T08:08:36.295Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T08:08:36.295Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T08:08:36.295Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T08:08:36.295Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T08:08:36.296Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T08:08:36.296Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:36.296Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T08:08:36.296Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=394adef7-db9a-431f-aa8e-3d6a95b08875
2022-08-10T08:08:36.296Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.296Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:36.296Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.296Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:36.297Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.297Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:36.297Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:36.297Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:36.297Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-10 08-04-31
Description:catalog service description
Model UUID:d7d8a681-e56d-44e1-8cb8-10fe69f0506a
Model Version:NULL
Model InvariantUuid:22d2b798-4e57-4df8-a431-ccf1310af994
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW fece33ff-4f26
Model UUID:df929073-5fcd-4f11-856b-32c2613d80ce
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c3c81b9-b0b3-4f9a-8190-899abb74a3cb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:db244c62-267b-4081-8dd3-03a541d935b0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6a0e282a-2d82-4731-a212-68587bab7a04
ModelName:VfwFece33ff4f26..base_vfw..module-0
ModelUuid:b5230ee6-0562-4bb0-bb40-ecc0721f0eb7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:958e3785-adda-46ac-a693-c009477bfa25
ModelInvariantUuid:833af3cb-de8f-4597-88d9-7222157da317
ModelName:vFW fece33ff-4f26-nodes.vfwCvfc
ModelUuid:c1a671ca-a0e6-4b2d-81e5-50234e9bf842
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:bc4d0d67-1240-4c1c-80a7-41127953ea9f
ModelInvariantUuid:b7d36120-a754-4fcb-aefe-ccf37eef817c
ModelName:VfwFece33ff4f26.compute.nodes.heat.vfw
ModelUuid:cda2b2fb-98a1-4fa4-9bdd-315bd39837cf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ecb4422c-ac36-46a8-bdf9-ed1d5083af66
ModelInvariantUuid:118e9fb5-2ffa-4f56-a37d-270993f85a42
ModelName:vFW fece33ff-4f26-nodes.vsnCvfc
ModelUuid:e06bd18f-9d79-4229-9c4b-e9f58f831b09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:672de271-f41b-47df-9db8-a5a01711d543
ModelInvariantUuid:d61d41bf-e11c-46f8-be0a-ff50ddd87ef3
ModelName:VfwFece33ff4f26.compute.nodes.heat.vsn
ModelUuid:e870b1ad-8182-4e29-86eb-d38c4e7a9ff2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:394adef7-db9a-431f-aa8e-3d6a95b08875
ModelInvariantUuid:9506584f-2206-49ff-84a0-36a3d2c428e5
ModelName:vFW fece33ff-4f26-nodes.vpgCvfc
ModelUuid:7eb6229e-bac7-4482-acd1-22d183c47124
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:411ccfee-7ada-4d57-8679-21c9d08f60de
ModelInvariantUuid:164565bf-43f9-4f17-9c73-cb418ef4f375
ModelName:VfwFece33ff4f26.compute.nodes.heat.vpg
ModelUuid:88559391-21f0-4519-9ee7-2b7aa8686954
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-08-10T08:08:36.305Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: f9164ba5-6b67-46b4-b7fb-22f736f0d880
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T08:08:36.309Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||vFW fece33ff-4f26 0
2022-08-10T08:08:36.309Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: f9164ba5-6b67-46b4-b7fb-22f736f0d880
2022-08-10T08:08:36.309Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Trying to download the artifact UUID: 3298a1b0-7561-45d7-8f91-7eef1ac78a61 from URL: /sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json
2022-08-10T08:08:36.310Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - download
2022-08-10T08:08:36.310Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json
2022-08-10T08:08:36.708Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T08:08:36.708Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json 3298a1b0-7561-45d7-8f91-7eef1ac78a61 785
2022-08-10T08:08:36.708Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json ASDC sendASDCNotification
2022-08-10T08:08:36.709Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json
2022-08-10T08:08:36.709Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:08:36.709Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:36.711Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:36.711Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118916708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:08:36.811Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:08:36.812Z||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-08-10T08:08:36.812Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:37.063Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:37.064Z||pool-227-thread-1|||||INFO|500||cambria reply ok (253 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:08:37.712Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFece33ff4f26..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6a0e282a-2d82-4731-a212-68587bab7a04",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b5230ee6-0562-4bb0-bb40-ecc0721f0eb7",
    "vfModuleModelCustomizationUUID": "a4c12f9f-1031-429d-b6d1-09ab410be17b",
    "isBase": true,
    "artifacts": [
      "0fc72d39-b21e-41a1-8c81-f2770187cfee",
      "4d661e2f-9d11-4020-ad37-a135f9ea4945"
    ],
    "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-08-10T08:08:37.716Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFece33ff4f26..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5230ee6-0562-4bb0-bb40-ecc0721f0eb7
VfModuleModelInvariantUUID:6a0e282a-2d82-4731-a212-68587bab7a04
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fc72d39-b21e-41a1-8c81-f2770187cfee
,
4d661e2f-9d11-4020-ad37-a135f9ea4945

}
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-08-10T08:08:37.718Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFece33ff4f26..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6a0e282a-2d82-4731-a212-68587bab7a04",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b5230ee6-0562-4bb0-bb40-ecc0721f0eb7",
    "vfModuleModelCustomizationUUID": "a4c12f9f-1031-429d-b6d1-09ab410be17b",
    "isBase": true,
    "artifacts": [
      "0fc72d39-b21e-41a1-8c81-f2770187cfee",
      "4d661e2f-9d11-4020-ad37-a135f9ea4945"
    ],
    "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-08-10T08:08:37.718Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFece33ff4f26..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5230ee6-0562-4bb0-bb40-ecc0721f0eb7
VfModuleModelInvariantUUID:6a0e282a-2d82-4731-a212-68587bab7a04
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fc72d39-b21e-41a1-8c81-f2770187cfee
,
4d661e2f-9d11-4020-ad37-a135f9ea4945

}
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-08-10T08:08:37.718Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Trying to download the artifact UUID: 0fc72d39-b21e-41a1-8c81-f2770187cfee from URL: /sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml
2022-08-10T08:08:37.719Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - download
2022-08-10T08:08:37.719Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml
2022-08-10T08:08:38.302Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T08:08:38.303Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml 0fc72d39-b21e-41a1-8c81-f2770187cfee 20368
2022-08-10T08:08:38.303Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T08:08:38.303Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml
2022-08-10T08:08:38.304Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:08:38.304Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:38.306Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:38.306Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118918303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:08:38.406Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:08:38.407Z||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-08-10T08:08:38.407Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:38.735Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:38.736Z||pool-228-thread-1|||||INFO|500||cambria reply ok (329 ms):{"serverTimeMs":2,"count":1}
2022-08-10T08:08:39.307Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Trying to download the artifact UUID: 4d661e2f-9d11-4020-ad37-a135f9ea4945 from URL: /sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env
2022-08-10T08:08:39.307Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - download
2022-08-10T08:08:39.307Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env
2022-08-10T08:08:39.807Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T08:08:39.807Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env 4d661e2f-9d11-4020-ad37-a135f9ea4945 2098
2022-08-10T08:08:39.808Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T08:08:39.808Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env
2022-08-10T08:08:39.808Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:08:39.808Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:39.810Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:39.810Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118919808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:08:39.910Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:08:39.911Z||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-08-10T08:08:39.911Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:39.969Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:39.970Z||pool-229-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:08:40.811Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Preparing to deploy Service: d7d8a681-e56d-44e1-8cb8-10fe69f0506a
2022-08-10T08:08:40.812Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fece33ff-4f26 0 f9164ba5-6b67-46b4-b7fb-22f736f0d880 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-08-10T08:08:40.830Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@479bae75, org.onap.sdc.toscaparser.api.parameters.Input@4aa93afb, org.onap.sdc.toscaparser.api.parameters.Input@2642414e, org.onap.sdc.toscaparser.api.parameters.Input@10574ba5, org.onap.sdc.toscaparser.api.parameters.Input@aa5b7dc]
2022-08-10T08:08:40.832Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.832Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:40.832Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-10T08:08:40.832Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||VFCustomizationUUID= db244c62-267b-4081-8dd3-03a541d935b0
2022-08-10T08:08:40.832Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db244c62-267b-4081-8dd3-03a541d935b0 matches Tosca VF Customization UUID: db244c62-267b-4081-8dd3-03a541d935b0
2022-08-10T08:08:40.832Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||vfCustomizationUUID: db244c62-267b-4081-8dd3-03a541d935b0  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-08-10T08:08:40.834Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.834Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:40.835Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||resource request for resource customization id db244c62-267b-4081-8dd3-03a541d935b0: {\"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-08-10T08:08:40.835Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17842ca7
2022-08-10T08:08:40.835Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.835Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T08:08:40.836Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4c12f9f-1031-429d-b6d1-09ab410be17b
2022-08-10T08:08:40.836Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4c12f9f-1031-429d-b6d1-09ab410be17b
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-08-10T08:08:40.838Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.838Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is matching search criteria
2022-08-10T08:08:40.838Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [vFW fece33ff-4f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:08:40.838Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.839Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is matching search criteria
2022-08-10T08:08:40.839Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [vFW fece33ff-4f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:08:40.839Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.839Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is not matching search criteria
2022-08-10T08:08:40.839Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T08:08:40.839Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T08:08:40.839Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T08:08:40.840Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T08:08:40.840Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T08:08:40.840Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T08:08:40.840Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:40.840Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T08:08:40.840Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:40.840Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T08:08:40.840Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T08:08:40.841Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=958e3785-adda-46ac-a693-c009477bfa25
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-08-10T08:08:40.843Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.843Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is matching search criteria
2022-08-10T08:08:40.843Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [vFW fece33ff-4f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:08:40.844Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.844Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is not matching search criteria
2022-08-10T08:08:40.844Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T08:08:40.844Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T08:08:40.844Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T08:08:40.844Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:40.844Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T08:08:40.844Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T08:08:40.845Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T08:08:40.845Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T08:08:40.845Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T08:08:40.845Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:40.845Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T08:08:40.845Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T08:08:40.845Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ecb4422c-ac36-46a8-bdf9-ed1d5083af66
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-08-10T08:08:40.847Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.847Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is matching search criteria
2022-08-10T08:08:40.847Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [vFW fece33ff-4f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:08:40.848Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.848Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is not matching search criteria
2022-08-10T08:08:40.848Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T08:08:40.848Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T08:08:40.848Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T08:08:40.848Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:40.848Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T08:08:40.848Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T08:08:40.849Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T08:08:40.849Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T08:08:40.849Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T08:08:40.849Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T08:08:40.849Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T08:08:40.849Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T08:08:40.849Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=394adef7-db9a-431f-aa8e-3d6a95b08875
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-08-10T08:08:40.851Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.851Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is matching search criteria
2022-08-10T08:08:40.851Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [vFW fece33ff-4f26 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:08:40.851Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.852Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Node template vFW fece33ff-4f26 0 is matching search criteria
2022-08-10T08:08:40.852Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found topology templates [vFW fece33ff-4f26 0] matching following query criteria: sdcType=VF, customizationUUID=db244c62-267b-4081-8dd3-03a541d935b0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T08:08:40.853Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.854Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:40.854Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500|| resourceSeq for service uuid d7d8a681-e56d-44e1-8cb8-10fe69f0506a: vFW fece33ff-4f26
2022-08-10T08:08:40.854Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.854Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:40.854Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.854Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:40.854Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.855Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:40.855Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.855Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:40.855Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:08:40.855Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Service vFW 2022-08-10 08-04-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:08:40.855Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||Saving Service: vFW 2022-08-10 08-04-31 
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-08-10T08:08:41.017Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fece33ff-4f26 f9164ba5-6b67-46b4-b7fb-22f736f0d880 1 ASDC deployResourceStructure
2022-08-10T08:08:41.018Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json ASDC sendASDCNotification
2022-08-10T08:08:41.018Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json
2022-08-10T08:08:41.018Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:08:41.019Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:41.020Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:41.020Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118921018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T08:08:41.120Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:08:41.121Z||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-08-10T08:08:41.121Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:41.168Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:41.169Z||pool-230-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:08:42.021Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T08:08:42.022Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml
2022-08-10T08:08:42.022Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:08:42.022Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:42.024Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:42.025Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118922021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T08:08:42.125Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:08:42.125Z||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-08-10T08:08:42.125Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:42.162Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:42.163Z||pool-231-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:08:43.030Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T08:08:43.030Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env
2022-08-10T08:08:43.030Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:08:43.031Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:43.033Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:43.033Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118923030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T08:08:43.133Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:08:43.134Z||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-08-10T08:08:43.134Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:43.306Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:43.306Z||pool-232-thread-1|||||INFO|500||cambria reply ok (172 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:08:44.034Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar ASDC sendASDCNotification
2022-08-10T08:08:44.035Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar
2022-08-10T08:08:44.035Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:08:44.035Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:08:44.036Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:08:44.036Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118924034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:08:44.137Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:08:44.137Z||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-08-10T08:08:44.138Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:08:44.238Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:08:44.238Z||pool-233-thread-1|||||INFO|500||cambria reply ok (101 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:08:45.037Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66ddf849-2705-4dc4-bcf5-6400189f28aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:08:45.045Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66ddf849-2705-4dc4-bcf5-6400189f28aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:08:45.046Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T08:08:45.046Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T08:08:45.046Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T08:08:45.046Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T08:08:45.046Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T08:08:45.046Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:08:45.048Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T08:09:15.048Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 66ddf849-2705-4dc4-bcf5-6400189f28aa 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-08-10T08:09:15.052Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66ddf849-2705-4dc4-bcf5-6400189f28aa and serviceModelVersionId: d7d8a681-e56d-44e1-8cb8-10fe69f0506a
2022-08-10T08:09:15.053Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22d2b798-4e57-4df8-a431-ccf1310af994
2022-08-10T08:09:15.054Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0
2022-08-10T08:09:15.058Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04813edf-e4ac-4bc2-8671-afe518952e46/model-vers/model-ver/575351ba-6b7a-45a3-a42b-47fc3f12144b?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T08:09:15.089Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||Invoke
2022-08-10T08:09:15.090Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[66ddf849-2705-4dc4-bcf5-6400189f28aa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[60d6ba4b-cf5a-4c4b-b552-9ea406a68ffd], X-ECOMP-RequestID=[66ddf849-2705-4dc4-bcf5-6400189f28aa], X-TransactionId=[], X-ONAP-RequestID=[66ddf849-2705-4dc4-bcf5-6400189f28aa], Content-Type=[application/merge-patch+json]}
2022-08-10T08:09:16.639Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||Invoke
2022-08-10T08:09:16.640Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[66ddf849-2705-4dc4-bcf5-6400189f28aa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eff23984-28e7-45d6-9c16-a76509162c1f], X-ECOMP-RequestID=[66ddf849-2705-4dc4-bcf5-6400189f28aa], X-TransactionId=[], X-ONAP-RequestID=[66ddf849-2705-4dc4-bcf5-6400189f28aa], Content-Type=[application/merge-patch+json]}
2022-08-10T08:09:18.175Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||Invoke
2022-08-10T08:09:18.175Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[66ddf849-2705-4dc4-bcf5-6400189f28aa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2bcbc371-034e-4093-83bb-abc103be3173], X-ECOMP-RequestID=[66ddf849-2705-4dc4-bcf5-6400189f28aa], X-TransactionId=[], X-ONAP-RequestID=[66ddf849-2705-4dc4-bcf5-6400189f28aa], Content-Type=[application/merge-patch+json]}
2022-08-10T08:09:19.208Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:09:19.209Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?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-08-10T08:09:19.209Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:09:19.209Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?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-08-10T08:09:19.213Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?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-08-10T08:09:19.213Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66ddf849-2705-4dc4-bcf5-6400189f28aa and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:09:19.213Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T08:09:19.214Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:09:19.215Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:09:19.215Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||try to send status {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118959213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T08:09:19.315Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:09:19.317Z||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-08-10T08:09:19.317Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:09:19.348Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:09:19.349Z||pool-234-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-10T08:09:20.223Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||received message from topic
2022-08-10T08:09:20.223Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4ecd9921-e104-4b7d-8571-c2b3977cf552","serviceName":"Demo_pNF_8CqGmajMviF5kL9QoTDr","serviceVersion":"1.0","serviceUUID":"7c440dbf-2ba9-4d86-8720-4c2055c35dfa","serviceDescription":"catalog service description","serviceInvariantUUID":"762b881d-0f6f-43a8-b466-8316a3d14e75","resources":[{"resourceInstanceName":"pNF 196629f3-2a3c 0","resourceName":"pNF 196629f3-2a3c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"55473f4d-8e3f-43e6-ba51-6ce923d04352","resourceInvariantUUID":"b8db5461-abf5-4ee1-bb7d-2a4cb92df7cc","resourceCustomizationUUID":"5acf74f8-93e6-49cd-a2a8-4ce18ba95e1f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vf-license-model.xml","artifactChecksum":"NDkzOWE1YWU4ZDFjNDJhZTZmN2JkZjY2YmNjNTJlNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ddc2ddfd-c42c-4257-b808-2dff5eb0a107","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/pNF.csar","artifactChecksum":"NGJjNDA1MTBhYzdjNTAzYmMzZjM4NGE1NzgxMmNjYTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2d1595e-e323-48cc-9863-da19a3803d09","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2872014e-8378-4e25-93a5-be21a16d408a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI4YzQ2ZjI4NDZiMmExM2UxOTBiMzEyNWJjNDNkOWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d76fd1f7-1f1e-4024-85cd-76420646f676","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a1eb87c-d865-4941-bd22-ee69182560f8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2946ef6-29d4-4698-aa7a-1cd1c3f74bb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8cqgmajmvif5kl9qotdr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-template.yml","artifactChecksum":"YjBlYTY1M2QwOThjMDYxZTdmZTliZmQxY2M3OWUyNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"071f9445-66c1-4788-b2bd-568ef637aa51","artifactVersion":"1"},{"artifactName":"service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar","artifactChecksum":"YTZlMGQ5N2RiM2FiODk2MjA2MWQwNGUzMThkNTc3MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc8b6be8-0d94-4d1f-9197-264e36b57306","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T08:09:20.224Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:09:20.224Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:09:20.226Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:09:20.226Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:09:20.326Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:09:20.326Z||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-08-10T08:09:20.327Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:09:20.346Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:09:20.346Z||pool-235-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:09:21.226Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:09:21.227Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:09:21.229Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:09:21.229Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:09:21.329Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:09:21.330Z||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-08-10T08:09:21.330Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:09:21.355Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:09:21.356Z||pool-236-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:09:22.230Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:09:22.230Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:09:22.232Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:09:22.232Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:09:22.333Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T08:09:22.334Z||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-08-10T08:09:22.334Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:09:22.353Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:09:22.353Z||pool-237-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:09:23.233Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:09:23.234Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:09:23.236Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:09:23.236Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:09:23.336Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:09:23.337Z||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-08-10T08:09:23.337Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:09:23.534Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:09:23.534Z||pool-238-thread-1|||||INFO|500||cambria reply ok (197 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:09:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:09:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:09:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:09:24.144Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:09:24.145Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:09:24.145Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "cds",
  "timestamp": 1660118902673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:09:24.145Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:09:24.237Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:09:24.237Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:09:24.239Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:09:24.239Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:09:24.339Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:09:24.340Z||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-08-10T08:09:24.340Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:09:24.363Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:09:24.364Z||pool-239-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:09:25.240Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:09:25.240Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:09:25.242Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:09:25.242Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:09:25.342Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:09:25.343Z||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-08-10T08:09:25.343Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:09:25.362Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:09:25.362Z||pool-240-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:09:26.242Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:09:26.243Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:09:26.244Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:09:26.244Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:09:26.344Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:09:26.345Z||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-08-10T08:09:26.345Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:09:26.674Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:09:26.675Z||pool-241-thread-1|||||INFO|500||cambria reply ok (330 ms):{"serverTimeMs":10,"count":1}
2022-08-10T08:09:27.245Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:09:27.245Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:09:27.247Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:09:27.247Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:09:27.347Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:09:27.348Z||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-08-10T08:09:27.348Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:09:27.512Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:09:27.512Z||pool-242-thread-1|||||INFO|500||cambria reply ok (164 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:09:28.248Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "serviceName": "Demo_pNF_8CqGmajMviF5kL9QoTDr",
  "serviceVersion": "1.0",
  "serviceUUID": "7c440dbf-2ba9-4d86-8720-4c2055c35dfa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "762b881d-0f6f-43a8-b466-8316a3d14e75",
  "resources": [
    {
      "resourceInstanceName": "pNF 196629f3-2a3c 0",
      "resourceCustomizationUUID": "5acf74f8-93e6-49cd-a2a8-4ce18ba95e1f",
      "resourceName": "pNF 196629f3-2a3c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "55473f4d-8e3f-43e6-ba51-6ce923d04352",
      "resourceInvariantUUID": "b8db5461-abf5-4ee1-bb7d-2a4cb92df7cc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
      "artifactChecksum": "YTZlMGQ5N2RiM2FiODk2MjA2MWQwNGUzMThkNTc3MTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cc8b6be8-0d94-4d1f-9197-264e36b57306"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T08:09:28.248Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T08:09:28.248Z|66ddf849-2705-4dc4-bcf5-6400189f28aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7c440dbf-2ba9-4d86-8720-4c2055c35dfa ASDC
2022-08-10T08:09:28.249Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||ASDC Notification:
DistributionID:4ecd9921-e104-4b7d-8571-c2b3977cf552
ServiceName:Demo_pNF_8CqGmajMviF5kL9QoTDr
ServiceVersion:1.0
ServiceUUID:7c440dbf-2ba9-4d86-8720-4c2055c35dfa
ServiceInvariantUUID:762b881d-0f6f-43a8-b466-8316a3d14e75
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
ArtifactUUID:cc8b6be8-0d94-4d1f-9197-264e36b57306
ArtifactChecksum:YTZlMGQ5N2RiM2FiODk2MjA2MWQwNGUzMThkNTc3MTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 196629f3-2a3c 0
ResourceCustomizationUUID:5acf74f8-93e6-49cd-a2a8-4ce18ba95e1f
ResourceInvariantUUID:b8db5461-abf5-4ee1-bb7d-2a4cb92df7cc
ResourceName:pNF 196629f3-2a3c
ResourceType:PNF
ResourceUUID:55473f4d-8e3f-43e6-ba51-6ce923d04352
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-10T08:09:28.249Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c440dbf-2ba9-4d86-8720-4c2055c35dfa 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-08-10T08:09:28.270Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T08:09:28.271Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:09:28.271Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:09:28.271Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||Trying to download the artifact UUID: cc8b6be8-0d94-4d1f-9197-264e36b57306 from URL: /sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:28.271Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - download
2022-08-10T08:09:28.271Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:28.539Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T08:09:28.542Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar cc8b6be8-0d94-4d1f-9197-264e36b57306 86686
2022-08-10T08:09:28.542Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar ASDC sendASDCNotification
2022-08-10T08:09:28.542Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:28.542Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:09:28.542Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:09:28.544Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:09:28.544Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118968542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:09:28.644Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:09:28.645Z||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-08-10T08:09:28.645Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:09:28.774Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:09:28.775Z||pool-243-thread-1|||||INFO|500||cambria reply ok (131 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:09:29.544Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T08:09:29.545Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:09:29.545Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||Trying to write artifact UUID: cc8b6be8-0d94-4d1f-9197-264e36b57306, URL: /sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar to file: /app/ASDC/1/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:29.545Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:29.546Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:29.546Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:29.649Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6530439104806521542/Definitions/service-DemoPnf8cqgmajmvif5kl9qotdr-template.yml
2022-08-10T08:09:30.372Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T08:09:30.372Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|WARN|500||####################################################################################################
2022-08-10T08:09:30.373Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:30.373Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-10T08:09:30.373Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 196629f3-2a3c 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-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:30.373Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?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-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:30.373Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?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-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:30.373Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?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-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:30.374Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?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-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:30.374Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?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-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:30.374Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?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-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:30.374Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|WARN|500||####################################################################################################
2022-08-10T08:09:30.374Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:09:30.374Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Service Demo_pNF_8CqGmajMviF5kL9QoTDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:09:30.375Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Node template pNF 196629f3-2a3c 0 is matching search criteria
2022-08-10T08:09:30.375Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T08:09:30.375Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Found topology templates [pNF 196629f3-2a3c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T08:09:30.375Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:09:30.375Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Service Demo_pNF_8CqGmajMviF5kL9QoTDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:09:30.376Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Node template pNF 196629f3-2a3c 0 is matching search criteria
2022-08-10T08:09:30.376Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T08:09:30.376Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Found topology templates [pNF 196629f3-2a3c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T08:09:30.376Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:09:30.376Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Service Demo_pNF_8CqGmajMviF5kL9QoTDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:09:30.376Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:09:30.377Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Service Demo_pNF_8CqGmajMviF5kL9QoTDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:09:30.377Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:09:30.377Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Service Demo_pNF_8CqGmajMviF5kL9QoTDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:09:30.377Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:09:30.377Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Service Demo_pNF_8CqGmajMviF5kL9QoTDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:09:30.378Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:09:30.378Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Service Demo_pNF_8CqGmajMviF5kL9QoTDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:09:30.378Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_8CqGmajMviF5kL9QoTDr
Description:catalog service description
Model UUID:7c440dbf-2ba9-4d86-8720-4c2055c35dfa
Model Version:NULL
Model InvariantUuid:762b881d-0f6f-43a8-b466-8316a3d14e75
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-08-10T08:09:30.383Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 55473f4d-8e3f-43e6-ba51-6ce923d04352
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T08:09:30.385Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||pNF 196629f3-2a3c 0
2022-08-10T08:09:30.385Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 55473f4d-8e3f-43e6-ba51-6ce923d04352
2022-08-10T08:09:30.385Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||No resources found for Service: 7c440dbf-2ba9-4d86-8720-4c2055c35dfa
2022-08-10T08:09:30.386Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Preparing to deploy Service: 7c440dbf-2ba9-4d86-8720-4c2055c35dfa
2022-08-10T08:09:30.386Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 196629f3-2a3c 0 55473f4d-8e3f-43e6-ba51-6ce923d04352 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-08-10T08:09:30.389Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64bdb91f, org.onap.sdc.toscaparser.api.parameters.Input@4256455a, org.onap.sdc.toscaparser.api.parameters.Input@21cc1e89, org.onap.sdc.toscaparser.api.parameters.Input@3ed8e200, org.onap.sdc.toscaparser.api.parameters.Input@3724c185]
2022-08-10T08:09:30.390Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:09:30.390Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Service Demo_pNF_8CqGmajMviF5kL9QoTDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:09:30.390Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500|| resourceSeq for service uuid 7c440dbf-2ba9-4d86-8720-4c2055c35dfa: pNF 196629f3-2a3c
2022-08-10T08:09:30.391Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||Processing PNF resource: 55473f4d-8e3f-43e6-ba51-6ce923d04352
2022-08-10T08:09:30.391Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:09:30.391Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Service Demo_pNF_8CqGmajMviF5kL9QoTDr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:09:30.392Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||Resource customization UUID: 5acf74f8-93e6-49cd-a2a8-4ce18ba95e1f is the same as notified resource customizationUUID: 5acf74f8-93e6-49cd-a2a8-4ce18ba95e1f
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-08-10T08:09:30.419Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 196629f3-2a3c 55473f4d-8e3f-43e6-ba51-6ce923d04352 0 ASDC deployResourceStructure
2022-08-10T08:09:30.420Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar ASDC sendASDCNotification
2022-08-10T08:09:30.420Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar
2022-08-10T08:09:30.420Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:09:30.420Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:09:30.422Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:09:30.422Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118970420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:09:30.522Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:09:30.531Z||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-08-10T08:09:30.531Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:09:30.590Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:09:30.590Z||pool-244-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:09:31.422Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ecd9921-e104-4b7d-8571-c2b3977cf552
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:09:31.429Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ecd9921-e104-4b7d-8571-c2b3977cf552
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:09:31.430Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T08:09:31.430Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T08:09:31.430Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T08:10:01.430Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ecd9921-e104-4b7d-8571-c2b3977cf552
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:10:01.436Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ecd9921-e104-4b7d-8571-c2b3977cf552
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:10:01.437Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T08:10:01.437Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T08:10:01.438Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T08:10:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:10:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:10:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:10:24.157Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:10:24.158Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:10:24.158Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "aai-ml",
  "timestamp": 1660118888207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:10:24.158Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:10:31.438Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ecd9921-e104-4b7d-8571-c2b3977cf552
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:10:31.444Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ecd9921-e104-4b7d-8571-c2b3977cf552
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:10:31.446Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T08:10:31.446Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T08:10:31.446Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T08:11:01.446Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ecd9921-e104-4b7d-8571-c2b3977cf552
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:11:01.453Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ecd9921-e104-4b7d-8571-c2b3977cf552
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:11:01.455Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T08:11:01.455Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T08:11:01.455Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T08:11:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:11:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:11:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:11:24.213Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:11:24.217Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.217Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118891973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.218Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.218Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.218Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "policy-id",
  "timestamp": 1660118894568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.219Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.219Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.219Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118903049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.219Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.219Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.219Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.219Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.219Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.219Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "cds",
  "timestamp": 1660118902673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.220Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.220Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.220Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118891973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.220Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.220Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.220Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "aai-ml",
  "timestamp": 1660118888207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:11:24.220Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.220Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.220Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "policy-id",
  "timestamp": 1660118894568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:11:24.220Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.220Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.221Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118903049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.221Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.221Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.221Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T08:11:24.221Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.221Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.221Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "cds",
  "timestamp": 1660118902673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.221Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.221Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.221Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118907619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:11:24.222Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.222Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.222Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "aai-ml",
  "timestamp": 1660118906733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:11:24.222Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.222Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.222Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118903049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.222Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.222Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.222Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "policy-id",
  "timestamp": 1660118906907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:11:24.222Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.223Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.223Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:11:24.223Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.223Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.223Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "cds",
  "timestamp": 1660118902673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.223Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.223Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.223Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118908637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T08:11:24.223Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.224Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.224Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "policy-id",
  "timestamp": 1660118907911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:11:24.224Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.224Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.224Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118903049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.224Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.224Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.224Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.224Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.224Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.224Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118908024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.224Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.225Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.225Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "cds",
  "timestamp": 1660118902673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.225Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.225Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.225Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660118909644,
  "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-08-10T08:11:24.229Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4ecd9921-e104-4b7d-8571-c2b3977cf552
2022-08-10T08:11:24.229Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 4ecd9921-e104-4b7d-8571-c2b3977cf552 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-08-10T08:11:24.235Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.235Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "policy-id",
  "timestamp": 1660118908913,
  "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-08-10T08:11:24.236Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ecd9921-e104-4b7d-8571-c2b3977cf552
2022-08-10T08:11:24.237Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 4ecd9921-e104-4b7d-8571-c2b3977cf552 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-08-10T08:11:24.243Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.243Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118908024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.243Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.243Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.243Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118903049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.243Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.243Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.243Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T08:11:24.243Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.243Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.244Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "cds",
  "timestamp": 1660118902673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.244Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.244Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.244Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118903049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:11:24.244Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.244Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.244Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118908024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.244Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.244Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.244Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.244Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.245Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.245Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "cds",
  "timestamp": 1660118902673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:11:24.245Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.245Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.245Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118908024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.245Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.245Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.245Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:11:24.245Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.245Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.245Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118912155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:11:24.246Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.246Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.246Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "cds",
  "timestamp": 1660118912062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:11:24.246Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.246Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.246Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118908024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.246Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.246Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.246Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118912844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:11:24.246Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.247Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.247Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "aai-ml",
  "timestamp": 1660118912752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T08:11:24.247Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.247Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.247Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "cds",
  "timestamp": 1660118913067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-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-08-10T08:11:24.249Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ecd9921-e104-4b7d-8571-c2b3977cf552
2022-08-10T08:11:24.249Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 4ecd9921-e104-4b7d-8571-c2b3977cf552 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-08-10T08:11:24.254Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.254Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118908024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.254Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.254Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.254Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118914031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:11:24.254Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.255Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.255Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "aai-ml",
  "timestamp": 1660118913762,
  "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-08-10T08:11:24.257Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4ecd9921-e104-4b7d-8571-c2b3977cf552
2022-08-10T08:11:24.257Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 4ecd9921-e104-4b7d-8571-c2b3977cf552 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-08-10T08:11:24.260Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.261Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "clamp",
  "timestamp": 1660118913796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.261Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.261Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.261Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118908024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.261Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.261Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.261Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660118915034,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:11:24.263Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ecd9921-e104-4b7d-8571-c2b3977cf552
2022-08-10T08:11:24.263Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 4ecd9921-e104-4b7d-8571-c2b3977cf552 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T08:11:24.267Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.267Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "clamp",
  "timestamp": 1660118913796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.267Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.267Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.267Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660118908024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:11:24.268Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.268Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.268Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "clamp",
  "timestamp": 1660118913796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.268Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.268Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.268Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118916708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:11:24.268Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.268Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.269Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "clamp",
  "timestamp": 1660118913796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.269Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.269Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.269Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "clamp",
  "timestamp": 1660118913796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.269Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.269Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.269Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118918303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:11:24.270Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.270Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.270Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "clamp",
  "timestamp": 1660118913796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.270Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.270Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.270Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118919808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:11:24.270Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.270Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.270Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "clamp",
  "timestamp": 1660118913796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.270Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.270Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.270Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118921018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/vfwfece33ff4f260_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T08:11:24.271Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.271Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.271Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "clamp",
  "timestamp": 1660118913796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:11:24.271Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.271Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.271Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118922021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T08:11:24.271Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.271Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.271Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118923030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/resourceInstances/vfwfece33ff4f260/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T08:11:24.271Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.271Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.272Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118924034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810080431/1.0/artifacts/service-Vfw20220810080431-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:11:24.272Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.272Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.272Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "clamp",
  "timestamp": 1660118930167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:11:24.272Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.272Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.272Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "clamp",
  "timestamp": 1660118931857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:11:24.272Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.273Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.273Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "clamp",
  "timestamp": 1660118932861,
  "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-08-10T08:11:24.275Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4ecd9921-e104-4b7d-8571-c2b3977cf552
2022-08-10T08:11:24.275Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 4ecd9921-e104-4b7d-8571-c2b3977cf552 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-08-10T08:11:24.280Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.281Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "66ddf849-2705-4dc4-bcf5-6400189f28aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118959213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T08:11:24.281Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:11:24.281Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.281Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.281Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.281Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.282Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.282Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.282Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.282Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.282Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:24.282Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:11:24.283Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:11:24.283Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:11:31.456Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ecd9921-e104-4b7d-8571-c2b3977cf552
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:11:31.462Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ecd9921-e104-4b7d-8571-c2b3977cf552
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:11:31.464Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T08:11:31.464Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T08:11:31.464Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T08:11:31.464Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T08:11:31.464Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-10T08:11:31.465Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T08:11:31.465Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:11:31.468Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T08:12:01.468Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ecd9921-e104-4b7d-8571-c2b3977cf552 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-08-10T08:12:01.480Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ecd9921-e104-4b7d-8571-c2b3977cf552 and serviceModelVersionId: 7c440dbf-2ba9-4d86-8720-4c2055c35dfa
2022-08-10T08:12:01.480Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 762b881d-0f6f-43a8-b466-8316a3d14e75
2022-08-10T08:12:01.480Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0
2022-08-10T08:12:01.484Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T08:12:01.510Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d2b798-4e57-4df8-a431-ccf1310af994/model-vers/model-ver/d7d8a681-e56d-44e1-8cb8-10fe69f0506a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?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-08-10T08:12:01.528Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||Invoke
2022-08-10T08:12:03.065Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?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-08-10T08:12:03.067Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||Invoke
2022-08-10T08:12:04.606Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?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-08-10T08:12:04.608Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||Invoke
2022-08-10T08:12:05.639Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:12:05.640Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?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-08-10T08:12:05.640Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:12:05.641Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?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-08-10T08:12:05.646Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?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-08-10T08:12:05.646Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ecd9921-e104-4b7d-8571-c2b3977cf552 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:12:05.646Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T08:12:05.646Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:12:05.648Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:12:05.648Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|DEBUG|500||try to send status {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119125646,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T08:12:05.748Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:12:05.749Z||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-08-10T08:12:05.749Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:12:05.844Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:12:05.844Z||pool-245-thread-1|||||INFO|500||cambria reply ok (95 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-08-10T08:12:06.658Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:12:06.658Z||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-08-10T08:12:06.658Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:12:17.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:12:17.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:12:17.538Z||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-08-10T08:12:17.538Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:12:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:12:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:12:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:12:24.162Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:12:24.162Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:12:24.162Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:12:24.163Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:12:24.163Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:12:24.163Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/resourceInstances/pnf196629f32a3c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:12:24.163Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:12:24.163Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:12:24.164Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:12:24.164Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:12:24.164Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:12:24.164Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118904079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:12:24.164Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:12:24.164Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:12:24.164Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118968542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:12:24.165Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:12:24.165Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:12:24.165Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660118970420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8cqgmajmvif5kl9qotdr/1.0/artifacts/service-DemoPnf8cqgmajmvif5kl9qotdr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:12:24.165Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:12:27.228Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:12:27.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:12:27.230Z||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-08-10T08:12:27.231Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:12:37.149Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:12:37.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:12:37.151Z||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-08-10T08:12:37.151Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:12:46.772Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:13:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:13:24.080Z||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-08-10T08:13:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:13:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:13:24.082Z||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-08-10T08:13:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:13:24.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:13:24.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:13:24.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ecd9921-e104-4b7d-8571-c2b3977cf552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119125646,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T08:13:24.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:13:33.798Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:14:24.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:14:24.080Z||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-08-10T08:14:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:14:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:14:24.083Z||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-08-10T08:14:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:14:34.362Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:14:34.423Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:15:24.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:15:24.082Z||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-08-10T08:15:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:15:24.082Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:15:24.082Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:15:24.082Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:15:34.355Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:15:34.441Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:16:24.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:16:24.080Z||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-08-10T08:16:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:16:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:16:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:16:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:16:34.157Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:16:34.384Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:17:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:17:24.080Z||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-08-10T08:17:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:17:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:17:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T08:17:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:17:34.092Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:17:34.111Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:18:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:18:24.080Z||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-08-10T08:18:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:18:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:18:24.082Z||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-08-10T08:18:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:18:33.985Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:18:34.053Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:19:24.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:19:24.080Z||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-08-10T08:19:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:19:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:19:24.082Z||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-08-10T08:19:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:19:34.131Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:19:34.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:20:24.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:20:24.080Z||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-08-10T08:20:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:20:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:20:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:20:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:20:33.949Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:20:34.006Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:21:24.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:21:24.080Z||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-08-10T08:21:24.081Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:21:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:21:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:21:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:21:34.325Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:21:34.355Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:24.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:22:24.080Z||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-08-10T08:22:24.080Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:22:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:22:24.082Z||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-08-10T08:22:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:22:25.046Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:25.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-10T08:22:25.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0987c39-87ba-4eb3-a2b8-e1b21a3fa178","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a3f0075b-250a-4d9f-9def-71429ebdc61b","serviceDescription":"service","serviceInvariantUUID":"7def76f2-0560-4fe8-8973-d1c934cb3e64","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32eb7d2e-5f32-49fe-be9c-41ef04906449","resourceInvariantUUID":"c6ac835b-1eb4-4b19-ade4-34490f1a4a92","resourceCustomizationUUID":"6966dc77-e7f9-44a8-9ee8-9b703908a7b8","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":"YmUwYzUxNDhlMzk5MjJjNmViZTU4YzY4ZDY0ZDBiZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37fd133f-9a29-4767-b9c0-9b41a7d07bac","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":"MTZjODRiY2ZlNWVkZGZmNDFhYjgxMzA5OTQ0YjEyZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"551e98d0-81db-430d-ab26-95789ac37f09","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":"5178be8e-fb6f-46a7-9a59-29938b09e8f5","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":"5d689d33-9ea3-48d4-9fea-2d85352cb3d6","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":"3f3a31e8-1c58-4288-9506-b3be9a0c3482","artifactVersion":"2","generatedFromUUID":"5178be8e-fb6f-46a7-9a59-29938b09e8f5"},{"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":"NTJhMTYwMTZjNDFlNTkwYThlYTZlYmYxZmMwMjU2N2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b47775f1-38a2-444b-b162-e72865f0e3f7","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":"NTI4YjkwZjA4ZjBjM2Q4ZjRiMTA1YzVlNzZiNDI0NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"331f2bef-5423-4f21-bc38-f109022f941c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZGFjMzg4OGUxMGIxYzIyYzgyNjI3YzkwYzdiOTBlZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38bfa5f4-2e01-4abe-84a1-eea264a292be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T08:22:25.050Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:22:25.051Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:25.056Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:25.056Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:22:25.156Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:22:25.157Z||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-08-10T08:22:25.158Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:25.342Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:25.342Z||pool-246-thread-1|||||INFO|500||cambria reply ok (185 ms):{"serverTimeMs":33,"count":1}
2022-08-10T08:22:26.049Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:26.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:22:26.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:22:26.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:22:26.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:22:26.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "cds",
  "timestamp": 1660119742673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:22:26.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:22:26.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:22:26.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119743050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:22:26.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:22:26.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:22:26.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "policy-id",
  "timestamp": 1660119734569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:22:26.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:22:26.058Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:22:26.059Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:26.063Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:26.063Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T08:22:26.162Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:22:26.163Z||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-08-10T08:22:26.163Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:26.603Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:26.604Z||pool-247-thread-1|||||INFO|500||cambria reply ok (441 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:22:27.063Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:22:27.064Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:27.066Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:27.066Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:22:27.166Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:22:27.167Z||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-08-10T08:22:27.167Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:27.555Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:27.556Z||pool-248-thread-1|||||INFO|500||cambria reply ok (389 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:22:28.066Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:22:28.067Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:28.069Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:28.069Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:22:28.169Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:22:28.170Z||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-08-10T08:22:28.170Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:28.361Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:28.362Z||pool-249-thread-1|||||INFO|500||cambria reply ok (192 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:22:29.070Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:22:29.071Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:29.086Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:29.086Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-10T08:22:29.174Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-08-10T08:22:29.175Z||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-08-10T08:22:29.175Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:29.286Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:29.286Z||pool-250-thread-1|||||INFO|500||cambria reply ok (112 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:22:30.087Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:22:30.087Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:30.089Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:30.089Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:22:30.190Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T08:22:30.191Z||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-08-10T08:22:30.191Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:30.563Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:30.563Z||pool-251-thread-1|||||INFO|500||cambria reply ok (372 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:22:31.090Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:22:31.090Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:31.097Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:31.097Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:22:31.192Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-10T08:22:31.193Z||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-08-10T08:22:31.194Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:31.411Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:31.412Z||pool-252-thread-1|||||INFO|500||cambria reply ok (219 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:22:32.097Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:22:32.098Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:32.100Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:32.100Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:22:32.200Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:22:32.201Z||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-08-10T08:22:32.201Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:33.045Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:33.046Z||pool-253-thread-1|||||INFO|500||cambria reply ok (846 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:22:33.102Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a3f0075b-250a-4d9f-9def-71429ebdc61b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7def76f2-0560-4fe8-8973-d1c934cb3e64",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "6966dc77-e7f9-44a8-9ee8-9b703908a7b8",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "32eb7d2e-5f32-49fe-be9c-41ef04906449",
      "resourceInvariantUUID": "c6ac835b-1eb4-4b19-ade4-34490f1a4a92",
      "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": "MTZjODRiY2ZlNWVkZGZmNDFhYjgxMzA5OTQ0YjEyZTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "551e98d0-81db-430d-ab26-95789ac37f09",
          "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": "5178be8e-fb6f-46a7-9a59-29938b09e8f5",
          "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": "3f3a31e8-1c58-4288-9506-b3be9a0c3482",
            "generatedFromUUID": "5178be8e-fb6f-46a7-9a59-29938b09e8f5"
          },
          "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": "3f3a31e8-1c58-4288-9506-b3be9a0c3482",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZGFjMzg4OGUxMGIxYzIyYzgyNjI3YzkwYzdiOTBlZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "38bfa5f4-2e01-4abe-84a1-eea264a292be"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T08:22:33.103Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T08:22:33.103Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a3f0075b-250a-4d9f-9def-71429ebdc61b ASDC
2022-08-10T08:22:33.105Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d0987c39-87ba-4eb3-a2b8-e1b21a3fa178
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a3f0075b-250a-4d9f-9def-71429ebdc61b
ServiceInvariantUUID:7def76f2-0560-4fe8-8973-d1c934cb3e64
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:38bfa5f4-2e01-4abe-84a1-eea264a292be
ArtifactChecksum:ZGFjMzg4OGUxMGIxYzIyYzgyNjI3YzkwYzdiOTBlZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:6966dc77-e7f9-44a8-9ee8-9b703908a7b8
ResourceInvariantUUID:c6ac835b-1eb4-4b19-ade4-34490f1a4a92
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:32eb7d2e-5f32-49fe-be9c-41ef04906449
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:551e98d0-81db-430d-ab26-95789ac37f09
ArtifactChecksum:MTZjODRiY2ZlNWVkZGZmNDFhYjgxMzA5OTQ0YjEyZTU=
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:5178be8e-fb6f-46a7-9a59-29938b09e8f5
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:3f3a31e8-1c58-4288-9506-b3be9a0c3482
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:3f3a31e8-1c58-4288-9506-b3be9a0c3482
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-10T08:22:33.105Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a3f0075b-250a-4d9f-9def-71429ebdc61b 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-08-10T08:22:33.151Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T08:22:33.153Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-10T08:22:33.153Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-10T08:22:33.153Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 38bfa5f4-2e01-4abe-84a1-eea264a292be from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-10T08:22:33.153Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-10T08:22:33.154Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-10T08:22:33.525Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-10T08:22:33.529Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 38bfa5f4-2e01-4abe-84a1-eea264a292be 82840
2022-08-10T08:22:33.529Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-10T08:22:33.529Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-10T08:22:33.530Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:22:33.530Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:33.531Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:33.532Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119753529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:22:33.632Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:22:33.632Z||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-08-10T08:22:33.633Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:34.360Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:34.360Z||pool-254-thread-1|||||INFO|500||cambria reply ok (728 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:22:34.532Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T08:22:34.533Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-10T08:22:34.534Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 38bfa5f4-2e01-4abe-84a1-eea264a292be, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-10T08:22:34.534Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-08-10T08:22:34.535Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-10T08:22:34.535Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-10T08:22:34.782Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3371894284454950771/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-08-10T08:22:36.077Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-10T08:22:36.078Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-10T08:22:36.078Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-10T08:22:36.078Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-10T08:22:36.078Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:36.078Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:36.079Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:36.079Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:36.079Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:36.079Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:36.079Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:36.079Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:36.080Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:36.080Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-10T08:22:36.080Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:36.080Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:36.081Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-10T08:22:36.081Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-10T08:22:36.081Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T08:22:36.082Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:36.082Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:36.082Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-10T08:22:36.082Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-10T08:22:36.082Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T08:22:36.083Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:36.083Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:36.083Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:36.083Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-10T08:22:36.084Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-10T08:22:36.084Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-10T08:22:36.084Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-10T08:22:36.084Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-10T08:22:36.085Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T08:22:36.085Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:36.085Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T08:22:36.085Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:36.086Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-10T08:22:36.086Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:22:36.086Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:36.086Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-10T08:22:36.086Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:22:36.087Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:36.087Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-10T08:22:36.087Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:22:36.087Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:36.087Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-10T08:22:36.088Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-10T08:22:36.088Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-10T08:22:36.088Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=07225ac2-bf75-4c18-b007-a6762a94f35d
2022-08-10T08:22:36.088Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:36.088Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:36.089Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:36.089Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:36.089Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:36.089Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:36.090Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:36.090Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:36.090Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a3f0075b-250a-4d9f-9def-71429ebdc61b
Model Version:NULL
Model InvariantUuid:7def76f2-0560-4fe8-8973-d1c934cb3e64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:920ea3a4-ecbd-4e51-9e66-091034005c31
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c6ac835b-1eb4-4b19-ade4-34490f1a4a92
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6966dc77-e7f9-44a8-9ee8-9b703908a7b8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:226aae73-6558-4c31-a520-5733a1197957
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:3696ff81-5530-4940-b512-6e1da7323928
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:07225ac2-bf75-4c18-b007-a6762a94f35d
ModelInvariantUuid:fde35141-b9f8-49fe-9c52-91045d74d694
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:6a7d9827-e3d3-4e39-a8bc-ae27d81b3466
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:fc910af5-3bbc-4ad5-be44-0916a351ddf7
ModelInvariantUuid:0cbce900-eec7-440b-8d9a-f8bbabe3a6c7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:688b97bf-fb37-4cbc-869f-85133fb7030c
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-08-10T08:22:36.098Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 32eb7d2e-5f32-49fe-be9c-41ef04906449
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T08:22:36.102Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-08-10T08:22:36.103Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 32eb7d2e-5f32-49fe-be9c-41ef04906449
2022-08-10T08:22:36.103Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 551e98d0-81db-430d-ab26-95789ac37f09 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-10T08:22:36.103Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-10T08:22:36.103Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:36.353Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-10T08:22:36.353Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 551e98d0-81db-430d-ab26-95789ac37f09 792
2022-08-10T08:22:36.353Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:36.354Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:36.354Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:22:36.354Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:36.356Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:36.356Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119756353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:22:36.456Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:22:36.457Z||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-08-10T08:22:36.457Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:36.687Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:36.687Z||pool-255-thread-1|||||INFO|500||cambria reply ok (231 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:22:37.357Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "226aae73-6558-4c31-a520-5733a1197957",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3696ff81-5530-4940-b512-6e1da7323928",
    "vfModuleModelCustomizationUUID": "3a7b1a6c-b4b4-4645-beab-927d4dc2fcc0",
    "isBase": true,
    "artifacts": [
      "5178be8e-fb6f-46a7-9a59-29938b09e8f5",
      "3f3a31e8-1c58-4288-9506-b3be9a0c3482"
    ],
    "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-08-10T08:22:37.360Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3696ff81-5530-4940-b512-6e1da7323928
VfModuleModelInvariantUUID:226aae73-6558-4c31-a520-5733a1197957
VfModuleModelDescription:NULL
Artifacts UUID List:{
5178be8e-fb6f-46a7-9a59-29938b09e8f5
,
3f3a31e8-1c58-4288-9506-b3be9a0c3482

}
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-08-10T08:22:37.363Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "226aae73-6558-4c31-a520-5733a1197957",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3696ff81-5530-4940-b512-6e1da7323928",
    "vfModuleModelCustomizationUUID": "3a7b1a6c-b4b4-4645-beab-927d4dc2fcc0",
    "isBase": true,
    "artifacts": [
      "5178be8e-fb6f-46a7-9a59-29938b09e8f5",
      "3f3a31e8-1c58-4288-9506-b3be9a0c3482"
    ],
    "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-08-10T08:22:37.363Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3696ff81-5530-4940-b512-6e1da7323928
VfModuleModelInvariantUUID:226aae73-6558-4c31-a520-5733a1197957
VfModuleModelDescription:NULL
Artifacts UUID List:{
5178be8e-fb6f-46a7-9a59-29938b09e8f5
,
3f3a31e8-1c58-4288-9506-b3be9a0c3482

}
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-08-10T08:22:37.363Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5178be8e-fb6f-46a7-9a59-29938b09e8f5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-10T08:22:37.363Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-10T08:22:37.363Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:37.615Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-10T08:22:37.615Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5178be8e-fb6f-46a7-9a59-29938b09e8f5 5033
2022-08-10T08:22:37.616Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:37.616Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:37.616Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:22:37.616Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:37.618Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:37.619Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119757616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:22:37.719Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:22:37.720Z||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-08-10T08:22:37.720Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:37.868Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:37.868Z||pool-256-thread-1|||||INFO|500||cambria reply ok (149 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:22:38.619Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3f3a31e8-1c58-4288-9506-b3be9a0c3482 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-10T08:22:38.620Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-10T08:22:38.620Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:39.286Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-10T08:22:39.286Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3f3a31e8-1c58-4288-9506-b3be9a0c3482 903
2022-08-10T08:22:39.286Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:39.286Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:39.286Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:22:39.287Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:39.288Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:39.288Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119759286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:22:39.389Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:22:39.389Z||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-08-10T08:22:39.389Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:39.558Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:39.559Z||pool-257-thread-1|||||INFO|500||cambria reply ok (170 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:22:40.289Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a3f0075b-250a-4d9f-9def-71429ebdc61b
2022-08-10T08:22:40.289Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 32eb7d2e-5f32-49fe-be9c-41ef04906449 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-08-10T08:22:40.303Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9e30a6, org.onap.sdc.toscaparser.api.parameters.Input@28276b2f, org.onap.sdc.toscaparser.api.parameters.Input@6b4f8c72, org.onap.sdc.toscaparser.api.parameters.Input@51187907, org.onap.sdc.toscaparser.api.parameters.Input@20f27882]
2022-08-10T08:22:40.304Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.304Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:40.304Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-08-10T08:22:40.305Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 6966dc77-e7f9-44a8-9ee8-9b703908a7b8
2022-08-10T08:22:40.305Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6966dc77-e7f9-44a8-9ee8-9b703908a7b8 matches Tosca VF Customization UUID: 6966dc77-e7f9-44a8-9ee8-9b703908a7b8
2022-08-10T08:22:40.305Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 6966dc77-e7f9-44a8-9ee8-9b703908a7b8  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-08-10T08:22:40.307Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.307Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:40.307Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 6966dc77-e7f9-44a8-9ee8-9b703908a7b8: {\"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-08-10T08:22:40.308Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36e6a27f
2022-08-10T08:22:40.308Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.308Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T08:22:40.308Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3a7b1a6c-b4b4-4645-beab-927d4dc2fcc0
2022-08-10T08:22:40.308Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3a7b1a6c-b4b4-4645-beab-927d4dc2fcc0
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-08-10T08:22:40.310Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.310Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-10T08:22:40.311Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:22:40.311Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.311Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-10T08:22:40.311Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:22:40.311Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.312Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-10T08:22:40.312Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-10T08:22:40.312Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-10T08:22:40.312Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=07225ac2-bf75-4c18-b007-a6762a94f35d
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-08-10T08:22:40.314Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.314Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-10T08:22:40.315Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:22:40.315Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.315Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-10T08:22:40.315Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6966dc77-e7f9-44a8-9ee8-9b703908a7b8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T08:22:40.316Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.317Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:40.317Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a3f0075b-250a-4d9f-9def-71429ebdc61b: basic_vm_macro
2022-08-10T08:22:40.317Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.317Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:40.317Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.317Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:40.318Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.318Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:40.318Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.318Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:40.318Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:22:40.318Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:22:40.318Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:40.393Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 32eb7d2e-5f32-49fe-be9c-41ef04906449 1 ASDC deployResourceStructure
2022-08-10T08:22:40.393Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:40.393Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:40.394Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:22:40.394Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:40.396Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:40.396Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119760393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T08:22:40.497Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:22:40.497Z||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-08-10T08:22:40.497Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:40.590Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:40.591Z||pool-258-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":2,"count":1}
2022-08-10T08:22:41.398Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:41.398Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:41.398Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:22:41.398Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:41.400Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:41.400Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119761398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T08:22:41.501Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T08:22:41.507Z||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-08-10T08:22:41.508Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:41.663Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:41.664Z||pool-259-thread-1|||||INFO|500||cambria reply ok (163 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:22:42.401Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:42.402Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||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-08-10T08:22:42.402Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:22:42.402Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:42.407Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:42.407Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119762401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-10T08:22:42.506Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:22:42.507Z||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-08-10T08:22:42.507Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:42.622Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:42.622Z||pool-260-thread-1|||||INFO|500||cambria reply ok (116 ms):{"serverTimeMs":2,"count":1}
2022-08-10T08:22:43.407Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-10T08:22:43.408Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-10T08:22:43.408Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:22:43.408Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-10T08:22:43.410Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:22:43.410Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119763407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:22:43.510Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:22:43.511Z||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-08-10T08:22:43.512Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:22:43.685Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:22:43.686Z||pool-261-thread-1|||||INFO|500||cambria reply ok (175 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:22:44.411Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0987c39-87ba-4eb3-a2b8-e1b21a3fa178
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:22:44.418Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0987c39-87ba-4eb3-a2b8-e1b21a3fa178
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:22:44.419Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T08:22:44.420Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T08:22:44.420Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T08:23:14.420Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0987c39-87ba-4eb3-a2b8-e1b21a3fa178
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:23:14.428Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0987c39-87ba-4eb3-a2b8-e1b21a3fa178
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:23:14.430Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T08:23:14.430Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-10T08:23:14.430Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-10T08:23:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:23:24.083Z||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-08-10T08:23:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:23:24.274Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:23:24.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "cds",
  "timestamp": 1660119742673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119743050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "policy-id",
  "timestamp": 1660119734569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119743050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "cds",
  "timestamp": 1660119742673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "policy-id",
  "timestamp": 1660119734569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "cds",
  "timestamp": 1660119742673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119743050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "policy-id",
  "timestamp": 1660119734569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119748024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "cds",
  "timestamp": 1660119742673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119743050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "policy-id",
  "timestamp": 1660119734569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119748024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "policy-id",
  "timestamp": 1660119734569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119743050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "cds",
  "timestamp": 1660119742673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119748024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "cds",
  "timestamp": 1660119742673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.817Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.818Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "policy-id",
  "timestamp": 1660119734569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.818Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119743050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119748024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119743050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "cds",
  "timestamp": 1660119742673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119744079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "policy-id",
  "timestamp": 1660119734569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119751973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119748024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119748024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119751973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119754024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "cds",
  "timestamp": 1660119753185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119753529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "policy-id",
  "timestamp": 1660119753482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "clamp",
  "timestamp": 1660119753796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119751973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119748024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "policy-id",
  "timestamp": 1660119754487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "clamp",
  "timestamp": 1660119753796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119751973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119748024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "cds",
  "timestamp": 1660119755533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:23:24.836Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0987c39-87ba-4eb3-a2b8-e1b21a3fa178
2022-08-10T08:23:24.836Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0987c39-87ba-4eb3-a2b8-e1b21a3fa178 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-08-10T08:23:24.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "policy-id",
  "timestamp": 1660119755490,
  "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-08-10T08:23:24.845Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0987c39-87ba-4eb3-a2b8-e1b21a3fa178
2022-08-10T08:23:24.846Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0987c39-87ba-4eb3-a2b8-e1b21a3fa178 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-08-10T08:23:24.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119756413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "clamp",
  "timestamp": 1660119753796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119756353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.854Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119751973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119757039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.854Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119757417,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:23:24.856Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0987c39-87ba-4eb3-a2b8-e1b21a3fa178
2022-08-10T08:23:24.857Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0987c39-87ba-4eb3-a2b8-e1b21a3fa178 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T08:23:24.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "clamp",
  "timestamp": 1660119753796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119751973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119757616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119758153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "clamp",
  "timestamp": 1660119753796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119751973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119759744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "clamp",
  "timestamp": 1660119753796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119759286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119751973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "aai-ml",
  "timestamp": 1660119758211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "clamp",
  "timestamp": 1660119753796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119760393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119761076,
  "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-08-10T08:23:24.872Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0987c39-87ba-4eb3-a2b8-e1b21a3fa178
2022-08-10T08:23:24.872Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0987c39-87ba-4eb3-a2b8-e1b21a3fa178 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-08-10T08:23:24.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "aai-ml",
  "timestamp": 1660119758211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "clamp",
  "timestamp": 1660119753796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119761398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119762088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "aai-ml",
  "timestamp": 1660119758211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119762401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "aai-ml",
  "timestamp": 1660119758211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119763407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "aai-ml",
  "timestamp": 1660119758211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "aai-ml",
  "timestamp": 1660119758211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "cds",
  "timestamp": 1660119757673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "aai-ml",
  "timestamp": 1660119758211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "policy-id",
  "timestamp": 1660119756493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "clamp",
  "timestamp": 1660119766984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "cds",
  "timestamp": 1660119757673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "aai-ml",
  "timestamp": 1660119758211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "policy-id",
  "timestamp": 1660119756493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "cds",
  "timestamp": 1660119757673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "policy-id",
  "timestamp": 1660119756493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119768024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "aai-ml",
  "timestamp": 1660119767973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "cds",
  "timestamp": 1660119757673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "policy-id",
  "timestamp": 1660119756493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119768024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "clamp",
  "timestamp": 1660119770009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "cds",
  "timestamp": 1660119757673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "policy-id",
  "timestamp": 1660119756493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119768024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "clamp",
  "timestamp": 1660119771012,
  "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-08-10T08:23:24.890Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d0987c39-87ba-4eb3-a2b8-e1b21a3fa178
2022-08-10T08:23:24.890Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0987c39-87ba-4eb3-a2b8-e1b21a3fa178 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-08-10T08:23:24.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "cds",
  "timestamp": 1660119757673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "policy-id",
  "timestamp": 1660119756493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119768024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "cds",
  "timestamp": 1660119757673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "policy-id",
  "timestamp": 1660119756493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119771973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119768024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "cds",
  "timestamp": 1660119757673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "policy-id",
  "timestamp": 1660119756493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119768024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119771973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "cds",
  "timestamp": 1660119757673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "policy-id",
  "timestamp": 1660119756493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119771973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119768024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "policy-id",
  "timestamp": 1660119756493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "cds",
  "timestamp": 1660119757673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119771973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119768024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119768024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119771973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "cds",
  "timestamp": 1660119776506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "policy-id",
  "timestamp": 1660119776564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "aai-ml",
  "timestamp": 1660119776515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T08:23:24.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119771973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119768024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "cds",
  "timestamp": 1660119777802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T08:23:24.912Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4
2022-08-10T08:23:24.912Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4 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-08-10T08:23:24.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "aai-ml",
  "timestamp": 1660119777526,
  "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-08-10T08:23:24.918Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d0987c39-87ba-4eb3-a2b8-e1b21a3fa178
2022-08-10T08:23:24.918Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0987c39-87ba-4eb3-a2b8-e1b21a3fa178 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-08-10T08:23:24.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "policy-id",
  "timestamp": 1660119777569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119771973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.923Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119779058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "policy-id",
  "timestamp": 1660119778572,
  "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-08-10T08:23:24.925Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4
2022-08-10T08:23:24.925Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4 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-08-10T08:23:24.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119771973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "cds",
  "timestamp": 1660119778806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119780254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119771973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "cds",
  "timestamp": 1660119778806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119781467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "policy-id",
  "timestamp": 1660119779574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119771973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "cds",
  "timestamp": 1660119778806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119782646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "policy-id",
  "timestamp": 1660119779574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "cds",
  "timestamp": 1660119778806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "policy-id",
  "timestamp": 1660119779574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119784041,
  "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-08-10T08:23:24.936Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4
2022-08-10T08:23:24.936Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4 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-08-10T08:23:24.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119784032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "cds",
  "timestamp": 1660119778806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "policy-id",
  "timestamp": 1660119779574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119785045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.940Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "cds",
  "timestamp": 1660119778806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "policy-id",
  "timestamp": 1660119779574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "cds",
  "timestamp": 1660119778806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119786290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "policy-id",
  "timestamp": 1660119779574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "cds",
  "timestamp": 1660119778806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119787293,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:23:24.944Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4
2022-08-10T08:23:24.944Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T08:23:24.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "policy-id",
  "timestamp": 1660119779574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "cds",
  "timestamp": 1660119787669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "policy-id",
  "timestamp": 1660119779574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119788023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "cds",
  "timestamp": 1660119788674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-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-08-10T08:23:24.956Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3f075405-49c0-4b5f-9792-844eb049b657
2022-08-10T08:23:24.956Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f075405-49c0-4b5f-9792-844eb049b657 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-08-10T08:23:24.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "policy-id",
  "timestamp": 1660119788915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.960Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119788023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "policy-id",
  "timestamp": 1660119789919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.962Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119788023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "policy-id",
  "timestamp": 1660119790921,
  "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-08-10T08:23:24.965Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3f075405-49c0-4b5f-9792-844eb049b657
2022-08-10T08:23:24.965Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f075405-49c0-4b5f-9792-844eb049b657 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-08-10T08:23:24.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119788023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119791973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119788023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119791973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119788023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119791973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119788023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119773048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119791973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660119788023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119796441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.975Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119791973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119791973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119798345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.977Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119791973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:23:24.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660119799349,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:23:24.979Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3f075405-49c0-4b5f-9792-844eb049b657
2022-08-10T08:23:24.980Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f075405-49c0-4b5f-9792-844eb049b657 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T08:23:24.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119791973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:23:24.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:23:24.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "aai-ml",
  "timestamp": 1660119799378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.985Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119800880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:23:24.985Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119801895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T08:23:24.985Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:23:24.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:23:24.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660119802899,
  "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-08-10T08:23:24.987Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3f075405-49c0-4b5f-9792-844eb049b657
2022-08-10T08:23:24.988Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f075405-49c0-4b5f-9792-844eb049b657 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-08-10T08:23:44.431Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0987c39-87ba-4eb3-a2b8-e1b21a3fa178
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:23:44.437Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0987c39-87ba-4eb3-a2b8-e1b21a3fa178
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:23:44.439Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T08:23:44.439Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T08:23:44.440Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T08:23:44.440Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T08:23:44.440Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T08:23:44.440Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:23:44.443Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T08:24:14.443Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0987c39-87ba-4eb3-a2b8-e1b21a3fa178 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-08-10T08:24:14.446Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0987c39-87ba-4eb3-a2b8-e1b21a3fa178 and serviceModelVersionId: a3f0075b-250a-4d9f-9def-71429ebdc61b
2022-08-10T08:24:14.446Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7def76f2-0560-4fe8-8973-d1c934cb3e64
2022-08-10T08:24:14.448Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0
2022-08-10T08:24:14.456Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-10T08:24:14.497Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||Invoke
2022-08-10T08:24:14.497Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d0987c39-87ba-4eb3-a2b8-e1b21a3fa178], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4243af2-422b-4b26-b17a-f1e6df846410], X-ECOMP-RequestID=[d0987c39-87ba-4eb3-a2b8-e1b21a3fa178], X-TransactionId=[], X-ONAP-RequestID=[d0987c39-87ba-4eb3-a2b8-e1b21a3fa178], Content-Type=[application/merge-patch+json]}
2022-08-10T08:24:16.058Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||Invoke
2022-08-10T08:24:16.058Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d0987c39-87ba-4eb3-a2b8-e1b21a3fa178], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7e9c5a83-cb8d-4bba-bed9-817e4223e89e], X-ECOMP-RequestID=[d0987c39-87ba-4eb3-a2b8-e1b21a3fa178], X-TransactionId=[], X-ONAP-RequestID=[d0987c39-87ba-4eb3-a2b8-e1b21a3fa178], Content-Type=[application/merge-patch+json]}
2022-08-10T08:24:17.593Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||Invoke
2022-08-10T08:24:17.594Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d0987c39-87ba-4eb3-a2b8-e1b21a3fa178], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f077bf59-7098-43fe-b827-043e04dbc358], X-ECOMP-RequestID=[d0987c39-87ba-4eb3-a2b8-e1b21a3fa178], X-TransactionId=[], X-ONAP-RequestID=[d0987c39-87ba-4eb3-a2b8-e1b21a3fa178], Content-Type=[application/merge-patch+json]}
2022-08-10T08:24:18.632Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:24:18.633Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:18.633Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:24:18.633Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:18.638Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:18.638Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0987c39-87ba-4eb3-a2b8-e1b21a3fa178 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:24:18.639Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T08:24:18.639Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:18.641Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:18.641Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119858638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T08:24:18.741Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:24:18.742Z||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-08-10T08:24:18.742Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:18.860Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:18.861Z||pool-262-thread-1|||||INFO|500||cambria reply ok (119 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-08-10T08:24:19.673Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:24:19.673Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:19.673Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:20.356Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:20.358Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||received message from topic
2022-08-10T08:24:20.358Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"3d5c6d1a-4c70-4c53-b777-cec1df7a2811","serviceDescription":"service","serviceInvariantUUID":"d6c88d79-1490-4538-aff8-56d575a716c4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"258aa711-ee65-40f4-9f7f-ead508bb31f3","resourceInvariantUUID":"df26aac9-e611-4c6c-a9b4-6ec936ef2e9b","resourceCustomizationUUID":"dc11cc81-e628-4498-b7cb-3c0523de73cb","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":"ZDI5N2I4MWIwYWU5ZGNlNzVmYzRlYWZjMjA4MDVlZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2352d753-a5c8-4052-958b-412f9a34302b","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":"ZmRhN2FiODIyM2Y1ZDY2NGIyNWY4OGE3OWJlNzRiM2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b48e7d13-78bc-4bba-a8fc-88d952c705b2","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":"ccf699e8-fd10-40f7-9d3a-bb151f71f12e","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":"a06748ea-ab31-455c-a07b-164852c0b7c2","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":"cf762301-b325-4260-8ae0-045aeeaa5717","artifactVersion":"2","generatedFromUUID":"ea1af6e2-b43a-495f-8e6c-ec4a0d4a6b0f"},{"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":"c1e5fc43-62ee-4a1d-b444-f485cb7b4801","artifactVersion":"2","generatedFromUUID":"ccf699e8-fd10-40f7-9d3a-bb151f71f12e"},{"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":"ea1af6e2-b43a-495f-8e6c-ec4a0d4a6b0f","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":"4c2a522a-d11d-4b6e-9c12-3f5c35fe1220","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":"M2M2YjBkYjA2Y2MxZThiNzNkZjUxODI4ZjlmZGY3YWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1098dc53-c61a-40b4-9630-09316ea78c2d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NGNkMjYyMzEzMTMzNmMwYTBhMWMxZWRlMjMzNTIyZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf9511c3-c777-4da9-92f6-96b99f0c6dbe","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T08:24:20.361Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:24:20.362Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:20.364Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:20.364Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:20.464Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:24:20.465Z||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-08-10T08:24:20.466Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:20.494Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:20.494Z||pool-263-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:21.365Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:24:21.366Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:21.367Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:21.368Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T08:24:21.471Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-10T08:24:21.471Z||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-08-10T08:24:21.471Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:21.505Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:21.506Z||pool-264-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:24:22.369Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:24:22.369Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:22.385Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:22.386Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:24:22.472Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-08-10T08:24:22.473Z||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-08-10T08:24:22.473Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:22.807Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:22.807Z||pool-265-thread-1|||||INFO|500||cambria reply ok (335 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:23.386Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:24:23.387Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:23.389Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:23.390Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:23.490Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:23.491Z||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-08-10T08:24:23.491Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:23.692Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:23.692Z||pool-266-thread-1|||||INFO|500||cambria reply ok (202 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:24:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:24:24.082Z||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-08-10T08:24:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:24:24.390Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:24:24.391Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:24.393Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:24.393Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-10T08:24:24.494Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:24.495Z||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-08-10T08:24:24.495Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:24.628Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:24.629Z||pool-267-thread-1|||||INFO|500||cambria reply ok (135 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:24.696Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:24.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "clamp",
  "timestamp": 1660119805990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:24:24.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:24:24.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "aai-ml",
  "timestamp": 1660119806566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T08:24:24.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:24:24.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "aai-ml",
  "timestamp": 1660119807571,
  "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-08-10T08:24:24.702Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4
2022-08-10T08:24:24.702Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4 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-08-10T08:24:24.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "clamp",
  "timestamp": 1660119810258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:24:24.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:24:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "clamp",
  "timestamp": 1660119811263,
  "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-08-10T08:24:24.711Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4
2022-08-10T08:24:24.711Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4 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-08-10T08:24:24.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "aai-ml",
  "timestamp": 1660119788207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:24:24.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "aai-ml",
  "timestamp": 1660119816962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:24:24.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:24:24.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "clamp",
  "timestamp": 1660119783796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:24:24.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "clamp",
  "timestamp": 1660119822166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:24:24.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:24:24.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "aai-ml",
  "timestamp": 1660119822559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T08:24:24.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:24:24.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "clamp",
  "timestamp": 1660119824000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:24:24.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:24:24.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "aai-ml",
  "timestamp": 1660119823576,
  "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-08-10T08:24:24.723Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3f075405-49c0-4b5f-9792-844eb049b657
2022-08-10T08:24:24.723Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f075405-49c0-4b5f-9792-844eb049b657 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-08-10T08:24:24.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "clamp",
  "timestamp": 1660119825003,
  "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-08-10T08:24:24.731Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3f075405-49c0-4b5f-9792-844eb049b657
2022-08-10T08:24:24.731Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f075405-49c0-4b5f-9792-844eb049b657 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-08-10T08:24:24.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0987c39-87ba-4eb3-a2b8-e1b21a3fa178",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119858638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T08:24:24.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:24:24.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T08:24:24.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-10T08:24:24.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:24.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:24:24.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:24.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:24:25.395Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:24:25.397Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:25.399Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:25.399Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-10T08:24:25.499Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:25.500Z||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-08-10T08:24:25.500Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:25.640Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:25.641Z||pool-268-thread-1|||||INFO|500||cambria reply ok (141 ms):{"serverTimeMs":33,"count":1}
2022-08-10T08:24:26.399Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:24:26.400Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:26.402Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:26.402Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-10T08:24:26.503Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T08:24:26.504Z||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-08-10T08:24:26.504Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:26.638Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:26.638Z||pool-269-thread-1|||||INFO|500||cambria reply ok (135 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:24:27.403Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:24:27.404Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:27.406Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:27.406Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:27.506Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:27.507Z||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-08-10T08:24:27.507Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:27.668Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:27.669Z||pool-270-thread-1|||||INFO|500||cambria reply ok (163 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:28.406Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:24:28.407Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:28.409Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:28.409Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:24:28.509Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:24:28.510Z||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-08-10T08:24:28.510Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:28.588Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:28.589Z||pool-271-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:29.410Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:24:29.411Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:29.412Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:29.412Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:24:29.513Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:29.513Z||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-08-10T08:24:29.514Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:29.585Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:29.586Z||pool-272-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:24:30.414Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3d5c6d1a-4c70-4c53-b777-cec1df7a2811",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d6c88d79-1490-4538-aff8-56d575a716c4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "dc11cc81-e628-4498-b7cb-3c0523de73cb",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "258aa711-ee65-40f4-9f7f-ead508bb31f3",
      "resourceInvariantUUID": "df26aac9-e611-4c6c-a9b4-6ec936ef2e9b",
      "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": "ZmRhN2FiODIyM2Y1ZDY2NGIyNWY4OGE3OWJlNzRiM2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b48e7d13-78bc-4bba-a8fc-88d952c705b2",
          "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": "ccf699e8-fd10-40f7-9d3a-bb151f71f12e",
          "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": "c1e5fc43-62ee-4a1d-b444-f485cb7b4801",
            "generatedFromUUID": "ccf699e8-fd10-40f7-9d3a-bb151f71f12e"
          },
          "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": "cf762301-b325-4260-8ae0-045aeeaa5717",
          "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": "c1e5fc43-62ee-4a1d-b444-f485cb7b4801",
          "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": "ea1af6e2-b43a-495f-8e6c-ec4a0d4a6b0f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NGNkMjYyMzEzMTMzNmMwYTBhMWMxZWRlMjMzNTIyZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bf9511c3-c777-4da9-92f6-96b99f0c6dbe"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T08:24:30.414Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T08:24:30.414Z|d0987c39-87ba-4eb3-a2b8-e1b21a3fa178|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3d5c6d1a-4c70-4c53-b777-cec1df7a2811 ASDC
2022-08-10T08:24:30.415Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:3d5c6d1a-4c70-4c53-b777-cec1df7a2811
ServiceInvariantUUID:d6c88d79-1490-4538-aff8-56d575a716c4
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:bf9511c3-c777-4da9-92f6-96b99f0c6dbe
ArtifactChecksum:NGNkMjYyMzEzMTMzNmMwYTBhMWMxZWRlMjMzNTIyZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:dc11cc81-e628-4498-b7cb-3c0523de73cb
ResourceInvariantUUID:df26aac9-e611-4c6c-a9b4-6ec936ef2e9b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:258aa711-ee65-40f4-9f7f-ead508bb31f3
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:b48e7d13-78bc-4bba-a8fc-88d952c705b2
ArtifactChecksum:ZmRhN2FiODIyM2Y1ZDY2NGIyNWY4OGE3OWJlNzRiM2Y=
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:ccf699e8-fd10-40f7-9d3a-bb151f71f12e
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:c1e5fc43-62ee-4a1d-b444-f485cb7b4801
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:cf762301-b325-4260-8ae0-045aeeaa5717
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:c1e5fc43-62ee-4a1d-b444-f485cb7b4801
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:ea1af6e2-b43a-495f-8e6c-ec4a0d4a6b0f
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-10T08:24:30.415Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d5c6d1a-4c70-4c53-b777-cec1df7a2811 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-08-10T08:24:30.437Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T08:24:30.437Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:24:30.437Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:24:30.437Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||Trying to download the artifact UUID: bf9511c3-c777-4da9-92f6-96b99f0c6dbe from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-10T08:24:30.437Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - download
2022-08-10T08:24:30.438Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:30.797Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T08:24:30.804Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar bf9511c3-c777-4da9-92f6-96b99f0c6dbe 162258
2022-08-10T08:24:30.804Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:30.804Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:30.805Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:24:30.805Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:30.807Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:30.807Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119870804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:24:30.907Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:30.907Z||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-08-10T08:24:30.908Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:31.024Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:31.024Z||pool-273-thread-1|||||INFO|500||cambria reply ok (117 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:31.808Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T08:24:31.809Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:24:31.809Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||Trying to write artifact UUID: bf9511c3-c777-4da9-92f6-96b99f0c6dbe, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-10T08:24:31.810Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-08-10T08:24:31.811Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-10T08:24:31.811Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-10T08:24:32.051Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8936216235756816045/Definitions/service-BasicCnfMacro-template.yml
2022-08-10T08:24:33.285Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T08:24:33.286Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|WARN|500||####################################################################################################
2022-08-10T08:24:33.286Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-10T08:24:33.286Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-10T08:24:33.286Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:33.287Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:33.287Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:33.287Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:33.287Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|WARN|500||####################################################################################################
2022-08-10T08:24:33.288Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.288Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:33.288Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-10T08:24:33.288Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T08:24:33.289Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T08:24:33.289Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.289Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:33.290Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-10T08:24:33.290Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T08:24:33.290Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T08:24:33.290Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.291Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:33.291Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.291Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-10T08:24:33.291Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-08-10T08:24:33.292Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria
2022-08-10T08:24:33.292Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T08:24:33.292Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.292Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:33.293Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.293Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-10T08:24:33.293Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:24:33.293Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.294Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-10T08:24:33.294Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:24:33.294Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.294Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-10T08:24:33.295Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:24:33.295Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.295Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-10T08:24:33.295Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:24:33.296Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.296Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-10T08:24:33.296Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-08-10T08:24:33.296Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=553dca0a-c7de-4a4d-b6e7-305111277a79
2022-08-10T08:24:33.296Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.297Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:33.297Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.297Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:33.297Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.297Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:33.298Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:33.298Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:33.298Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:3d5c6d1a-4c70-4c53-b777-cec1df7a2811
Model Version:NULL
Model InvariantUuid:d6c88d79-1490-4538-aff8-56d575a716c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:6b773e1e-5f72-4b76-92fe-fd2f5d94787d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:df26aac9-e611-4c6c-a9b4-6ec936ef2e9b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dc11cc81-e628-4498-b7cb-3c0523de73cb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:75d03cbe-f99d-41bf-8cd3-36b53f353330
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:379420fc-2405-4464-ba34-fdf0796b02c7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9deb7df7-14dc-4f81-93ec-42d22381b16e
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:866c0dd2-e891-4018-9740-3c36b7fb2183
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:553dca0a-c7de-4a4d-b6e7-305111277a79
ModelInvariantUuid:4e55c7fa-168c-469f-8a3e-74bcb419969e
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:54fe4e5f-b987-46f7-b42d-9534922c6a31
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:a34f500c-c078-4fbd-8ebe-75c9ebee47f7
ModelInvariantUuid:509d2a12-5e4e-40f2-bf2e-0084b334c707
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:64682d53-cab9-4951-9ee6-1df5fe8476e2
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-08-10T08:24:33.304Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 258aa711-ee65-40f4-9f7f-ead508bb31f3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T08:24:33.306Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||basic_cnf_macro 0
2022-08-10T08:24:33.306Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 258aa711-ee65-40f4-9f7f-ead508bb31f3
2022-08-10T08:24:33.306Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||Trying to download the artifact UUID: b48e7d13-78bc-4bba-a8fc-88d952c705b2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-10T08:24:33.306Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - download
2022-08-10T08:24:33.306Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:33.603Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T08:24:33.604Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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 b48e7d13-78bc-4bba-a8fc-88d952c705b2 1565
2022-08-10T08:24:33.604Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:33.604Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:33.604Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:24:33.604Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:33.606Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:33.606Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119873604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:24:33.706Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:33.707Z||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-08-10T08:24:33.707Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:33.836Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:33.837Z||pool-274-thread-1|||||INFO|500||cambria reply ok (131 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:24:34.606Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9deb7df7-14dc-4f81-93ec-42d22381b16e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "866c0dd2-e891-4018-9740-3c36b7fb2183",
    "vfModuleModelCustomizationUUID": "3b16b478-bed8-44e3-83be-bf8bea8cc2f4",
    "isBase": true,
    "artifacts": [
      "ccf699e8-fd10-40f7-9d3a-bb151f71f12e",
      "c1e5fc43-62ee-4a1d-b444-f485cb7b4801"
    ],
    "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": "75d03cbe-f99d-41bf-8cd3-36b53f353330",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "379420fc-2405-4464-ba34-fdf0796b02c7",
    "vfModuleModelCustomizationUUID": "d32c465b-7a07-4743-86a4-d8821b31bb67",
    "isBase": false,
    "artifacts": [
      "ea1af6e2-b43a-495f-8e6c-ec4a0d4a6b0f"
    ],
    "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-08-10T08:24:34.611Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:866c0dd2-e891-4018-9740-3c36b7fb2183
VfModuleModelInvariantUUID:9deb7df7-14dc-4f81-93ec-42d22381b16e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccf699e8-fd10-40f7-9d3a-bb151f71f12e
,
c1e5fc43-62ee-4a1d-b444-f485cb7b4801

}
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:379420fc-2405-4464-ba34-fdf0796b02c7
VfModuleModelInvariantUUID:75d03cbe-f99d-41bf-8cd3-36b53f353330
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea1af6e2-b43a-495f-8e6c-ec4a0d4a6b0f

}
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-08-10T08:24:34.612Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9deb7df7-14dc-4f81-93ec-42d22381b16e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "866c0dd2-e891-4018-9740-3c36b7fb2183",
    "vfModuleModelCustomizationUUID": "3b16b478-bed8-44e3-83be-bf8bea8cc2f4",
    "isBase": true,
    "artifacts": [
      "ccf699e8-fd10-40f7-9d3a-bb151f71f12e",
      "c1e5fc43-62ee-4a1d-b444-f485cb7b4801"
    ],
    "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": "75d03cbe-f99d-41bf-8cd3-36b53f353330",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "379420fc-2405-4464-ba34-fdf0796b02c7",
    "vfModuleModelCustomizationUUID": "d32c465b-7a07-4743-86a4-d8821b31bb67",
    "isBase": false,
    "artifacts": [
      "ea1af6e2-b43a-495f-8e6c-ec4a0d4a6b0f"
    ],
    "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-08-10T08:24:34.612Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:866c0dd2-e891-4018-9740-3c36b7fb2183
VfModuleModelInvariantUUID:9deb7df7-14dc-4f81-93ec-42d22381b16e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccf699e8-fd10-40f7-9d3a-bb151f71f12e
,
c1e5fc43-62ee-4a1d-b444-f485cb7b4801

}
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:379420fc-2405-4464-ba34-fdf0796b02c7
VfModuleModelInvariantUUID:75d03cbe-f99d-41bf-8cd3-36b53f353330
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea1af6e2-b43a-495f-8e6c-ec4a0d4a6b0f

}
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-08-10T08:24:34.613Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||Trying to download the artifact UUID: ccf699e8-fd10-40f7-9d3a-bb151f71f12e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-10T08:24:34.613Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - download
2022-08-10T08:24:34.613Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:34.719Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T08:24:34.720Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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 ccf699e8-fd10-40f7-9d3a-bb151f71f12e 914
2022-08-10T08:24:34.720Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:34.720Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:34.720Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:24:34.720Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:34.722Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:34.722Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119874720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:24:34.822Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:34.823Z||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-08-10T08:24:34.823Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:34.969Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:34.970Z||pool-275-thread-1|||||INFO|500||cambria reply ok (147 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:35.722Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||Trying to download the artifact UUID: cf762301-b325-4260-8ae0-045aeeaa5717 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-10T08:24:35.723Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - download
2022-08-10T08:24:35.724Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:35.996Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T08:24:35.997Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env cf762301-b325-4260-8ae0-045aeeaa5717 12
2022-08-10T08:24:35.997Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:35.997Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:35.998Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:24:35.998Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:35.999Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:36.000Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119875997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:24:36.100Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:36.100Z||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-08-10T08:24:36.100Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:36.261Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:36.261Z||pool-276-thread-1|||||INFO|500||cambria reply ok (161 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:37.000Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||Trying to download the artifact UUID: c1e5fc43-62ee-4a1d-b444-f485cb7b4801 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-10T08:24:37.001Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - download
2022-08-10T08:24:37.001Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:37.308Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T08:24:37.309Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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 c1e5fc43-62ee-4a1d-b444-f485cb7b4801 96
2022-08-10T08:24:37.309Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:37.309Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:37.309Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:24:37.309Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:37.311Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:37.311Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119877309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:24:37.411Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:37.412Z||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-08-10T08:24:37.412Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:37.608Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:37.608Z||pool-277-thread-1|||||INFO|500||cambria reply ok (196 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:24:38.311Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||Trying to download the artifact UUID: ea1af6e2-b43a-495f-8e6c-ec4a0d4a6b0f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-10T08:24:38.312Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - download
2022-08-10T08:24:38.312Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:38.811Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T08:24:38.812Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ea1af6e2-b43a-495f-8e6c-ec4a0d4a6b0f 20206
2022-08-10T08:24:38.812Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:38.812Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:38.812Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:24:38.813Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:38.814Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:38.814Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119878812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:24:38.914Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:38.915Z||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-08-10T08:24:38.915Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:38.958Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:38.958Z||pool-278-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:39.818Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Preparing to deploy Service: 3d5c6d1a-4c70-4c53-b777-cec1df7a2811
2022-08-10T08:24:39.818Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 258aa711-ee65-40f4-9f7f-ead508bb31f3 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-08-10T08:24:39.827Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@255235, org.onap.sdc.toscaparser.api.parameters.Input@6b65061d, org.onap.sdc.toscaparser.api.parameters.Input@56ea6b2b, org.onap.sdc.toscaparser.api.parameters.Input@427cdff1, org.onap.sdc.toscaparser.api.parameters.Input@68629971]
2022-08-10T08:24:39.828Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:39.828Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:39.828Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||VF Category is: Generic 
2022-08-10T08:24:39.828Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||VFCustomizationUUID= dc11cc81-e628-4498-b7cb-3c0523de73cb
2022-08-10T08:24:39.828Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc11cc81-e628-4498-b7cb-3c0523de73cb matches Tosca VF Customization UUID: dc11cc81-e628-4498-b7cb-3c0523de73cb
2022-08-10T08:24:39.829Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||vfCustomizationUUID: dc11cc81-e628-4498-b7cb-3c0523de73cb  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-08-10T08:24:39.831Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:39.831Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:39.831Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||resource request for resource customization id dc11cc81-e628-4498-b7cb-3c0523de73cb: {\"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-08-10T08:24:39.831Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a657b96
2022-08-10T08:24:39.831Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:39.832Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:39.832Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d32c465b-7a07-4743-86a4-d8821b31bb67
2022-08-10T08:24:39.832Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d32c465b-7a07-4743-86a4-d8821b31bb67
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-08-10T08:24:39.834Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:39.834Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-10T08:24:39.834Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:24:39.834Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:39.834Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-10T08:24:39.834Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T08:24:39.835Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:39.835Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-10T08:24:39.835Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=dc11cc81-e628-4498-b7cb-3c0523de73cb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T08:24:39.836Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:39.836Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:39.837Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500|| resourceSeq for service uuid 3d5c6d1a-4c70-4c53-b777-cec1df7a2811: basic_cnf_macro
2022-08-10T08:24:39.837Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:39.837Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:39.837Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:39.837Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:39.837Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:39.837Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:39.838Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:39.838Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:39.838Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:24:39.838Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:24:39.838Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:39.871Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 258aa711-ee65-40f4-9f7f-ead508bb31f3 2 ASDC deployResourceStructure
2022-08-10T08:24:39.871Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:39.872Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:39.872Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:24:39.872Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:39.873Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:39.873Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119879871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T08:24:39.974Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:39.975Z||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-08-10T08:24:39.975Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:40.062Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:40.062Z||pool-279-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:40.874Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:40.875Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:40.875Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:24:40.875Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:40.877Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:40.877Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119880874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T08:24:40.977Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:40.978Z||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-08-10T08:24:40.978Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:41.013Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:41.013Z||pool-280-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:41.878Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:41.878Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:41.879Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-10T08:24:41.879Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:41.881Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:41.881Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119881878,
  "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-08-10T08:24:41.981Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:41.982Z||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-08-10T08:24:41.982Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:42.008Z||pool-281-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:42.010Z||pool-281-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:42.881Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:42.882Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:42.882Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:24:42.883Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:42.885Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:42.885Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119882881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-10T08:24:42.985Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:42.986Z||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-08-10T08:24:42.986Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:43.317Z||pool-282-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:43.318Z||pool-282-thread-1|||||INFO|500||cambria reply ok (332 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:24:43.886Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:43.887Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:43.887Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-10T08:24:43.887Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:43.889Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:43.889Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119883886,
  "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-08-10T08:24:43.989Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:43.990Z||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-08-10T08:24:43.990Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:44.064Z||pool-283-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:44.064Z||pool-283-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:44.889Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:44.890Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?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-08-10T08:24:44.890Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:24:44.890Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:24:44.892Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:24:44.892Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119884889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:24:44.992Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:24:44.992Z||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-08-10T08:24:44.993Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:24:45.284Z||pool-284-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:24:45.284Z||pool-284-thread-1|||||INFO|500||cambria reply ok (292 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:24:45.893Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:24:45.900Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:24:45.901Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T08:24:45.901Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T08:24:45.902Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T08:24:45.902Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T08:24:45.902Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T08:24:45.902Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:24:45.904Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T08:25:15.905Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4 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-08-10T08:25:15.910Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4 and serviceModelVersionId: 3d5c6d1a-4c70-4c53-b777-cec1df7a2811
2022-08-10T08:25:15.911Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6c88d79-1490-4538-aff8-56d575a716c4
2022-08-10T08:25:15.911Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0
2022-08-10T08:25:15.915Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T08:25:15.949Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7def76f2-0560-4fe8-8973-d1c934cb3e64/model-vers/model-ver/a3f0075b-250a-4d9f-9def-71429ebdc61b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?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-08-10T08:25:15.954Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||Invoke
2022-08-10T08:25:17.502Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?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-08-10T08:25:17.503Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||Invoke
2022-08-10T08:25:19.037Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?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-08-10T08:25:19.038Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||Invoke
2022-08-10T08:25:20.068Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:25:20.069Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?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-08-10T08:25:20.069Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:25:20.069Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?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-08-10T08:25:20.074Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?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-08-10T08:25:20.074Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:25:20.074Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T08:25:20.075Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:25:20.076Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:25:20.076Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119920074,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T08:25:20.176Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:25:20.177Z||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-08-10T08:25:20.177Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:25:20.295Z||pool-285-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:25:20.295Z||pool-285-thread-1|||||INFO|500||cambria reply ok (119 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-08-10T08:25:21.083Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||received message from topic
2022-08-10T08:25:21.083Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"3f075405-49c0-4b5f-9792-844eb049b657","serviceName":"Demo_pNF_CRymjkBTBvnqmM15CuQO","serviceVersion":"1.0","serviceUUID":"29af8c7f-6f06-4eba-a020-c79a5d642a6f","serviceDescription":"catalog service description","serviceInvariantUUID":"3e6797b7-4146-497d-926d-e5646fd7a4d7","resources":[{"resourceInstanceName":"pNF 02a6f24e-05ec 0","resourceName":"pNF 02a6f24e-05ec","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5b94b251-24e4-46e2-a20a-2036ff20db26","resourceInvariantUUID":"67b9fb2f-8c4d-4b26-bc3a-a5e222cd90ab","resourceCustomizationUUID":"984ade8f-e437-475e-95e3-40e748c699f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vf-license-model.xml","artifactChecksum":"ZWU1OTc0MGNiZWE5MTNjNjY0NDNjNzg2M2ZhMDZjNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df4d6b5a-12a0-42c2-b892-652a48b56a25","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/pNF.csar","artifactChecksum":"NGJjNDA1MTBhYzdjNTAzYmMzZjM4NGE1NzgxMmNjYTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f94dbeeb-06e9-4131-bb2b-58efcc5d20a6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4097bb47-8fc4-4ec1-a4cc-f1bed32e539f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vendor-license-model.xml","artifactChecksum":"OGQxZTAxOTRjODFkNGQ5ODM5YjU2MjhkZDc2ZmVlN2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"370dbfb8-15ff-4ef8-bc32-df6dab0f2fd0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1860d41-a01f-40c2-ad83-1d61036e607c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"268ab0ea-7c17-4227-9806-edb688306c0b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCrymjkbtbvnqmm15cuqo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-template.yml","artifactChecksum":"NWIwNTY4ODdhZTE1NTlhNTAxODhiOGRkMmUyMWNjOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45630063-2c87-4d92-907e-64717c50e194","artifactVersion":"1"},{"artifactName":"service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar","artifactChecksum":"Mzg2YWJjYTFiMmYxMTIwYjI4ZGIwOWFjMGZhOGJhZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39772934-3ee2-4ad5-bef8-313b9443b4b9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T08:25:21.084Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:25:21.084Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:25:21.085Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:25:21.086Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||try to send status {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:25:21.185Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:25:21.186Z||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-08-10T08:25:21.186Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:25:21.345Z||pool-286-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:25:21.346Z||pool-286-thread-1|||||INFO|500||cambria reply ok (160 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:25:22.086Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:25:22.087Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:25:22.089Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:25:22.089Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||try to send status {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:25:22.189Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:25:22.192Z||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-08-10T08:25:22.192Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:25:22.515Z||pool-287-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:25:22.515Z||pool-287-thread-1|||||INFO|500||cambria reply ok (325 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:25:23.089Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:25:23.090Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:25:23.092Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:25:23.092Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||try to send status {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:25:23.192Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:25:23.193Z||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-08-10T08:25:23.193Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:25:23.462Z||pool-288-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:25:23.463Z||pool-288-thread-1|||||INFO|500||cambria reply ok (271 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:25:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:25:24.082Z||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-08-10T08:25:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:25:24.092Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:25:24.092Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:25:24.094Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:25:24.094Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||try to send status {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:25:24.194Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:25:24.194Z||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-08-10T08:25:24.194Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:25:24.309Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:25:24.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:25:24.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-10T08:25:24.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:25:24.347Z||pool-289-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:25:24.347Z||pool-289-thread-1|||||INFO|500||cambria reply ok (153 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:25:25.094Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:25:25.095Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:25:25.096Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:25:25.096Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||try to send status {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:25:25.196Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:25:25.197Z||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-08-10T08:25:25.197Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:25:25.306Z||pool-290-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:25:25.306Z||pool-290-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:25:26.097Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:25:26.097Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:25:26.099Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:25:26.099Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||try to send status {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:25:26.199Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:25:26.200Z||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-08-10T08:25:26.200Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:25:26.455Z||pool-291-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:25:26.456Z||pool-291-thread-1|||||INFO|500||cambria reply ok (257 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:25:27.100Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:25:27.100Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:25:27.102Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:25:27.102Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||try to send status {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:25:27.202Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:25:27.202Z||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-08-10T08:25:27.203Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:25:27.333Z||pool-292-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:25:27.334Z||pool-292-thread-1|||||INFO|500||cambria reply ok (132 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:25:28.102Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T08:25:28.103Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:25:28.105Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:25:28.105Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||try to send status {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:25:28.205Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:25:28.206Z||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-08-10T08:25:28.206Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:25:28.354Z||pool-293-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:25:28.354Z||pool-293-thread-1|||||INFO|500||cambria reply ok (149 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:25:29.106Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "serviceName": "Demo_pNF_CRymjkBTBvnqmM15CuQO",
  "serviceVersion": "1.0",
  "serviceUUID": "29af8c7f-6f06-4eba-a020-c79a5d642a6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3e6797b7-4146-497d-926d-e5646fd7a4d7",
  "resources": [
    {
      "resourceInstanceName": "pNF 02a6f24e-05ec 0",
      "resourceCustomizationUUID": "984ade8f-e437-475e-95e3-40e748c699f6",
      "resourceName": "pNF 02a6f24e-05ec",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5b94b251-24e4-46e2-a20a-2036ff20db26",
      "resourceInvariantUUID": "67b9fb2f-8c4d-4b26-bc3a-a5e222cd90ab",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
      "artifactChecksum": "Mzg2YWJjYTFiMmYxMTIwYjI4ZGIwOWFjMGZhOGJhZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "39772934-3ee2-4ad5-bef8-313b9443b4b9"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T08:25:29.106Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T08:25:29.106Z|4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 29af8c7f-6f06-4eba-a020-c79a5d642a6f ASDC
2022-08-10T08:25:29.107Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||ASDC Notification:
DistributionID:3f075405-49c0-4b5f-9792-844eb049b657
ServiceName:Demo_pNF_CRymjkBTBvnqmM15CuQO
ServiceVersion:1.0
ServiceUUID:29af8c7f-6f06-4eba-a020-c79a5d642a6f
ServiceInvariantUUID:3e6797b7-4146-497d-926d-e5646fd7a4d7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
ArtifactUUID:39772934-3ee2-4ad5-bef8-313b9443b4b9
ArtifactChecksum:Mzg2YWJjYTFiMmYxMTIwYjI4ZGIwOWFjMGZhOGJhZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 02a6f24e-05ec 0
ResourceCustomizationUUID:984ade8f-e437-475e-95e3-40e748c699f6
ResourceInvariantUUID:67b9fb2f-8c4d-4b26-bc3a-a5e222cd90ab
ResourceName:pNF 02a6f24e-05ec
ResourceType:PNF
ResourceUUID:5b94b251-24e4-46e2-a20a-2036ff20db26
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-10T08:25:29.107Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29af8c7f-6f06-4eba-a020-c79a5d642a6f 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-08-10T08:25:29.126Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T08:25:29.127Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:25:29.127Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:25:29.127Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||Trying to download the artifact UUID: 39772934-3ee2-4ad5-bef8-313b9443b4b9 from URL: /sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:29.128Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - download
2022-08-10T08:25:29.128Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:29.421Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||GET Response Status 200
2022-08-10T08:25:29.424Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar 39772934-3ee2-4ad5-bef8-313b9443b4b9 86681
2022-08-10T08:25:29.424Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar ASDC sendASDCNotification
2022-08-10T08:25:29.425Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:29.425Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T08:25:29.425Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:25:29.426Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:25:29.427Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||try to send status {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119929424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:25:29.526Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:25:29.527Z||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-08-10T08:25:29.527Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:25:29.648Z||pool-294-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:25:29.649Z||pool-294-thread-1|||||INFO|500||cambria reply ok (122 ms):{"serverTimeMs":1,"count":1}
2022-08-10T08:25:30.427Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T08:25:30.428Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||MSO config path is: /app
2022-08-10T08:25:30.428Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||Trying to write artifact UUID: 39772934-3ee2-4ad5-bef8-313b9443b4b9, URL: /sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar to file: /app/ASDC/1/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:30.428Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:30.429Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:30.429Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:30.555Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11319798168603859024/Definitions/service-DemoPnfCrymjkbtbvnqmm15cuqo-template.yml
2022-08-10T08:25:31.284Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-10T08:25:31.284Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|WARN|500||####################################################################################################
2022-08-10T08:25:31.284Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:31.284Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-10T08:25:31.285Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 02a6f24e-05ec 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-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:31.285Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?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-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:31.285Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?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-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:31.285Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?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-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:31.285Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?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-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:31.285Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?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-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:31.285Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?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-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:31.285Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|WARN|500||####################################################################################################
2022-08-10T08:25:31.286Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:25:31.286Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Service Demo_pNF_CRymjkBTBvnqmM15CuQO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:25:31.286Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Node template pNF 02a6f24e-05ec 0 is matching search criteria
2022-08-10T08:25:31.286Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T08:25:31.286Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Found topology templates [pNF 02a6f24e-05ec 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T08:25:31.287Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:25:31.287Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Service Demo_pNF_CRymjkBTBvnqmM15CuQO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:25:31.287Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Node template pNF 02a6f24e-05ec 0 is matching search criteria
2022-08-10T08:25:31.287Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Search for entities recursively
2022-08-10T08:25:31.287Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Found topology templates [pNF 02a6f24e-05ec 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T08:25:31.287Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:25:31.288Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Service Demo_pNF_CRymjkBTBvnqmM15CuQO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:25:31.288Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:25:31.288Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Service Demo_pNF_CRymjkBTBvnqmM15CuQO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:25:31.288Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:25:31.289Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Service Demo_pNF_CRymjkBTBvnqmM15CuQO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:25:31.289Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:25:31.289Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Service Demo_pNF_CRymjkBTBvnqmM15CuQO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:25:31.289Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:25:31.289Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Service Demo_pNF_CRymjkBTBvnqmM15CuQO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:25:31.289Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_CRymjkBTBvnqmM15CuQO
Description:catalog service description
Model UUID:29af8c7f-6f06-4eba-a020-c79a5d642a6f
Model Version:NULL
Model InvariantUuid:3e6797b7-4146-497d-926d-e5646fd7a4d7
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-08-10T08:25:31.295Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 5b94b251-24e4-46e2-a20a-2036ff20db26
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T08:25:31.299Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||pNF 02a6f24e-05ec 0
2022-08-10T08:25:31.299Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 5b94b251-24e4-46e2-a20a-2036ff20db26
2022-08-10T08:25:31.299Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||No resources found for Service: 29af8c7f-6f06-4eba-a020-c79a5d642a6f
2022-08-10T08:25:31.299Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Preparing to deploy Service: 29af8c7f-6f06-4eba-a020-c79a5d642a6f
2022-08-10T08:25:31.299Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 02a6f24e-05ec 0 5b94b251-24e4-46e2-a20a-2036ff20db26 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-08-10T08:25:31.303Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5415b1ce, org.onap.sdc.toscaparser.api.parameters.Input@5da947f0, org.onap.sdc.toscaparser.api.parameters.Input@3da6ea81, org.onap.sdc.toscaparser.api.parameters.Input@14c0afc5, org.onap.sdc.toscaparser.api.parameters.Input@6da2e752]
2022-08-10T08:25:31.303Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:25:31.303Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Service Demo_pNF_CRymjkBTBvnqmM15CuQO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:25:31.303Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500|| resourceSeq for service uuid 29af8c7f-6f06-4eba-a020-c79a5d642a6f: pNF 02a6f24e-05ec
2022-08-10T08:25:31.303Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||Processing PNF resource: 5b94b251-24e4-46e2-a20a-2036ff20db26
2022-08-10T08:25:31.304Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T08:25:31.304Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Service Demo_pNF_CRymjkBTBvnqmM15CuQO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T08:25:31.304Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||Resource customization UUID: 984ade8f-e437-475e-95e3-40e748c699f6 is the same as notified resource customizationUUID: 984ade8f-e437-475e-95e3-40e748c699f6
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-08-10T08:25:31.330Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 02a6f24e-05ec 5b94b251-24e4-46e2-a20a-2036ff20db26 0 ASDC deployResourceStructure
2022-08-10T08:25:31.331Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar ASDC sendASDCNotification
2022-08-10T08:25:31.331Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar
2022-08-10T08:25:31.331Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T08:25:31.331Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:25:31.332Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:25:31.333Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||try to send status {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119931331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:25:31.432Z||pool-295-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T08:25:31.433Z||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-08-10T08:25:31.433Z||pool-295-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:25:31.671Z||pool-295-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:25:31.671Z||pool-295-thread-1|||||INFO|500||cambria reply ok (238 ms):{"serverTimeMs":0,"count":1}
2022-08-10T08:25:32.333Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f075405-49c0-4b5f-9792-844eb049b657
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:25:32.342Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f075405-49c0-4b5f-9792-844eb049b657
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T08:25:32.344Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T08:25:32.344Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T08:25:32.344Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T08:25:32.344Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T08:25:32.345Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-10T08:25:32.345Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T08:25:32.345Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T08:25:32.347Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T08:26:02.349Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 3f075405-49c0-4b5f-9792-844eb049b657 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-08-10T08:26:02.354Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3f075405-49c0-4b5f-9792-844eb049b657 and serviceModelVersionId: 29af8c7f-6f06-4eba-a020-c79a5d642a6f
2022-08-10T08:26:02.354Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3e6797b7-4146-497d-926d-e5646fd7a4d7
2022-08-10T08:26:02.354Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0
2022-08-10T08:26:02.358Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-10T08:26:02.399Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6c88d79-1490-4538-aff8-56d575a716c4/model-vers/model-ver/3d5c6d1a-4c70-4c53-b777-cec1df7a2811?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?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-08-10T08:26:02.400Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||Invoke
2022-08-10T08:26:03.937Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?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-08-10T08:26:03.938Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||Invoke
2022-08-10T08:26:05.470Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?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-08-10T08:26:05.472Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||Invoke
2022-08-10T08:26:06.504Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:26:06.505Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?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-08-10T08:26:06.505Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:26:06.506Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?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-08-10T08:26:06.512Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?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-08-10T08:26:06.512Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3f075405-49c0-4b5f-9792-844eb049b657 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-10T08:26:06.512Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T08:26:06.512Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-10T08:26:06.514Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T08:26:06.514Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|DEBUG|500||try to send status {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119966512,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T08:26:06.614Z||pool-296-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T08:26:06.615Z||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-08-10T08:26:06.615Z||pool-296-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JnYobh898yKzkmJf) ...
2022-08-10T08:26:06.710Z||pool-296-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:26:06.710Z||pool-296-thread-1|||||INFO|500||cambria reply ok (96 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-08-10T08:26:07.521Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:26:07.522Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:26:07.522Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:26:17.785Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:26:17.786Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:26:17.786Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:26:17.786Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:26:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:26:24.082Z||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-08-10T08:26:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:26:24.320Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:26:24.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-10T08:26:24.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:26:24.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-10T08:26:24.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:26:24.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:26:24.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:26:24.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:26:24.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:26:24.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:26:24.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:26:24.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119870804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:26:24.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:26:24.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119873604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:26:24.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:26:24.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119874720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:26:24.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:26:24.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119875997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:26:24.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:26:24.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119877309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:26:24.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:26:24.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119878812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:26:24.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:26:24.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119879871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T08:26:24.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:26:24.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119880874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T08:26:24.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:26:24.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119881878,
  "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-08-10T08:26:24.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:26:24.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119882881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-10T08:26:24.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:26:24.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119883886,
  "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-08-10T08:26:24.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:26:24.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119884889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:26:24.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:26:24.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d205ceb-4ec8-4a32-83d0-4cc3ced5fbc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119920074,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T08:26:24.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:26:24.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:26:24.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:26:24.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:26:24.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:26:24.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-10T08:26:24.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:26:24.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-10T08:26:27.467Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:26:27.467Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:26:27.468Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:26:27.468Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:26:37.585Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:27:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:27:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:27:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:27:24.082Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:27:24.082Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?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-08-10T08:27:24.082Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:27:24.234Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:27:24.235Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|DEBUG|500||received message from topic
2022-08-10T08:27:24.235Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:27:24.236Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:27:34.290Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:28:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:28:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:28:24.081Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:28:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:28:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:28:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:28:24.796Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:28:24.797Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:28:24.797Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:28:24.799Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:28:24.799Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:28:24.799Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/resourceInstances/pnf02a6f24e05ec0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:28:24.799Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:28:24.799Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:28:24.799Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T08:28:24.800Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:28:24.800Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:28:24.800Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119859673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T08:28:24.800Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Missing status on Status Object. 
2022-08-10T08:28:24.800Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:28:24.800Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119929424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T08:28:24.801Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:28:24.801Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:28:24.801Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119931331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCrymjkbtbvnqmm15cuqo/1.0/artifacts/service-DemoPnfCrymjkbtbvnqmm15cuqo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T08:28:24.801Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:28:24.801Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||received message from topic
2022-08-10T08:28:24.802Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3f075405-49c0-4b5f-9792-844eb049b657",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660119966512,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-10T08:28:24.802Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T08:28:34.367Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:29:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:29:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:29:24.081Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:29:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:29:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:29:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:29:34.167Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:29:34.254Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:30:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:30:24.082Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:30:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:30:24.082Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:30:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?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-08-10T08:30:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:30:34.028Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:30:34.164Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:31:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:31:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:31:24.081Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:31:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:31:24.082Z||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-08-10T08:31:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:31:34.264Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:31:34.264Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:32:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:32:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:32:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:32:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:32:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T08:32:24.083Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:32:34.035Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:32:34.228Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:33:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:33:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:33:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:33:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:33:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T08:33:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:33:34.170Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:33:34.279Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:34:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:34:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:34:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:34:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:34:24.082Z||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-08-10T08:34:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:34:33.846Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:34:34.477Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:35:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:35:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:35:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:35:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:35:24.082Z||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-08-10T08:35:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:35:34.285Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:35:34.286Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:36:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:36:24.081Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:36:24.081Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:36:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:36:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:36:24.083Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:36:33.806Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:36:34.095Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:37:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:37:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:37:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:37:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:37:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?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-08-10T08:37:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:37:34.379Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:37:34.379Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:38:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:38:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:38:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:38:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:38:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?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-08-10T08:38:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:38:34.141Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:38:34.356Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:39:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:39:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:39:24.083Z||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-08-10T08:39:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:39:24.083Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:39:24.083Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:39:34.094Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:39:34.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:40:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:40:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:40:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:40:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:40:24.082Z||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-08-10T08:40:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:40:33.781Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:40:34.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:41:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:41:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:41:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:41:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:41:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?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-08-10T08:41:24.082Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:41:33.962Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:41:34.051Z|2eb8dcfd-99b5-4b82-87b4-72c0f060f9a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1751fa-4cd5-4407-9d37-9ecda3828e53/model-vers/model-ver/9f72db27-84d2-4dae-bf9e-b8ab0d446676?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:42:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:42:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:42:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:42:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:42:24.083Z||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-08-10T08:42:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:42:34.021Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:42:34.134Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:43:24.081Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:43:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:43:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?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-08-10T08:43:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:43:24.085Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:43:24.085Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:43:33.956Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:43:33.958Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:44:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:44:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:44:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:44:24.084Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:44:24.085Z||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-08-10T08:44:24.085Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:44:33.833Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:44:33.974Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:45:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:45:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:45:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:45:24.082Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:45:24.082Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?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-08-10T08:45:24.082Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:45:34.028Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:45:34.044Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:46:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:46:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:46:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:46:24.082Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:46:24.082Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?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-08-10T08:46:24.082Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:46:34.092Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:46:34.165Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:47:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:47:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:47:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:47:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:47:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?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-08-10T08:47:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:47:34.155Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:47:34.553Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:48:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:48:24.082Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:48:24.082Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:48:24.082Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:48:24.082Z||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-08-10T08:48:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:48:34.101Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:48:34.397Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:49:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:49:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:49:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:49:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:49:24.082Z||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-08-10T08:49:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:49:34.155Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:49:34.273Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:50:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:50:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:50:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:50:24.082Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:50:24.082Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?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-08-10T08:50:24.082Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:50:34.067Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:50:34.084Z|4ecd9921-e104-4b7d-8571-c2b3977cf552|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/762b881d-0f6f-43a8-b466-8316a3d14e75/model-vers/model-ver/7c440dbf-2ba9-4d86-8720-4c2055c35dfa?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:51:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:51:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:51:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:51:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:51:24.082Z||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-08-10T08:51:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:51:34.070Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:51:34.166Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:52:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:52:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:52:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:52:24.082Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:52:24.082Z||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-08-10T08:52:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:52:33.884Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:52:33.940Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:53:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:53:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:53:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:53:24.082Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:53:24.082Z||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-08-10T08:53:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:53:33.949Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:53:33.973Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:54:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:54:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:54:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:54:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:54:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:54:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:54:34.085Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:54:34.578Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:55:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:55:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:55:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:55:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:55:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?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-08-10T08:55:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:55:33.837Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:55:33.976Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:56:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:56:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:56:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:56:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:56:24.083Z||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-08-10T08:56:24.083Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:56:33.970Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:56:34.006Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:57:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:57:24.081Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:57:24.081Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:57:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:57:24.082Z||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-08-10T08:57:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T08:57:33.875Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:57:33.875Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:58:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:58:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:58:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:58:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:58:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T08:58:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:58:34.247Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:58:34.310Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:59:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:59:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T08:59:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:59:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T08:59:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?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-08-10T08:59:24.082Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T08:59:33.914Z|3f075405-49c0-4b5f-9792-844eb049b657|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6797b7-4146-497d-926d-e5646fd7a4d7/model-vers/model-ver/29af8c7f-6f06-4eba-a020-c79a5d642a6f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T08:59:34.293Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T09:00:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T09:00:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T09:00:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T09:00:24.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T09:00:24.082Z||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-08-10T09:00:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T09:00:33.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T09:00:34.036Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T09:01:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T09:01:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T09:01:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T09:01:24.082Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T09:01:24.082Z||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-08-10T09:01:24.082Z||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 JnYobh898yKzkmJf) ...
2022-08-10T09:01:34.337Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T09:01:34.342Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T09:02:24.079Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T09:02:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?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-08-10T09:02:24.080Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T09:02:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T09:02:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?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-08-10T09:02:24.082Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JnYobh898yKzkmJf) ...
2022-08-10T09:02:33.866Z|32b1502e-4d85-4f5a-b5c6-acc381901a57|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881fdcb4-797c-4c8f-bb0e-4857f40e1aa6/model-vers/model-ver/4653f631-5a6d-4eb9-9fa7-45414936cad3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T09:02:34.397Z|d21572a8-c9a4-46d0-867c-1c18c03a3248|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e70af0d5-c8e9-4fd2-bc9b-172f7028657a/model-vers/model-ver/8148e6fb-62e4-40de-a78f-ce63df86e2b7?depth=0|INFO|500||	--> HTTP/1.1 200 OK