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-04-28T05:45:56.754Z||main|||||INFO|500||The following profiles are active: basic
2022-04-28T05:46:19.947Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-28T05:46:19.953Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-28T05:46:20.203Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-28T05:46:28.419Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-28T05:46:29.163Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-28T05:46:30.183Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-28T05:46:30.193Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-28T05:46:30.458Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-28T05:46:30.993Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-28T05:46:32.446Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-28T05:46:37.161Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-28T05:46:41.870Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-28T05:46:41.991Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-28T05:46:43.073Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-28T05:46:43.521Z||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-04-28T05:46:46.213Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-28T05:46:48.327Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-28T05:46:48.367Z||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$$d1dad29b.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-04-28T05:46:48.369Z||main|||||WARN|500||The sdc end point is not alive
2022-04-28T05:46:55.162Z||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-04-28T05:47:00.834Z||main|||||WARN|500||---
2022-04-28T05:47:00.835Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-28T05:47:00.836Z||main|||||WARN|500||---
2022-04-28T05:47:01.772Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-28T05:47:11.096Z||main|||||INFO|500||Started Application in 80.808 seconds (JVM running for 85.695)
2022-04-28T05:47:11.137Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:47:11.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:47:11.168Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:47:11.216Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:47:11.316Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a76e4d3a-5774-4783-a6a6-fd3a593f127c url= /sdc/v1/artifactTypes
2022-04-28T05:47:11.318Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:47:12.510Z||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.58.212] 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$$72cff0b4.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-04-28T05:47:12.516Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17785df2
2022-04-28T05:47:12.517Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:47:12.546Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:47:12.550Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:47:12.555Z||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$$72cff0b4.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-04-28T05:48:01.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:48:01.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:48:01.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:48:01.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:48:01.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d6a7434a-f6d7-4f28-89ec-ad5173e28bc5 url= /sdc/v1/artifactTypes
2022-04-28T05:48:01.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:48:02.142Z||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.58.212] 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$$72cff0b4.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-04-28T05:48:02.143Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@219fb365
2022-04-28T05:48:02.144Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:48:02.144Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:48:02.145Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:48:02.146Z||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$$72cff0b4.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-04-28T05:48:51.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:48:51.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:48:51.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:48:51.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:48:51.109Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 53fea576-7c88-4fbd-b959-64bf1d74639e url= /sdc/v1/artifactTypes
2022-04-28T05:48:51.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:48:52.154Z||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.58.212] 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$$72cff0b4.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-04-28T05:48:52.156Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d4fa98
2022-04-28T05:48:52.156Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:48:52.156Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:48:52.157Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:48:52.158Z||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$$72cff0b4.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-04-28T05:49:41.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:49:41.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:49:41.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:49:41.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:49:41.110Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0e9fabcd-49b8-45bb-9de2-7f9845e8c59e url= /sdc/v1/artifactTypes
2022-04-28T05:49:41.111Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:49:42.139Z||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.58.212] 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$$72cff0b4.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-04-28T05:49:42.141Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44da722b
2022-04-28T05:49:42.142Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:49:42.143Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:49:42.143Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:49:42.147Z||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$$72cff0b4.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-04-28T05:50:31.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:50:31.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:50:31.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:50:31.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:50:31.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 74c5a70b-24fe-4300-b577-e390bb0d912f url= /sdc/v1/artifactTypes
2022-04-28T05:50:31.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:50:32.153Z||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.58.212] 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$$72cff0b4.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-04-28T05:50:32.155Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2fc47640
2022-04-28T05:50:32.156Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:50:32.157Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:50:32.158Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:50:32.159Z||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$$72cff0b4.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-04-28T05:51:21.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:51:21.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:51:21.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:51:21.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:51:21.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8f67b065-6ed3-4f0e-b609-69e76cceb606 url= /sdc/v1/artifactTypes
2022-04-28T05:51:21.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:51:22.137Z||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.58.212] 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$$72cff0b4.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-04-28T05:51:22.139Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@395f4b5a
2022-04-28T05:51:22.140Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:51:22.141Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:51:22.141Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:51:22.142Z||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$$72cff0b4.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-04-28T05:52:11.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:52:11.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:52:11.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:52:11.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:52:11.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= beaed363-de81-4ffd-a1bc-1b13ef8a358e url= /sdc/v1/artifactTypes
2022-04-28T05:52:11.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:52:12.153Z||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.58.212] 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$$72cff0b4.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-04-28T05:52:12.155Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d7fa732
2022-04-28T05:52:12.156Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:52:12.156Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:52:12.157Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:52:12.158Z||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$$72cff0b4.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-04-28T05:53:01.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:53:01.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:53:01.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:53:01.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:53:01.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 59067f29-7364-4974-9e11-409f014e9887 url= /sdc/v1/artifactTypes
2022-04-28T05:53:01.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:53:02.142Z||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.58.212] 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$$72cff0b4.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-04-28T05:53:02.143Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69d015fd
2022-04-28T05:53:02.143Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:53:02.144Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:53:02.144Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:53:02.145Z||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$$72cff0b4.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-04-28T05:53:51.135Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:53:51.208Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:53:51.209Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:53:51.375Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:53:51.396Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ada0275c-25ce-4b46-a1a8-df0797dc8587 url= /sdc/v1/artifactTypes
2022-04-28T05:53:51.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:53:52.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.58.212] 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$$72cff0b4.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-04-28T05:53:52.451Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d6fccc2
2022-04-28T05:53:52.453Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:53:52.453Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:53:52.454Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:53:52.455Z||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$$72cff0b4.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-04-28T05:54:41.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:54:41.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:54:41.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:54:41.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:54:41.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c9d3e60-ef29-4bef-ab64-22bebe2348c6 url= /sdc/v1/artifactTypes
2022-04-28T05:54:41.096Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:54:42.137Z||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.58.212] 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$$72cff0b4.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-04-28T05:54:42.139Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30230216
2022-04-28T05:54:42.139Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:54:42.140Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:54:42.140Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:54:42.141Z||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$$72cff0b4.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-04-28T05:55:31.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:55:31.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:55:31.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:55:31.089Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:55:31.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 867c8bee-3e2d-4060-80a1-41a9289cf3d7 url= /sdc/v1/artifactTypes
2022-04-28T05:55:31.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:55:32.121Z||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.58.212] 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$$72cff0b4.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-04-28T05:55:32.122Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5db9547f
2022-04-28T05:55:32.122Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:55:32.122Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:55:32.123Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:55:32.124Z||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$$72cff0b4.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-04-28T05:56:17.271Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-28T05:56:21.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:56:21.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:56:21.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:56:21.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:56:21.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= efe9c6b5-4408-44a9-a176-ea433b6e811d url= /sdc/v1/artifactTypes
2022-04-28T05:56:21.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:56:22.141Z||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.58.212] 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$$72cff0b4.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-04-28T05:56:22.142Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d4f72fd
2022-04-28T05:56:22.143Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:56:22.143Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:56:22.144Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:56:22.145Z||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$$72cff0b4.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-04-28T05:57:11.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:57:11.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:57:11.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:57:11.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:57:11.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bcb82480-3037-4111-b452-04f9d110291e url= /sdc/v1/artifactTypes
2022-04-28T05:57:11.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:57:12.152Z||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.58.212] 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$$72cff0b4.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-04-28T05:57:12.153Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bbf0b35
2022-04-28T05:57:12.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:57:12.153Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:57:12.154Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:57:12.155Z||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$$72cff0b4.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-04-28T05:58:01.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:58:01.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:58:01.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:58:01.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:58:01.111Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 69753b92-61dd-41dd-b92a-d910e9aa4289 url= /sdc/v1/artifactTypes
2022-04-28T05:58:01.112Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:58:02.172Z||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.58.212] 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$$72cff0b4.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-04-28T05:58:02.173Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@267ce1bf
2022-04-28T05:58:02.174Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:58:02.175Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:58:02.175Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:58:02.176Z||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$$72cff0b4.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-04-28T05:58:51.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:58:51.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:58:51.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:58:51.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:58:51.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fd44d9c6-2a7f-4bdf-8e25-3c9d3e2b666a url= /sdc/v1/artifactTypes
2022-04-28T05:58:51.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:58:52.152Z||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.58.212] 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$$72cff0b4.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-04-28T05:58:52.153Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27ebb223
2022-04-28T05:58:52.154Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:58:52.154Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:58:52.155Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:58:52.156Z||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$$72cff0b4.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-04-28T05:59:41.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:59:41.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:59:41.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:59:41.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:59:41.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5cb1593e-5fea-4e2d-84cb-90cb48633f6a url= /sdc/v1/artifactTypes
2022-04-28T05:59:41.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:59:42.137Z||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.58.212] 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$$72cff0b4.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-04-28T05:59:42.138Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cc0aa8b
2022-04-28T05:59:42.138Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:59:42.139Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:59:42.140Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:59:42.141Z||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$$72cff0b4.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-04-28T06:00:31.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T06:00:31.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T06:00:31.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T06:00:31.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T06:00:31.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36a03859-5f12-47b2-8e63-20aa3ebdbba7 url= /sdc/v1/artifactTypes
2022-04-28T06:00:31.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T06:00:32.153Z||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.58.212] 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$$72cff0b4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-04-28T06:00:32.154Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c8811c7
2022-04-28T06:00:32.154Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T06:00:32.155Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T06:00:32.155Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T06:00:32.156Z||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$$72cff0b4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-04-28T06:01:21.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T06:01:21.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T06:01:21.084Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T06:01:21.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T06:01:21.110Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 256d8539-0990-44ea-a1f5-95313f065a1c url= /sdc/v1/artifactTypes
2022-04-28T06:01:21.111Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T06:01:22.143Z||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.58.212] 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$$72cff0b4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-04-28T06:01:22.144Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b21d91b
2022-04-28T06:01:22.144Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T06:01:22.145Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T06:01:22.145Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T06:01:22.146Z||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$$72cff0b4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-04-28T06:02:11.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T06:02:11.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T06:02:11.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T06:02:11.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T06:02:11.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0cf1f70a-7142-426c-8d3f-dc53b6c03dc4 url= /sdc/v1/artifactTypes
2022-04-28T06:02:11.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T06:02:12.152Z||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.58.212] 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$$72cff0b4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-04-28T06:02:12.153Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17380408
2022-04-28T06:02:12.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T06:02:12.154Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T06:02:12.154Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T06:02:12.155Z||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$$72cff0b4.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-04-28T06:03:01.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T06:03:01.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T06:03:01.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T06:03:01.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T06:03:01.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae46de54-2426-4705-9ca7-58357d34efdc url= /sdc/v1/artifactTypes
2022-04-28T06:03:01.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T06:03:01.495Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-28T06:03:01.518Z||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-04-28T06:03:01.573Z||scheduling-1|||||DEBUG|500||create keys
2022-04-28T06:03:01.596Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-28T06:03:01.624Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:03:01.667Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 267a0183-4da0-4271-8f7b-4bdb8807cd33 url= /sdc/v1/registerForDistribution
2022-04-28T06:03:01.904Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 267a0183-4da0-4271-8f7b-4bdb8807cd33 url= /sdc/v1/registerForDistribution
2022-04-28T06:03:01.904Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-28T06:03:01.927Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:03:01.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:03:01.940Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-28T06:03:01.951Z||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-04-28T06:03:01.952Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:03:01.953Z||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-04-28T06:03:01.954Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:03:12.246Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:03:12.265Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:04:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:04:01.923Z||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-04-28T06:04:01.923Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:04:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:04:01.928Z||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-04-28T06:04:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:04:11.481Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:04:11.483Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:05:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:05:01.921Z||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-04-28T06:05:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:05:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:05:01.927Z||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-04-28T06:05:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:05:11.486Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:05:11.487Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:06:01.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:06:01.926Z||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-04-28T06:06:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:06:01.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:06:01.928Z||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-04-28T06:06:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:06:11.490Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:06:11.493Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:07:01.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:07:01.922Z||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-04-28T06:07:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:07:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:07:01.929Z||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-04-28T06:07:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:07:11.509Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:07:11.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:08:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:08:01.921Z||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-04-28T06:08:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:08:01.927Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:08:01.931Z||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-04-28T06:08:01.931Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:08:11.481Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:08:11.485Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:09:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:09:01.922Z||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-04-28T06:09:01.923Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:09:01.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:09:01.928Z||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-04-28T06:09:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:09:11.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:09:11.498Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:10:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:10:01.922Z||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-04-28T06:10:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:10:01.927Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:10:01.931Z||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-04-28T06:10:01.932Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:10:11.470Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:10:11.475Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:11:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:11:01.921Z||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-04-28T06:11:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:11:01.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:11:01.929Z||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-04-28T06:11:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:11:11.475Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:11:11.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:12:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:12:01.922Z||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-04-28T06:12:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:12:01.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:12:01.930Z||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-04-28T06:12:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:12:11.476Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:12:11.476Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:13:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:13:01.921Z||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-04-28T06:13:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:13:01.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:13:01.928Z||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-04-28T06:13:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:13:11.521Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:13:11.522Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:14:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:14:01.925Z||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-04-28T06:14:01.925Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:14:01.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:14:01.928Z||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-04-28T06:14:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:14:11.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:14:11.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:15:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:15:01.923Z||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-04-28T06:15:01.924Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T06:15:01.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:15:01.929Z||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-04-28T06:15:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:15:11.470Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:15:11.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:16:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:16:01.921Z||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-04-28T06:16:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:16:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:16:01.929Z||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-04-28T06:16:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:16:11.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:16:11.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:17:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:17:01.921Z||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-04-28T06:17:01.923Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:17:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:17:01.929Z||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-04-28T06:17:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:17:11.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:17:11.490Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:18:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:18:01.921Z||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-04-28T06:18:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:18:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:18:01.928Z||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-04-28T06:18:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:18:11.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:18:11.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:19:01.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:19:01.924Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T06:19:01.925Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:19:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:19:01.928Z||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-04-28T06:19:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:19:11.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:19:11.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:20:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:20:01.922Z||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-04-28T06:20:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:20:01.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:20:01.928Z||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-04-28T06:20:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:20:11.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:20:11.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:21:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:21:01.922Z||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-04-28T06:21:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:21:01.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:21:01.928Z||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-04-28T06:21:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:21:11.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:21:11.474Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:22:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:22:01.921Z||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-04-28T06:22:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:22:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:22:01.928Z||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-04-28T06:22:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:22:11.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:22:11.474Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:23:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:23:01.922Z||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-04-28T06:23:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:23:01.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:23:01.928Z||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-04-28T06:23:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:23:11.470Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:23:11.470Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:24:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:24:01.925Z||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-04-28T06:24:01.925Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:24:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:24:01.928Z||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-04-28T06:24:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:24:11.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:24:11.502Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:25:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:25:01.921Z||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-04-28T06:25:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:25:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:25:01.928Z||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-04-28T06:25:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:25:11.458Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:25:11.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:26:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:26:01.921Z||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-04-28T06:26:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:26:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:26:01.928Z||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-04-28T06:26:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:26:11.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:26:11.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:27:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:27:01.922Z||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-04-28T06:27:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:27:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:27:01.928Z||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-04-28T06:27:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:27:11.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:27:11.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:28:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:28:01.922Z||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-04-28T06:28:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:28:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:28:01.928Z||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-04-28T06:28:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:28:11.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:28:11.477Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:29:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:29:01.921Z||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-04-28T06:29:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:29:01.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:29:01.928Z||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-04-28T06:29:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:29:11.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:29:11.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:30:01.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:30:01.923Z||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-04-28T06:30:01.923Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:30:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:30:01.927Z||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-04-28T06:30:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:30:11.468Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:30:11.479Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:31:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:31:01.921Z||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-04-28T06:31:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:31:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:31:01.928Z||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-04-28T06:31:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:31:11.475Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:31:11.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:32:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:32:01.921Z||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-04-28T06:32:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:32:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:32:01.928Z||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-04-28T06:32:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:32:11.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:32:11.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:33:01.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:33:01.924Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T06:33:01.924Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T06:33:01.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:33:01.929Z||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-04-28T06:33:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:33:11.476Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:33:11.479Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:34:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:34:01.922Z||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-04-28T06:34:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:34:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:34:01.927Z||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-04-28T06:34:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:34:11.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:34:11.471Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:35:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:35:01.922Z||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-04-28T06:35:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:35:01.927Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:35:01.928Z||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-04-28T06:35:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:35:11.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:35:11.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:36:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:36:01.926Z||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-04-28T06:36:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:36:01.926Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:36:01.927Z||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-04-28T06:36:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:36:11.479Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:36:11.481Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:37:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:37:01.921Z||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-04-28T06:37:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:37:01.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:37:01.928Z||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-04-28T06:37:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:37:11.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:37:11.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:38:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:38:01.921Z||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-04-28T06:38:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:38:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:38:01.928Z||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-04-28T06:38:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:38:11.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:38:11.484Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:39:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:39:01.929Z||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-04-28T06:39:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:39:01.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:39:01.930Z||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-04-28T06:39:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:39:11.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:39:11.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:40:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:40:01.922Z||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-04-28T06:40:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:40:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:40:01.927Z||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-04-28T06:40:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:40:11.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:40:11.464Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:41:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:41:01.921Z||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-04-28T06:41:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:41:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:41:01.928Z||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-04-28T06:41:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:41:11.461Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:41:11.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:42:01.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:42:01.921Z||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-04-28T06:42:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:42:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:42:01.927Z||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-04-28T06:42:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:42:11.475Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:42:11.475Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:43:01.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:43:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:43:01.928Z||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-04-28T06:43:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:43:01.938Z||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-04-28T06:43:01.938Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:43:11.479Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:43:11.491Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:44:01.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:44:01.923Z||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-04-28T06:44:01.924Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T06:44:01.927Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:44:01.928Z||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-04-28T06:44:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:44:11.469Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:44:11.475Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:45:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:45:01.921Z||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-04-28T06:45:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:45:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:45:01.929Z||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-04-28T06:45:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:45:11.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:45:11.479Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:46:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:46:01.921Z||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-04-28T06:46:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:46:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:46:01.928Z||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-04-28T06:46:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:46:11.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:46:11.464Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:47:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:47:01.924Z||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-04-28T06:47:01.924Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:47:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:47:01.927Z||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-04-28T06:47:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:47:11.474Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:47:11.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:48:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:48:01.922Z||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-04-28T06:48:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:48:01.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:48:01.938Z||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-04-28T06:48:01.939Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:48:11.471Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:48:11.476Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:49:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:49:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:49:01.927Z||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-04-28T06:49:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:49:01.928Z||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-04-28T06:49:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:49:11.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:49:11.491Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:50:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:50:01.921Z||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-04-28T06:50:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:50:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:50:01.928Z||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-04-28T06:50:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:50:11.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:50:11.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:51:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:51:01.922Z||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-04-28T06:51:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:51:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:51:01.927Z||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-04-28T06:51:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:51:11.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:51:11.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:52:01.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:52:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:52:01.929Z||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-04-28T06:52:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:52:01.929Z||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-04-28T06:52:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:52:11.475Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:52:11.492Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:53:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:53:01.922Z||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-04-28T06:53:01.923Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:53:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:53:01.927Z||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-04-28T06:53:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:53:11.470Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:53:11.470Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:54:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:54:01.921Z||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-04-28T06:54:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:54:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:54:01.929Z||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-04-28T06:54:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:54:11.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:54:11.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:55:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:55:01.921Z||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-04-28T06:55:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:55:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:55:01.929Z||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-04-28T06:55:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:55:11.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:55:11.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:56:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:56:01.921Z||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-04-28T06:56:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:56:01.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:56:01.928Z||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-04-28T06:56:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:56:11.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:56:11.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:57:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:57:01.921Z||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-04-28T06:57:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:57:01.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:57:01.927Z||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-04-28T06:57:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:57:11.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:57:11.465Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:58:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:58:01.921Z||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-04-28T06:58:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:58:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:58:01.928Z||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-04-28T06:58:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:58:11.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:58:11.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:59:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:59:01.921Z||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-04-28T06:59:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:59:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:59:01.928Z||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-04-28T06:59:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:59:11.466Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T06:59:11.468Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:00:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:00:01.921Z||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-04-28T07:00:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:00:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:00:01.928Z||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-04-28T07:00:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:00:11.470Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:00:11.470Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:01:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:01:01.921Z||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-04-28T07:01:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:01:01.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:01:01.928Z||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-04-28T07:01:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:01:11.466Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:01:11.466Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:02:01.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:02:01.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:02:01.928Z||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-04-28T07:02:01.928Z||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-04-28T07:02:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:02:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:02:11.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:02:11.497Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:03:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:03:01.923Z||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-04-28T07:03:01.924Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:03:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:03:01.928Z||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-04-28T07:03:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:03:11.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:03:11.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:04:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:04:01.921Z||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-04-28T07:04:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:04:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:04:01.928Z||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-04-28T07:04:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:04:11.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:04:11.470Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:05:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:05:01.921Z||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-04-28T07:05:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:05:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:05:01.928Z||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-04-28T07:05:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:05:11.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:05:11.468Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:06:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:06:01.921Z||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-04-28T07:06:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:06:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:06:01.928Z||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-04-28T07:06:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:06:11.468Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:06:11.468Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:07:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:07:01.921Z||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-04-28T07:07:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:07:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:07:01.927Z||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-04-28T07:07:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:07:11.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:07:11.472Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:08:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:08:01.921Z||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-04-28T07:08:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:08:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:08:01.928Z||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-04-28T07:08:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:08:11.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:08:11.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:09:01.919Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:09:01.920Z||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-04-28T07:09:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:09:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:09:01.928Z||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-04-28T07:09:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:09:11.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:09:11.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:10:01.919Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:10:01.921Z||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-04-28T07:10:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:10:01.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:10:01.928Z||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-04-28T07:10:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:10:11.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:10:11.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:11:01.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:11:01.922Z||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-04-28T07:11:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:11:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:11:01.927Z||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-04-28T07:11:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:11:11.471Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:11:11.471Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:12:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:12:01.925Z||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-04-28T07:12:01.926Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:12:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:12:01.927Z||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-04-28T07:12:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:12:11.480Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:12:11.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:13:01.922Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:13:01.924Z||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-04-28T07:13:01.924Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:13:01.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:13:01.929Z||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-04-28T07:13:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:13:11.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:13:11.492Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:14:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:14:01.921Z||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-04-28T07:14:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:14:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:14:01.928Z||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-04-28T07:14:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:14:11.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:14:11.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:15:01.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:15:01.921Z||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-04-28T07:15:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:15:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:15:01.927Z||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-04-28T07:15:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:15:11.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:15:11.468Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:15:59.406Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-28T07:16:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:16:01.921Z||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-04-28T07:16:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:16:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:16:01.927Z||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-04-28T07:16:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:16:11.464Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:16:11.464Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:17:01.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:17:01.921Z||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-04-28T07:17:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:17:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:17:01.927Z||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-04-28T07:17:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:17:11.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:17:11.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:18:01.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:18:01.921Z||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-04-28T07:18:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:18:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:18:01.927Z||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-04-28T07:18:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:18:11.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:18:11.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:19:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:19:01.921Z||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-04-28T07:19:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:19:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:19:01.928Z||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-04-28T07:19:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:19:11.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:19:11.482Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:20:01.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:20:01.923Z||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-04-28T07:20:01.924Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:20:01.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:20:01.928Z||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-04-28T07:20:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:20:11.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:20:11.493Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:21:01.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:21:01.921Z||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-04-28T07:21:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:21:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:21:01.927Z||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-04-28T07:21:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:21:11.470Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:21:11.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:22:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:22:01.922Z||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-04-28T07:22:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:22:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:22:01.928Z||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-04-28T07:22:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:22:11.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:22:11.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:23:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:23:01.922Z||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-04-28T07:23:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:23:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:23:01.927Z||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-04-28T07:23:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:23:11.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:23:11.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:24:01.921Z||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-04-28T07:24:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:24:01.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:24:01.937Z||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-04-28T07:24:01.937Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:24:09.272Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:09.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-28T07:24:09.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"054d8158-64a0-4579-87d3-982d02f8bfbf","serviceName":"basic_onboard_awmgzk","serviceVersion":"1.0","serviceUUID":"5b10e29f-9d06-4a2b-85a4-f0249004ec0f","serviceDescription":"service","serviceInvariantUUID":"0c905492-05fd-465d-be49-6d93a03d414c","resources":[{"resourceInstanceName":"basic_onboard_awmgzk 0","resourceName":"basic_onboard_awmgzk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9236c49-ce0d-4443-9616-341852e6c3fe","resourceInvariantUUID":"1b7defc8-450c-4a4c-a7a9-be7473792318","resourceCustomizationUUID":"e42f584a-4191-411f-ba30-53183329b287","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml","artifactChecksum":"NGEyYmNiOWIwNGE3NTAxMjBmZjJlN2JlYzI5OGUxYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"089d3f9e-58de-434b-a732-07d9d725e609","artifactVersion":"1"},{"artifactName":"basic_onboard_awmgzk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json","artifactChecksum":"ZjY2MWU0MzBhMjFhM2M3NTRhZDFlY2UzM2NkMTZlODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"094182ab-5eb0-4be3-852a-fc1e7531312f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"967e0ce4-257b-45a9-ba16-e2a6e6e3c629","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e7eceb30-70c5-4c81-bec9-c34ee4b3e70c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9cb86e19-3029-4bd7-a7a1-431031944839","artifactVersion":"2","generatedFromUUID":"967e0ce4-257b-45a9-ba16-e2a6e6e3c629"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAwmgzk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml","artifactChecksum":"MzYxZmNlMzkyMGI3M2I0NWM3ODVkNmFiMWRmZjc0MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"faa65f7c-a34c-43ca-9627-2c60f920fc75","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAwmgzk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar","artifactChecksum":"NWQxMDRkZThjMTEyYmIzYzUwMjg5ZDQ5ODM0ZjIxNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ccd7f8ca-9647-42f2-ab75-f25ffe132974","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T07:24:09.306Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:09.323Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:09.347Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:09.348Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:24:09.448Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-04-28T07:24:09.456Z||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-04-28T07:24:09.456Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:09.470Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:09.471Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:09.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:09.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:24:09.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "policy-id",
  "timestamp": 1651130646224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:24:09.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:24:10.361Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:10.362Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:10.365Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:10.365Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:24:10.465Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:10.467Z||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-04-28T07:24:10.468Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:10.480Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:10.481Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:11.366Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:11.367Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:11.371Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:11.371Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:24:11.472Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:24:11.473Z||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-04-28T07:24:11.474Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:11.486Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:11.487Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:12.372Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:12.373Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:12.377Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:12.377Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:24:12.477Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:24:12.479Z||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-04-28T07:24:12.479Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:12.492Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:12.493Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:13.378Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:13.380Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:13.384Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:13.384Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-28T07:24:13.484Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:24:13.485Z||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-04-28T07:24:13.485Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:13.497Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:13.498Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:24:14.385Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:14.387Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:14.390Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:14.390Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:24:14.490Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:24:14.491Z||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-04-28T07:24:14.492Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:14.521Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:14.522Z||pool-8-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:15.391Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:15.393Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:15.397Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:15.397Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:24:15.497Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:15.499Z||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-04-28T07:24:15.499Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:15.512Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:15.514Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:16.402Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "serviceName": "basic_onboard_awmgzk",
  "serviceVersion": "1.0",
  "serviceUUID": "5b10e29f-9d06-4a2b-85a4-f0249004ec0f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0c905492-05fd-465d-be49-6d93a03d414c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_awmgzk 0",
      "resourceCustomizationUUID": "e42f584a-4191-411f-ba30-53183329b287",
      "resourceName": "basic_onboard_awmgzk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f9236c49-ce0d-4443-9616-341852e6c3fe",
      "resourceInvariantUUID": "1b7defc8-450c-4a4c-a7a9-be7473792318",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_awmgzk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
          "artifactChecksum": "ZjY2MWU0MzBhMjFhM2M3NTRhZDFlY2UzM2NkMTZlODI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "094182ab-5eb0-4be3-852a-fc1e7531312f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "967e0ce4-257b-45a9-ba16-e2a6e6e3c629",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9cb86e19-3029-4bd7-a7a1-431031944839",
            "generatedFromUUID": "967e0ce4-257b-45a9-ba16-e2a6e6e3c629"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9cb86e19-3029-4bd7-a7a1-431031944839",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardAwmgzk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
      "artifactChecksum": "NWQxMDRkZThjMTEyYmIzYzUwMjg5ZDQ5ODM0ZjIxNDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ccd7f8ca-9647-42f2-ab75-f25ffe132974"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T07:24:16.408Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T07:24:16.409Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b10e29f-9d06-4a2b-85a4-f0249004ec0f ASDC
2022-04-28T07:24:16.599Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:054d8158-64a0-4579-87d3-982d02f8bfbf
ServiceName:basic_onboard_awmgzk
ServiceVersion:1.0
ServiceUUID:5b10e29f-9d06-4a2b-85a4-f0249004ec0f
ServiceInvariantUUID:0c905492-05fd-465d-be49-6d93a03d414c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAwmgzk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar
ArtifactUUID:ccd7f8ca-9647-42f2-ab75-f25ffe132974
ArtifactChecksum:NWQxMDRkZThjMTEyYmIzYzUwMjg5ZDQ5ODM0ZjIxNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_awmgzk 0
ResourceCustomizationUUID:e42f584a-4191-411f-ba30-53183329b287
ResourceInvariantUUID:1b7defc8-450c-4a4c-a7a9-be7473792318
ResourceName:basic_onboard_awmgzk
ResourceType:VF
ResourceUUID:f9236c49-ce0d-4443-9616-341852e6c3fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_awmgzk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json
ArtifactUUID:094182ab-5eb0-4be3-852a-fc1e7531312f
ArtifactChecksum:ZjY2MWU0MzBhMjFhM2M3NTRhZDFlY2UzM2NkMTZlODI=
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/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:967e0ce4-257b-45a9-ba16-e2a6e6e3c629
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/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env
ArtifactUUID:9cb86e19-3029-4bd7-a7a1-431031944839
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/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env
ArtifactUUID:9cb86e19-3029-4bd7-a7a1-431031944839
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T07:24:16.604Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b10e29f-9d06-4a2b-85a4-f0249004ec0f 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-04-28T07:24:17.048Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:24:17.050Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-28T07:24:17.053Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-28T07:24:17.054Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ccd7f8ca-9647-42f2-ab75-f25ffe132974 from URL: /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:17.054Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-28T07:24:17.056Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:17.507Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-28T07:24:17.527Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar ccd7f8ca-9647-42f2-ab75-f25ffe132974 71578
2022-04-28T07:24:17.529Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar ASDC sendASDCNotification
2022-04-28T07:24:17.529Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:17.530Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:24:17.532Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:17.536Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:17.536Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130657528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:24:17.635Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:24:17.636Z||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-04-28T07:24:17.637Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:17.652Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:17.653Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:18.537Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:24:18.539Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-28T07:24:18.540Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ccd7f8ca-9647-42f2-ab75-f25ffe132974, URL: /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar to file: /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:18.541Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:18.672Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:18.672Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:19.730Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1123818648815861517/Definitions/service-BasicOnboardAwmgzk-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-04-28T07:24:23.055Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T07:24:23.063Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-28T07:24:23.064Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.064Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-28T07:24:23.064Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||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-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.065Z|054d8158-64a0-4579-87d3-982d02f8bfbf|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-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.065Z|054d8158-64a0-4579-87d3-982d02f8bfbf|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-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.065Z|054d8158-64a0-4579-87d3-982d02f8bfbf|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-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.065Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.066Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.066Z|054d8158-64a0-4579-87d3-982d02f8bfbf|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-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.066Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_awmgzk 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-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.066Z|054d8158-64a0-4579-87d3-982d02f8bfbf|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-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.066Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-28T07:24:23.079Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:23.081Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.087Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:23.087Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-28T07:24:23.090Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:24:23.092Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:23.093Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.093Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:23.093Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-28T07:24:23.094Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:24:23.094Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:23.094Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.100Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:23.100Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is not matching search criteria
2022-04-28T07:24:23.100Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-28T07:24:23.101Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-28T07:24:23.101Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-28T07:24:23.101Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-28T07:24:23.101Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T07:24:23.102Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:23.102Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:24:23.104Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:23.105Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:23.105Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:24:23.106Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:23.107Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:23.107Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:24:23.107Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:23.108Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:23.108Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:24:23.109Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:23.109Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is not matching search criteria
2022-04-28T07:24:23.109Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-28T07:24:23.110Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-28T07:24:23.110Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56a9d693-8f22-4c78-b028-2d8b9a13996e
2022-04-28T07:24:23.110Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:23.111Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.111Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:23.111Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.112Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:23.112Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.112Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:23.113Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.113Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_awmgzk
Description:service
Model UUID:5b10e29f-9d06-4a2b-85a4-f0249004ec0f
Model Version:NULL
Model InvariantUuid:0c905492-05fd-465d-be49-6d93a03d414c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_awmgzk
Model UUID:c9c5a385-20b1-431b-b305-2bcf43b1f8e9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1b7defc8-450c-4a4c-a7a9-be7473792318
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e42f584a-4191-411f-ba30-53183329b287
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4d4deceb-673e-4ade-89bd-b3d76ec1a3eb
ModelName:BasicOnboardAwmgzk..base_ubuntu18..module-0
ModelUuid:dcbb89b5-74a9-4360-99f5-be5fe801e056
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:56a9d693-8f22-4c78-b028-2d8b9a13996e
ModelInvariantUuid:9d296b2b-6040-4034-8408-e715457fed72
ModelName:basic_onboard_awmgzk-nodes.ubuntu18Cvfc
ModelUuid:f91ac7f4-b3c1-4079-a1e2-d9b278603081
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:1c44051c-7f18-42ff-9122-77102c62a757
ModelInvariantUuid:37943ef4-9ce5-4ea3-a876-514129828413
ModelName:BasicOnboardAwmgzk.compute.nodes.heat.ubuntu18
ModelUuid:016166db-c949-4961-82be-e62998741029
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-04-28T07:24:23.150Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f9236c49-ce0d-4443-9616-341852e6c3fe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:24:23.307Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||basic_onboard_awmgzk 0
2022-04-28T07:24:23.319Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f9236c49-ce0d-4443-9616-341852e6c3fe
2022-04-28T07:24:23.320Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 094182ab-5eb0-4be3-852a-fc1e7531312f from URL: /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json
2022-04-28T07:24:23.320Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-28T07:24:23.320Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json
2022-04-28T07:24:23.613Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-28T07:24:23.614Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json 094182ab-5eb0-4be3-852a-fc1e7531312f 798
2022-04-28T07:24:23.614Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json ASDC sendASDCNotification
2022-04-28T07:24:23.615Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json
2022-04-28T07:24:23.615Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:24:23.616Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:23.619Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:23.619Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130663614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:24:23.719Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:23.721Z||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-04-28T07:24:23.721Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:23.735Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:23.736Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:24.622Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAwmgzk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4d4deceb-673e-4ade-89bd-b3d76ec1a3eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcbb89b5-74a9-4360-99f5-be5fe801e056",
    "vfModuleModelCustomizationUUID": "73cdce05-5e3a-4fb7-8ae5-3c72e5760d12",
    "isBase": true,
    "artifacts": [
      "967e0ce4-257b-45a9-ba16-e2a6e6e3c629",
      "9cb86e19-3029-4bd7-a7a1-431031944839"
    ],
    "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-04-28T07:24:24.646Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAwmgzk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcbb89b5-74a9-4360-99f5-be5fe801e056
VfModuleModelInvariantUUID:4d4deceb-673e-4ade-89bd-b3d76ec1a3eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
967e0ce4-257b-45a9-ba16-e2a6e6e3c629
,
9cb86e19-3029-4bd7-a7a1-431031944839

}
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-04-28T07:24:24.653Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAwmgzk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4d4deceb-673e-4ade-89bd-b3d76ec1a3eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcbb89b5-74a9-4360-99f5-be5fe801e056",
    "vfModuleModelCustomizationUUID": "73cdce05-5e3a-4fb7-8ae5-3c72e5760d12",
    "isBase": true,
    "artifacts": [
      "967e0ce4-257b-45a9-ba16-e2a6e6e3c629",
      "9cb86e19-3029-4bd7-a7a1-431031944839"
    ],
    "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-04-28T07:24:24.654Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAwmgzk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcbb89b5-74a9-4360-99f5-be5fe801e056
VfModuleModelInvariantUUID:4d4deceb-673e-4ade-89bd-b3d76ec1a3eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
967e0ce4-257b-45a9-ba16-e2a6e6e3c629
,
9cb86e19-3029-4bd7-a7a1-431031944839

}
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-04-28T07:24:24.654Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 967e0ce4-257b-45a9-ba16-e2a6e6e3c629 from URL: /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml
2022-04-28T07:24:24.654Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-28T07:24:24.655Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml
2022-04-28T07:24:24.887Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-28T07:24:24.887Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml 967e0ce4-257b-45a9-ba16-e2a6e6e3c629 5033
2022-04-28T07:24:24.888Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-28T07:24:24.888Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml
2022-04-28T07:24:24.888Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:24:24.889Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:24.892Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:24.893Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130664888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:24:24.993Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:24.995Z||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-04-28T07:24:24.996Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:25.007Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:25.008Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:25.894Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9cb86e19-3029-4bd7-a7a1-431031944839 from URL: /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env
2022-04-28T07:24:25.895Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-28T07:24:25.895Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env
2022-04-28T07:24:26.389Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-28T07:24:26.390Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env 9cb86e19-3029-4bd7-a7a1-431031944839 909
2022-04-28T07:24:26.391Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-28T07:24:26.391Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env
2022-04-28T07:24:26.391Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:24:26.392Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:26.395Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:26.396Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130666391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:24:26.496Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:26.497Z||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-04-28T07:24:26.498Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:26.514Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:26.515Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:27.401Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5b10e29f-9d06-4a2b-85a4-f0249004ec0f
2022-04-28T07:24:27.402Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_awmgzk 0 f9236c49-ce0d-4443-9616-341852e6c3fe 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-04-28T07:24:27.468Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@155216a2, org.onap.sdc.toscaparser.api.parameters.Input@4ce31fa2, org.onap.sdc.toscaparser.api.parameters.Input@2328b051, org.onap.sdc.toscaparser.api.parameters.Input@64b285f1, org.onap.sdc.toscaparser.api.parameters.Input@615078c3]
2022-04-28T07:24:27.475Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.475Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.476Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-28T07:24:27.476Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e42f584a-4191-411f-ba30-53183329b287
2022-04-28T07:24:27.476Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e42f584a-4191-411f-ba30-53183329b287 matches Tosca VF Customization UUID: e42f584a-4191-411f-ba30-53183329b287
2022-04-28T07:24:27.477Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e42f584a-4191-411f-ba30-53183329b287  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-04-28T07:24:27.489Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.490Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.492Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e42f584a-4191-411f-ba30-53183329b287: {\"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-04-28T07:24:27.493Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8eccfed
2022-04-28T07:24:27.493Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.493Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:24:27.494Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 73cdce05-5e3a-4fb7-8ae5-3c72e5760d12
2022-04-28T07:24:27.497Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 73cdce05-5e3a-4fb7-8ae5-3c72e5760d12
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-04-28T07:24:27.510Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.511Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:27.512Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:24:27.513Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.514Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:27.514Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:24:27.514Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.515Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is not matching search criteria
2022-04-28T07:24:27.515Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-28T07:24:27.515Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-28T07:24:27.516Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56a9d693-8f22-4c78-b028-2d8b9a13996e
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-04-28T07:24:27.532Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.533Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:27.533Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:24:27.534Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.534Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:27.534Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=e42f584a-4191-411f-ba30-53183329b287
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:24:27.538Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.539Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.539Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5b10e29f-9d06-4a2b-85a4-f0249004ec0f: basic_onboard_awmgzk
2022-04-28T07:24:27.539Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.540Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.540Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.540Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.541Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.541Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.541Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.542Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.542Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:24:27.542Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.543Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_awmgzk 
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-04-28T07:24:27.817Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_awmgzk f9236c49-ce0d-4443-9616-341852e6c3fe 1 ASDC deployResourceStructure
2022-04-28T07:24:27.818Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json ASDC sendASDCNotification
2022-04-28T07:24:27.818Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json
2022-04-28T07:24:27.818Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:24:27.818Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:27.821Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:27.822Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130667818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:24:27.922Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:27.924Z||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-04-28T07:24:27.924Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:27.942Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:27.943Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:24:28.823Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-28T07:24:28.824Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml
2022-04-28T07:24:28.824Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:24:28.824Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:28.826Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:28.827Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130668823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:24:28.927Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:28.928Z||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-04-28T07:24:28.928Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:28.942Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:28.943Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:29.830Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-28T07:24:29.831Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env
2022-04-28T07:24:29.831Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:24:29.832Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:29.835Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:29.835Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130669830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:24:29.936Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:24:29.937Z||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-04-28T07:24:29.938Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:29.952Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:29.953Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:30.836Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar ASDC sendASDCNotification
2022-04-28T07:24:30.837Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:30.838Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:24:30.838Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:30.841Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:30.842Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130670836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:24:30.941Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:24:30.943Z||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-04-28T07:24:30.943Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:30.967Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:24:30.968Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:31.844Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:24:31.956Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:24:31.961Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:24:31.962Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:24:31.962Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:25:01.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:25:01.929Z||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-04-28T07:25:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:25:01.957Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:25:01.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:25:01.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "cds",
  "timestamp": 1651130644911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:25:01.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:25:01.962Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:25:01.980Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:25:01.987Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:25:01.988Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:25:01.988Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:25:31.992Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:25:32.040Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:25:32.045Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:25:32.046Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:25:32.046Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:26:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:26:01.928Z||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-04-28T07:26:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:26:01.967Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:26:01.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:26:01.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:26:01.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:26:02.047Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:26:02.064Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:26:02.069Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:26:02.069Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:26:02.070Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:26:32.070Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:26:32.090Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:26:32.097Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:26:32.098Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:26:32.098Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:27:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:27:01.928Z||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-04-28T07:27:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:27:01.975Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:27:01.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "policy-id",
  "timestamp": 1651130646224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "cds",
  "timestamp": 1651130644911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:27:01.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "policy-id",
  "timestamp": 1651130646224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:27:01.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "cds",
  "timestamp": 1651130644911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:27:01.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "policy-id",
  "timestamp": 1651130646224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "cds",
  "timestamp": 1651130644911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "policy-id",
  "timestamp": 1651130646224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "cds",
  "timestamp": 1651130644911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-28T07:27:01.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "policy-id",
  "timestamp": 1651130646224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "cds",
  "timestamp": 1651130644911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "policy-id",
  "timestamp": 1651130646224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:27:01.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "cds",
  "timestamp": 1651130644911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:27:01.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130641920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:27:01.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "clamp",
  "timestamp": 1651130656753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130657528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:27:01.997Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:01.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "cds",
  "timestamp": 1651130657732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:27:01.998Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:01.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "policy-id",
  "timestamp": 1651130658153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:27:01.998Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:01.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "clamp",
  "timestamp": 1651130656753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:27:01.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:01.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130658068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130657973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "policy-id",
  "timestamp": 1651130659163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:27:02.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "cds",
  "timestamp": 1651130658762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-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-04-28T07:27:02.013Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.014Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 054d8158-64a0-4579-87d3-982d02f8bfbf 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-04-28T07:27:02.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "clamp",
  "timestamp": 1651130656753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130658068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130657973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:27:02.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "policy-id",
  "timestamp": 1651130660168,
  "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-04-28T07:27:02.039Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.040Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 054d8158-64a0-4579-87d3-982d02f8bfbf 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-04-28T07:27:02.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "clamp",
  "timestamp": 1651130656753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130658068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130657973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:27:02.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "clamp",
  "timestamp": 1651130656753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130658068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130657973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "clamp",
  "timestamp": 1651130656753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130658068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130657973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-28T07:27:02.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "clamp",
  "timestamp": 1651130656753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:27:02.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130658068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130657973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130663614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130658068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130657973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:27:02.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130664076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130664888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.065Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130664076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130666051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.067Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130666391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.068Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "aai-ml",
  "timestamp": 1651130666081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130664076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130667239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "aai-ml",
  "timestamp": 1651130666081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130664076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130667818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:27:02.072Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130668932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.072Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "aai-ml",
  "timestamp": 1651130666081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130664076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130668823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:27:02.074Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130670000,
  "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-04-28T07:27:02.088Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.089Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 054d8158-64a0-4579-87d3-982d02f8bfbf 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-04-28T07:27:02.098Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "aai-ml",
  "timestamp": 1651130666081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130664076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130669830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:27:02.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130671004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:27:02.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "aai-ml",
  "timestamp": 1651130666081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130664076,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:27:02.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-28T07:27:02.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130670836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:27:02.105Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "aai-ml",
  "timestamp": 1651130666081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.105Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "aai-ml",
  "timestamp": 1651130666081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:27:02.106Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:27:02.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130673051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.106Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "aai-ml",
  "timestamp": 1651130674574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "clamp",
  "timestamp": 1651130677061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "clamp",
  "timestamp": 1651130679077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:27:02.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130678828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:27:02.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "clamp",
  "timestamp": 1651130680083,
  "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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:27:02.116Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.117Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 054d8158-64a0-4579-87d3-982d02f8bfbf and ComponentName clamp
2022-04-28T07:27:02.117Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_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-04-28T07:27:02.121Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:27:02.121Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:27:02.121Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T07:27:02.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130679835,
  "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-04-28T07:27:02.135Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.136Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 054d8158-64a0-4579-87d3-982d02f8bfbf 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-04-28T07:27:02.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "aai-ml",
  "timestamp": 1651130685413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T07:27:02.155Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "aai-ml",
  "timestamp": 1651130686422,
  "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-04-28T07:27:02.162Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.163Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 054d8158-64a0-4579-87d3-982d02f8bfbf 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-04-28T07:27:32.122Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:27:32.157Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:27:32.168Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:27:32.169Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:27:32.169Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T07:27:32.169Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T07:27:32.169Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T07:27:32.170Z|054d8158-64a0-4579-87d3-982d02f8bfbf|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-04-28T07:27:32.190Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T07:28:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:28:01.928Z||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-04-28T07:28:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:28:01.951Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:01.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130797973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "cds",
  "timestamp": 1651130794911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130798068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130797973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:28:01.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "cds",
  "timestamp": 1651130794911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130798068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130797973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:28:01.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "cds",
  "timestamp": 1651130794911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130798068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130797973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "cds",
  "timestamp": 1651130794911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130798068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130797973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T07:28:01.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "cds",
  "timestamp": 1651130794911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130798068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "policy-id",
  "timestamp": 1651130806224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "clamp",
  "timestamp": 1651130806753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130797973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "cds",
  "timestamp": 1651130794911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130798068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "policy-id",
  "timestamp": 1651130806224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "clamp",
  "timestamp": 1651130806753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:28:01.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130797973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:28:01.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "cds",
  "timestamp": 1651130794911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:28:01.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651130798068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "policy-id",
  "timestamp": 1651130806224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:28:01.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "clamp",
  "timestamp": 1651130806753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130809839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:28:01.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:01.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "policy-id",
  "timestamp": 1651130806224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "cds",
  "timestamp": 1651130809506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:28:01.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:01.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "clamp",
  "timestamp": 1651130806753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "policy-id",
  "timestamp": 1651130806224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:01.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "cds",
  "timestamp": 1651130810515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-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-04-28T07:28:02.025Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 538762d6-ca56-4eee-9082-023d90b5589b
2022-04-28T07:28:02.026Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 538762d6-ca56-4eee-9082-023d90b5589b 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-04-28T07:28:02.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130811153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:28:02.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "clamp",
  "timestamp": 1651130806753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "policy-id",
  "timestamp": 1651130806224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "clamp",
  "timestamp": 1651130806753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130812531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:28:02.048Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "policy-id",
  "timestamp": 1651130806224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:28:02.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "clamp",
  "timestamp": 1651130806753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:28:02.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130813559,
  "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-04-28T07:28:02.061Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 538762d6-ca56-4eee-9082-023d90b5589b
2022-04-28T07:28:02.061Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 538762d6-ca56-4eee-9082-023d90b5589b 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-04-28T07:28:02.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "policy-id",
  "timestamp": 1651130814235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:28:02.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651130814563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:28:02.090Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130814076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "policy-id",
  "timestamp": 1651130815239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:28:02.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130814076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "policy-id",
  "timestamp": 1651130816242,
  "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-04-28T07:28:02.101Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 538762d6-ca56-4eee-9082-023d90b5589b
2022-04-28T07:28:02.101Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 538762d6-ca56-4eee-9082-023d90b5589b 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-04-28T07:28:02.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "aai-ml",
  "timestamp": 1651130816081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130814076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "aai-ml",
  "timestamp": 1651130816081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130814076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "aai-ml",
  "timestamp": 1651130816081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130814076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "clamp",
  "timestamp": 1651130819460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:28:02.126Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "aai-ml",
  "timestamp": 1651130816081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130814076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "clamp",
  "timestamp": 1651130821094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:28:02.128Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "aai-ml",
  "timestamp": 1651130816081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130814076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:28:02.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "clamp",
  "timestamp": 1651130822098,
  "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-04-28T07:28:02.138Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 538762d6-ca56-4eee-9082-023d90b5589b
2022-04-28T07:28:02.139Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 538762d6-ca56-4eee-9082-023d90b5589b 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-04-28T07:28:02.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "aai-ml",
  "timestamp": 1651130816081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.159Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:28:02.192Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf 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-04-28T07:28:02.207Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 054d8158-64a0-4579-87d3-982d02f8bfbf and serviceModelVersionId: 5b10e29f-9d06-4a2b-85a4-f0249004ec0f
2022-04-28T07:28:02.207Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c905492-05fd-465d-be49-6d93a03d414c
2022-04-28T07:28:28.140Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0
2022-04-28T07:28:28.342Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T07:28:29.292Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Invoke
2022-04-28T07:28:29.306Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ec7199d-9318-48b4-a5a3-775d6c3f73dd], X-ECOMP-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], X-TransactionId=[], X-ONAP-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], Content-Type=[application/merge-patch+json]}
2022-04-28T07:28:30.878Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Invoke
2022-04-28T07:28:30.879Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[87193bf1-3334-4fa5-839d-772240169b94], X-ECOMP-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], X-TransactionId=[], X-ONAP-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], Content-Type=[application/merge-patch+json]}
2022-04-28T07:28:32.404Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Invoke
2022-04-28T07:28:32.405Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c0a974a0-d4b4-4ebe-a274-261ca2e9c24a], X-ECOMP-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], X-TransactionId=[], X-ONAP-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], Content-Type=[application/merge-patch+json]}
2022-04-28T07:28:33.432Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:28:33.433Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-04-28T07:28:33.434Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:28:33.435Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-04-28T07:28:33.445Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-04-28T07:28:33.446Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 054d8158-64a0-4579-87d3-982d02f8bfbf and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:28:33.448Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T07:28:33.449Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:33.453Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:33.454Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130913446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:28:33.553Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:28:33.555Z||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-04-28T07:28:33.555Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:33.575Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:33.576Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T07:28:34.474Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:28:34.475Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-04-28T07:28:34.476Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:38.801Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:38.802Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||received message from topic
2022-04-28T07:28:38.802Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"538762d6-ca56-4eee-9082-023d90b5589b","serviceName":"vFW 2022-04-28 07-24-04","serviceVersion":"1.0","serviceUUID":"23407bb6-4fec-4b47-b6e7-53f559ce59ca","serviceDescription":"catalog service description","serviceInvariantUUID":"3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b","resources":[{"resourceInstanceName":"vFW 6062576a-770d 0","resourceName":"vFW 6062576a-770d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5af5aeb6-f960-4ed1-97be-a99368047363","resourceInvariantUUID":"5bd9396e-ddb3-413e-a6ea-e24b88f53562","resourceCustomizationUUID":"cffddbe8-5a3d-4399-934e-d5fd4c7c0411","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml","artifactChecksum":"MWRmNTY3OTljMDUzNzUxOThiMThiYmNjM2JhOTNlYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d8361c6-9bcd-42de-8d97-9010e61079a7","artifactVersion":"1"},{"artifactName":"vfw6062576a770d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json","artifactChecksum":"NTBkYTIzNTRlMDYxMDFiNjUyNmM4ZTgxY2EyOWM3ZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"895de244-8710-457b-a886-44ca13bc734a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e43cb156-4847-49f1-a60e-a1a949b3a978","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml","artifactChecksum":"MWY3NTBkZTQ1ZjQ4Zjg5YjU0YjM3Y2JiMGVjN2M1Nzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ce80e33b-bf11-4565-b1bf-1666b7a86c6d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7aab9496-bdb3-414a-9d63-74d333a7e83a","artifactVersion":"2","generatedFromUUID":"e43cb156-4847-49f1-a60e-a1a949b3a978"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220428072404-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml","artifactChecksum":"YmY2Yjc2ZmQyNzVmYjAyZWRmMzk5Y2NiOTExMmZmMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62723e-d0e0-48aa-9b3c-3071700c7ac5","artifactVersion":"1"},{"artifactName":"service-Vfw20220428072404-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar","artifactChecksum":"ZDdhNmRkOTUwNmQ0ZGU4MjJkYzZmNjE2OWRjYTU2OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3f32bb1-87f3-4687-82ba-558aeea8b08c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T07:28:38.808Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:38.809Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:38.812Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:38.812Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:38.912Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:38.913Z||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-04-28T07:28:38.913Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:38.927Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:38.927Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:39.813Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:39.814Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:39.817Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:39.818Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:28:39.918Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:39.919Z||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-04-28T07:28:39.919Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:39.932Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:39.933Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:28:40.818Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:40.821Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:40.823Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:40.824Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:28:40.925Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:28:40.926Z||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-04-28T07:28:40.926Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:40.939Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:40.940Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:41.825Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:41.826Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:41.828Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:41.829Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:41.930Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:28:41.932Z||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-04-28T07:28:41.932Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:41.944Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:41.945Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:42.830Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:42.831Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:42.834Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:42.834Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T07:28:42.934Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:42.935Z||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-04-28T07:28:42.936Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:42.947Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:42.948Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:43.835Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:43.837Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:43.840Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:43.840Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:28:43.940Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:43.941Z||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-04-28T07:28:43.942Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:43.954Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:43.954Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:44.841Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:44.843Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:44.847Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:44.847Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:28:44.947Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:44.949Z||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-04-28T07:28:44.949Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:44.963Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:44.965Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:45.850Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "serviceName": "vFW 2022-04-28 07-24-04",
  "serviceVersion": "1.0",
  "serviceUUID": "23407bb6-4fec-4b47-b6e7-53f559ce59ca",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b",
  "resources": [
    {
      "resourceInstanceName": "vFW 6062576a-770d 0",
      "resourceCustomizationUUID": "cffddbe8-5a3d-4399-934e-d5fd4c7c0411",
      "resourceName": "vFW 6062576a-770d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5af5aeb6-f960-4ed1-97be-a99368047363",
      "resourceInvariantUUID": "5bd9396e-ddb3-413e-a6ea-e24b88f53562",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6062576a770d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
          "artifactChecksum": "NTBkYTIzNTRlMDYxMDFiNjUyNmM4ZTgxY2EyOWM3ZGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "895de244-8710-457b-a886-44ca13bc734a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e43cb156-4847-49f1-a60e-a1a949b3a978",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7aab9496-bdb3-414a-9d63-74d333a7e83a",
            "generatedFromUUID": "e43cb156-4847-49f1-a60e-a1a949b3a978"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7aab9496-bdb3-414a-9d63-74d333a7e83a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220428072404-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
      "artifactChecksum": "ZDdhNmRkOTUwNmQ0ZGU4MjJkYzZmNjE2OWRjYTU2OWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b3f32bb1-87f3-4687-82ba-558aeea8b08c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T07:28:45.850Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T07:28:45.850Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 23407bb6-4fec-4b47-b6e7-53f559ce59ca ASDC
2022-04-28T07:28:45.851Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||ASDC Notification:
DistributionID:538762d6-ca56-4eee-9082-023d90b5589b
ServiceName:vFW 2022-04-28 07-24-04
ServiceVersion:1.0
ServiceUUID:23407bb6-4fec-4b47-b6e7-53f559ce59ca
ServiceInvariantUUID:3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220428072404-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar
ArtifactUUID:b3f32bb1-87f3-4687-82ba-558aeea8b08c
ArtifactChecksum:ZDdhNmRkOTUwNmQ0ZGU4MjJkYzZmNjE2OWRjYTU2OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6062576a-770d 0
ResourceCustomizationUUID:cffddbe8-5a3d-4399-934e-d5fd4c7c0411
ResourceInvariantUUID:5bd9396e-ddb3-413e-a6ea-e24b88f53562
ResourceName:vFW 6062576a-770d
ResourceType:VF
ResourceUUID:5af5aeb6-f960-4ed1-97be-a99368047363
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6062576a770d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json
ArtifactUUID:895de244-8710-457b-a886-44ca13bc734a
ArtifactChecksum:NTBkYTIzNTRlMDYxMDFiNjUyNmM4ZTgxY2EyOWM3ZGM=
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/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml
ArtifactUUID:e43cb156-4847-49f1-a60e-a1a949b3a978
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/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env
ArtifactUUID:7aab9496-bdb3-414a-9d63-74d333a7e83a
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/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env
ArtifactUUID:7aab9496-bdb3-414a-9d63-74d333a7e83a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T07:28:45.851Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23407bb6-4fec-4b47-b6e7-53f559ce59ca 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-04-28T07:28:45.925Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:28:45.926Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:28:45.926Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:28:45.926Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Trying to download the artifact UUID: b3f32bb1-87f3-4687-82ba-558aeea8b08c from URL: /sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:45.926Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:28:45.927Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:46.023Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:28:46.034Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar b3f32bb1-87f3-4687-82ba-558aeea8b08c 99015
2022-04-28T07:28:46.035Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar ASDC sendASDCNotification
2022-04-28T07:28:46.036Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:46.036Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:28:46.037Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:46.040Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:46.040Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130926035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:28:46.140Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:28:46.142Z||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-04-28T07:28:46.142Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:46.155Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:46.156Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:47.042Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:28:47.043Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:28:47.044Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Trying to write artifact UUID: b3f32bb1-87f3-4687-82ba-558aeea8b08c, URL: /sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar to file: /app/ASDC/1/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:47.050Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220428072404-csar.csar
2022-04-28T07:28:47.050Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:47.051Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:47.395Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3322184362883659766/Definitions/service-Vfw20220428072404-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-28T07:28:51.565Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-28T07:28:51.566Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||####################################################################################################
2022-04-28T07:28:51.567Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.567Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-28T07:28:51.567Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.568Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.568Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.569Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.569Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.569Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.570Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.570Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.570Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.570Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.571Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.571Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.572Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6062576a-770d 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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.572Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||####################################################################################################
2022-04-28T07:28:51.572Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.573Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.573Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:51.574Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:28:51.574Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:28:51.575Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.575Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.575Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:51.576Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:28:51.576Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:28:51.577Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.577Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.578Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.578Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:51.579Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:51.579Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:51.580Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:28:51.580Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.581Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.581Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:28:51.581Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.582Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:28:51.582Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:28:51.583Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.583Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.583Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:28:51.584Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.584Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:28:51.585Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.585Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T07:28:51.586Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.586Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:28:51.587Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.587Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:51.587Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:51.588Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.589Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:51.589Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:51.590Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.590Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:51.590Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:51.591Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.591Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:51.592Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:51.592Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:51.593Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T07:28:51.593Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:28:51.593Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:28:51.594Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.594Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.595Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:28:51.595Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.595Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:28:51.596Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.597Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55cf233a-6f13-4e5d-af78-e8492d663a7f
2022-04-28T07:28:51.597Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.598Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:51.598Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:51.598Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:51.599Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:28:51.599Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.600Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.600Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:28:51.600Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.601Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T07:28:51.601Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:28:51.602Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.602Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:28:51.602Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.603Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eb03951a-593c-452b-b0da-0915e906d2f2
2022-04-28T07:28:51.604Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.604Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:51.605Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:51.605Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:51.605Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:28:51.606Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.606Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.607Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:28:51.607Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.607Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:28:51.608Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:28:51.608Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.609Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.609Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T07:28:51.609Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f4842c51-8a7c-4a80-b8d9-674d4288a79a
2022-04-28T07:28:51.610Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.610Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.611Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.611Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.612Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.612Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.612Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:51.613Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.613Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-28 07-24-04
Description:catalog service description
Model UUID:23407bb6-4fec-4b47-b6e7-53f559ce59ca
Model Version:NULL
Model InvariantUuid:3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6062576a-770d
Model UUID:dceb1b85-39d0-4346-a705-d2b2400003ba
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5bd9396e-ddb3-413e-a6ea-e24b88f53562
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cffddbe8-5a3d-4399-934e-d5fd4c7c0411
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7cd6a952-8e56-4040-adde-366b930de1d8
ModelName:Vfw6062576a770d..base_vfw..module-0
ModelUuid:991e0116-f65f-4b57-9149-10aa578491bd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:55cf233a-6f13-4e5d-af78-e8492d663a7f
ModelInvariantUuid:e2f8ecf3-3908-4816-af27-fda341025460
ModelName:vFW 6062576a-770d-nodes.vfwCvfc
ModelUuid:58ba8e5e-dc6b-4056-bddf-81de8b2e4bbf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:9e059f94-8c08-4c51-a01e-2281e6e1a134
ModelInvariantUuid:42b0aadf-1254-4083-89fd-41e74acd703a
ModelName:Vfw6062576a770d.compute.nodes.heat.vfw
ModelUuid:8b6248f5-abd6-4e2b-ae24-2daa53ac506f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:eb03951a-593c-452b-b0da-0915e906d2f2
ModelInvariantUuid:e2d6d42d-c8ce-4ad7-903d-df6eb69a8c6b
ModelName:vFW 6062576a-770d-nodes.vsnCvfc
ModelUuid:f99f619c-8f4c-4922-aa98-bedd0cfe8be6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b10aa7cd-b1f3-442d-8462-a2e36d1f8032
ModelInvariantUuid:d9aae8a8-bf62-420c-8254-fc6c3079d667
ModelName:Vfw6062576a770d.compute.nodes.heat.vsn
ModelUuid:cab0f53c-f299-4d99-8a2c-e8f0b190e2c1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f4842c51-8a7c-4a80-b8d9-674d4288a79a
ModelInvariantUuid:87bf9c62-7035-477a-bc6a-2008a9b4dff1
ModelName:vFW 6062576a-770d-nodes.vpgCvfc
ModelUuid:8334c386-1ecd-427d-b0e3-3f66cc16b4b1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d520aa58-3d3a-4a79-8121-1fb631941e56
ModelInvariantUuid:f614aa4d-85aa-46f6-ba9b-6e9e7cca010d
ModelName:Vfw6062576a770d.compute.nodes.heat.vpg
ModelUuid:2e4254a5-433d-43ab-84de-c47f1b08ed23
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-04-28T07:28:51.624Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 5af5aeb6-f960-4ed1-97be-a99368047363
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:28:51.630Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||vFW 6062576a-770d 0
2022-04-28T07:28:51.630Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 5af5aeb6-f960-4ed1-97be-a99368047363
2022-04-28T07:28:51.631Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Trying to download the artifact UUID: 895de244-8710-457b-a886-44ca13bc734a from URL: /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json
2022-04-28T07:28:51.631Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:28:51.631Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json
2022-04-28T07:28:51.900Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:28:51.901Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json 895de244-8710-457b-a886-44ca13bc734a 785
2022-04-28T07:28:51.901Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json ASDC sendASDCNotification
2022-04-28T07:28:51.901Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json
2022-04-28T07:28:51.901Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:28:51.902Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:51.906Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:51.906Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130931901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:28:52.007Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:52.008Z||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-04-28T07:28:52.008Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:52.022Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:52.023Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:52.907Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6062576a770d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7cd6a952-8e56-4040-adde-366b930de1d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "991e0116-f65f-4b57-9149-10aa578491bd",
    "vfModuleModelCustomizationUUID": "b52f8792-0716-45d2-85b0-981d8c71477e",
    "isBase": true,
    "artifacts": [
      "e43cb156-4847-49f1-a60e-a1a949b3a978",
      "7aab9496-bdb3-414a-9d63-74d333a7e83a"
    ],
    "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-04-28T07:28:52.917Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6062576a770d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:991e0116-f65f-4b57-9149-10aa578491bd
VfModuleModelInvariantUUID:7cd6a952-8e56-4040-adde-366b930de1d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
e43cb156-4847-49f1-a60e-a1a949b3a978
,
7aab9496-bdb3-414a-9d63-74d333a7e83a

}
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-04-28T07:28:52.926Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6062576a770d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7cd6a952-8e56-4040-adde-366b930de1d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "991e0116-f65f-4b57-9149-10aa578491bd",
    "vfModuleModelCustomizationUUID": "b52f8792-0716-45d2-85b0-981d8c71477e",
    "isBase": true,
    "artifacts": [
      "e43cb156-4847-49f1-a60e-a1a949b3a978",
      "7aab9496-bdb3-414a-9d63-74d333a7e83a"
    ],
    "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-04-28T07:28:52.926Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6062576a770d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:991e0116-f65f-4b57-9149-10aa578491bd
VfModuleModelInvariantUUID:7cd6a952-8e56-4040-adde-366b930de1d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
e43cb156-4847-49f1-a60e-a1a949b3a978
,
7aab9496-bdb3-414a-9d63-74d333a7e83a

}
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-04-28T07:28:52.927Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Trying to download the artifact UUID: e43cb156-4847-49f1-a60e-a1a949b3a978 from URL: /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml
2022-04-28T07:28:52.927Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:28:52.927Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml
2022-04-28T07:28:53.416Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:28:53.417Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml e43cb156-4847-49f1-a60e-a1a949b3a978 20368
2022-04-28T07:28:53.418Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T07:28:53.418Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml
2022-04-28T07:28:53.418Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:28:53.418Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:53.421Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:53.421Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130933418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:28:53.522Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:28:53.523Z||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-04-28T07:28:53.523Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:53.535Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:53.537Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:54.423Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Trying to download the artifact UUID: 7aab9496-bdb3-414a-9d63-74d333a7e83a from URL: /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env
2022-04-28T07:28:54.424Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:28:54.424Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env
2022-04-28T07:28:54.717Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:28:54.718Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env 7aab9496-bdb3-414a-9d63-74d333a7e83a 2098
2022-04-28T07:28:54.719Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T07:28:54.719Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env
2022-04-28T07:28:54.719Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:28:54.720Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:54.723Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:54.724Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130934719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:28:54.823Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:28: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-04-28T07:28:54.825Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:54.867Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:54.868Z||pool-29-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:55.725Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Preparing to deploy Service: 23407bb6-4fec-4b47-b6e7-53f559ce59ca
2022-04-28T07:28:55.726Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6062576a-770d 0 5af5aeb6-f960-4ed1-97be-a99368047363 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-04-28T07:28:55.758Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53b05065, org.onap.sdc.toscaparser.api.parameters.Input@252fe7b4, org.onap.sdc.toscaparser.api.parameters.Input@14d60066, org.onap.sdc.toscaparser.api.parameters.Input@60e986a6, org.onap.sdc.toscaparser.api.parameters.Input@310bc1a6]
2022-04-28T07:28:55.761Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.761Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:55.761Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-28T07:28:55.762Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||VFCustomizationUUID= cffddbe8-5a3d-4399-934e-d5fd4c7c0411
2022-04-28T07:28:55.762Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cffddbe8-5a3d-4399-934e-d5fd4c7c0411 matches Tosca VF Customization UUID: cffddbe8-5a3d-4399-934e-d5fd4c7c0411
2022-04-28T07:28:55.762Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||vfCustomizationUUID: cffddbe8-5a3d-4399-934e-d5fd4c7c0411  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-04-28T07:28:55.767Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.767Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:55.769Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||resource request for resource customization id cffddbe8-5a3d-4399-934e-d5fd4c7c0411: {\"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-04-28T07:28:55.769Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@634219bc
2022-04-28T07:28:55.770Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.770Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:28:55.770Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b52f8792-0716-45d2-85b0-981d8c71477e
2022-04-28T07:28:55.771Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b52f8792-0716-45d2-85b0-981d8c71477e
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-04-28T07:28:55.775Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.776Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:55.776Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:55.777Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.777Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:55.777Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:55.778Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.778Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:55.778Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:55.779Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:55.779Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T07:28:55.779Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:28:55.780Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:28:55.780Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.780Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:55.781Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:28:55.781Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:55.781Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:28:55.782Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.782Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55cf233a-6f13-4e5d-af78-e8492d663a7f
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-04-28T07:28:55.787Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.788Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:55.788Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:55.789Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.789Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:55.790Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:55.790Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:55.790Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:28:55.791Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.791Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:55.791Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:28:55.792Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.792Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T07:28:55.792Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:28:55.793Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:55.793Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:28:55.794Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.794Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eb03951a-593c-452b-b0da-0915e906d2f2
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-04-28T07:28:55.798Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.799Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:55.799Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:55.804Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.805Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:55.805Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:55.806Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:55.806Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:28:55.806Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.806Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:55.807Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:28:55.807Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.807Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:28:55.808Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:28:55.808Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.808Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:55.809Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T07:28:55.809Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f4842c51-8a7c-4a80-b8d9-674d4288a79a
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-04-28T07:28:55.813Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.814Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:55.814Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:55.815Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.815Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:55.816Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=cffddbe8-5a3d-4399-934e-d5fd4c7c0411
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:28:55.820Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.820Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:55.821Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500|| resourceSeq for service uuid 23407bb6-4fec-4b47-b6e7-53f559ce59ca: vFW 6062576a-770d
2022-04-28T07:28:55.821Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.822Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:55.822Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.822Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:55.823Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.823Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:55.824Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.824Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:55.825Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:28:55.825Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:55.826Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Saving Service: vFW 2022-04-28 07-24-04 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T07:28:56.120Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6062576a-770d 5af5aeb6-f960-4ed1-97be-a99368047363 1 ASDC deployResourceStructure
2022-04-28T07:28:56.121Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json ASDC sendASDCNotification
2022-04-28T07:28:56.121Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json
2022-04-28T07:28:56.121Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:28:56.122Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:56.125Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:56.125Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130936121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:28:56.226Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:56.227Z||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-04-28T07:28:56.227Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:56.240Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:56.241Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:57.127Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T07:28:57.127Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml
2022-04-28T07:28:57.127Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:28:57.128Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:57.131Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:57.131Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130937127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:28:57.232Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:57.233Z||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-04-28T07:28:57.233Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:57.248Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:57.249Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:58.132Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T07:28:58.133Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env
2022-04-28T07:28:58.134Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:28:58.134Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:58.137Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:58.137Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130938132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:28:58.237Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:58.238Z||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-04-28T07:28:58.238Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:58.254Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:58.255Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:59.137Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar ASDC sendASDCNotification
2022-04-28T07:28:59.138Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:59.138Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:28:59.139Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:59.143Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:59.144Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130939137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:28:59.244Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:59.245Z||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-04-28T07:28:59.245Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:59.270Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:28:59.271Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:29:00.145Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 538762d6-ca56-4eee-9082-023d90b5589b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:29:00.163Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 538762d6-ca56-4eee-9082-023d90b5589b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:29:00.170Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:29:00.171Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:29:00.171Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:29:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:29:01.928Z||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-04-28T07:29:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:29:01.950Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:29:01.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:29:01.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130822429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:29:01.952Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:29:30.171Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 538762d6-ca56-4eee-9082-023d90b5589b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:29:30.193Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 538762d6-ca56-4eee-9082-023d90b5589b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:29:30.199Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:29:30.200Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:29:30.201Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:30:00.201Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 538762d6-ca56-4eee-9082-023d90b5589b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:30:00.219Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 538762d6-ca56-4eee-9082-023d90b5589b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:30:00.225Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:30:00.225Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:30:00.226Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:30:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:30:01.927Z||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-04-28T07:30:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:30:01.951Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:30:01.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:30:01.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "aai-ml",
  "timestamp": 1651130816081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:30:01.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:30:01.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:30:01.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "aai-ml",
  "timestamp": 1651130824144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:30:01.954Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:30:01.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:30:01.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130826587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:30:01.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:30:01.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:30:01.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651130827597,
  "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-04-28T07:30:01.966Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 538762d6-ca56-4eee-9082-023d90b5589b
2022-04-28T07:30:01.967Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 538762d6-ca56-4eee-9082-023d90b5589b 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-04-28T07:30:01.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:30:01.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "aai-ml",
  "timestamp": 1651130833542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T07:30:01.980Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:30:01.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:30:01.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "aai-ml",
  "timestamp": 1651130834548,
  "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-04-28T07:30:01.989Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 538762d6-ca56-4eee-9082-023d90b5589b
2022-04-28T07:30:01.989Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 538762d6-ca56-4eee-9082-023d90b5589b 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-04-28T07:30:30.227Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 538762d6-ca56-4eee-9082-023d90b5589b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:30:30.246Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 538762d6-ca56-4eee-9082-023d90b5589b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:30:30.258Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:30:30.259Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:30:30.259Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T07:30:30.259Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T07:30:30.259Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T07:30:30.259Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?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-04-28T07:30:30.267Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T07:31:00.268Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 538762d6-ca56-4eee-9082-023d90b5589b 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-04-28T07:31:00.281Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 538762d6-ca56-4eee-9082-023d90b5589b and serviceModelVersionId: 23407bb6-4fec-4b47-b6e7-53f559ce59ca
2022-04-28T07:31:00.283Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b
2022-04-28T07:31:00.285Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0
2022-04-28T07:31:00.293Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-28T07:31:00.400Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T07:31:00.403Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||Invoke
2022-04-28T07:31:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:31:01.928Z||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-04-28T07:31:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:31:01.938Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T07:31:01.940Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||Invoke
2022-04-28T07:31:02.455Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:31:02.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130913446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:31:02.458Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:31:02.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:31:02.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:31:02.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:31:02.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:31:02.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:31:02.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:31:02.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:31:02.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:31:02.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T07:31:02.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:31:02.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:31:02.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:31:02.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130914474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:31:02.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:31:02.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130926035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:31:02.462Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:31:02.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130931901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:31:02.462Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:31:02.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130933418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:31:02.462Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:31:02.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130934719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:31:02.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:31:02.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130936121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:31:02.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:31:02.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130937127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:31:02.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:31:02.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130938132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:31:02.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:31:02.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:31:02.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651130939137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:31:02.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:31:03.479Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T07:31:03.483Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||Invoke
2022-04-28T07:31:04.506Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:31:04.507Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T07:31:04.508Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:31:04.508Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T07:31:04.521Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T07:31:04.522Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 538762d6-ca56-4eee-9082-023d90b5589b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:31:04.522Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T07:31:04.523Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:31:04.525Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:31:04.526Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||try to send status {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131064522,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:31:04.626Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:31:04.627Z||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-04-28T07:31:04.627Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:31:04.659Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:31:04.660Z||pool-34-thread-1|||||INFO|500||cambria reply ok (34 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-04-28T07:31:05.562Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:31:05.563Z||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-04-28T07:31:05.563Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:31:15.787Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:31:15.790Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:31:15.792Z||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-04-28T07:31:15.792Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:31:25.342Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:31:25.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:31:25.345Z||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-04-28T07:31:25.345Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:31:34.882Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:31:34.884Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:31:34.886Z||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-04-28T07:31:34.886Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:31:44.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:31:44.424Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:31:44.426Z||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-04-28T07:31:44.426Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:31:53.957Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:31:53.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:31:53.960Z||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-04-28T07:31:53.961Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:32:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:32:01.929Z||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-04-28T07:32:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:32:02.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:32:02.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:32:02.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131064522,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:32:02.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:32:03.491Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:32:03.492Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:32:03.493Z||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-04-28T07:32:03.493Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:32:13.026Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:33:01.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:33:01.921Z||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-04-28T07:33:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:33:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:33:01.927Z||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-04-28T07:33:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:33:11.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:33:11.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:34:01.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:34:01.921Z||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-04-28T07:34:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:34:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:34:01.928Z||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-04-28T07:34:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:34:11.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:34:11.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:01.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:35:01.921Z||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-04-28T07:35:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:35:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:35:01.928Z||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-04-28T07:35:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:35:02.124Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:02.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "aai-ml",
  "timestamp": 1651131266081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "cds",
  "timestamp": 1651131274911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "cds",
  "timestamp": 1651131274911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "aai-ml",
  "timestamp": 1651131266081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131278068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "aai-ml",
  "timestamp": 1651131266081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "cds",
  "timestamp": 1651131274911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131277973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131278068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "aai-ml",
  "timestamp": 1651131266081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "cds",
  "timestamp": 1651131274911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131277973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:35:02.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131278068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "aai-ml",
  "timestamp": 1651131266081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "cds",
  "timestamp": 1651131274911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131277973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:35:02.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131278068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "aai-ml",
  "timestamp": 1651131266081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "cds",
  "timestamp": 1651131274911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131277973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131278068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "aai-ml",
  "timestamp": 1651131266081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:35:02.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "cds",
  "timestamp": 1651131274911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:35:02.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131277973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T07:35:02.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131278068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131277973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "aai-ml",
  "timestamp": 1651131283529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:35:02.148Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:35:02.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "cds",
  "timestamp": 1651131283408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:35:02.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:35:02.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131278068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131277973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:35:02.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "cds",
  "timestamp": 1651131284422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-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-04-28T07:35:02.180Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c6e2c80-88ac-4077-8e8f-d889071f3200
2022-04-28T07:35:02.181Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6e2c80-88ac-4077-8e8f-d889071f3200 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-04-28T07:35:02.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131285828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:35:02.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:35:02.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "policy-id",
  "timestamp": 1651131286224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "clamp",
  "timestamp": 1651131286754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131287834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:35:02.198Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:35:02.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "policy-id",
  "timestamp": 1651131286224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "clamp",
  "timestamp": 1651131286754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:35:02.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "policy-id",
  "timestamp": 1651131286224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:35:02.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "clamp",
  "timestamp": 1651131286754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131289226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:35:02.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:35:02.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "policy-id",
  "timestamp": 1651131286224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "clamp",
  "timestamp": 1651131286754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131290251,
  "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-04-28T07:35:02.212Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c6e2c80-88ac-4077-8e8f-d889071f3200
2022-04-28T07:35:02.213Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6e2c80-88ac-4077-8e8f-d889071f3200 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-04-28T07:35:02.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "policy-id",
  "timestamp": 1651131286224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "clamp",
  "timestamp": 1651131286754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131291254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:35:02.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:35:02.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "policy-id",
  "timestamp": 1651131286224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "clamp",
  "timestamp": 1651131286754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "policy-id",
  "timestamp": 1651131286224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:35:02.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "clamp",
  "timestamp": 1651131286754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:35:02.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "aai-ml",
  "timestamp": 1651131292997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T07:35:02.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:35:02.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "aai-ml",
  "timestamp": 1651131294001,
  "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-04-28T07:35:02.248Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6c6e2c80-88ac-4077-8e8f-d889071f3200
2022-04-28T07:35:02.249Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6e2c80-88ac-4077-8e8f-d889071f3200 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-04-28T07:35:02.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "policy-id",
  "timestamp": 1651131294357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:35:02.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:35:02.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131294076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "policy-id",
  "timestamp": 1651131295362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:35:02.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:35:02.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131294076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "policy-id",
  "timestamp": 1651131296366,
  "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-04-28T07:35:02.275Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c6e2c80-88ac-4077-8e8f-d889071f3200
2022-04-28T07:35:02.275Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6e2c80-88ac-4077-8e8f-d889071f3200 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-04-28T07:35:02.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131294076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131294076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131294076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131294076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131294076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:35:02.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:35:02.566Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:02.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-28T07:35:02.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c6e2c80-88ac-4077-8e8f-d889071f3200","serviceName":"vFW 2022-04-28 07-31-40","serviceVersion":"1.0","serviceUUID":"1fa4e3b3-dc32-4947-9766-35d64d8f07c4","serviceDescription":"catalog service description","serviceInvariantUUID":"494b9496-023f-4788-b127-d8267a9cf8c9","resources":[{"resourceInstanceName":"vFW ddfcba15-d04a 0","resourceName":"vFW ddfcba15-d04a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"76ba61c0-ed5f-4848-a1b3-95588230bde2","resourceInvariantUUID":"cdacbf81-94da-4277-aa34-66acfd5a7b40","resourceCustomizationUUID":"1bd7dd20-efd5-413d-bd2c-4a2352696e62","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vf-license-model.xml","artifactChecksum":"MzIwNzI0Mjc0ZDI0ZmQ0MWJiODRmZThiMDQyNTFjNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cadb9ed-6def-4106-ae93-63778785607a","artifactVersion":"1"},{"artifactName":"vfwddfcba15d04a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json","artifactChecksum":"MmZlZGZlNDQ1NDEwOGEyMTJiYWIzZmFmZTM2OTAwNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6a6591aa-80fc-4527-8682-c4ccba7a49b4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"47d83393-ea72-49a2-832b-dfa7515e8ef1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vendor-license-model.xml","artifactChecksum":"M2Q2ZDQxMGRmNjkzYmNkNTdhY2QzY2UzOTNlZDU2MjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af9d3413-d4e4-4c27-809d-05aaa73d516d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"78d54143-b6dd-496f-a247-c46f84a2862e","artifactVersion":"2","generatedFromUUID":"47d83393-ea72-49a2-832b-dfa7515e8ef1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220428073140-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-template.yml","artifactChecksum":"MDZmNWUyOTFmZGI0YTA4ZDFmNWMxNWQxZjM1Njc4ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57dfd2cc-ae48-4e53-bdc6-fc78945ccb96","artifactVersion":"1"},{"artifactName":"service-Vfw20220428073140-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar","artifactChecksum":"YzQzZDNhODcyMGZmMzUwM2VkMjI2ZTBhNDUzYzI2ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74f1c4f2-daba-4aff-be9c-baef88b41f20","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T07:35:02.575Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:35:02.576Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:02.586Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:02.586Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:02.685Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-28T07:35:02.687Z||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-04-28T07:35:02.688Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:02.704Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:02.705Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:35:03.587Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:35:03.589Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:03.593Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:03.593Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:35:03.693Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-28T07:35:03.695Z||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-04-28T07:35:03.695Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:03.712Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:03.713Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:35:04.596Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:35:04.597Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:04.601Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:04.602Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:35:04.703Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:35:04.705Z||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-04-28T07:35:04.706Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:04.724Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:04.725Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:35:05.602Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:35:05.603Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:05.609Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:05.609Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:05.712Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-28T07:35:05.713Z||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-04-28T07:35:05.714Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:05.728Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:05.729Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:35:06.610Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:35:06.612Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:06.621Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:06.621Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T07:35:06.721Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:35:06.722Z||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-04-28T07:35:06.722Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:06.734Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:06.735Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:35:07.622Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:35:07.624Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:07.627Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:07.627Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:35:07.728Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:35:07.729Z||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-04-28T07:35:07.729Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:07.756Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:07.756Z||pool-40-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:35:08.628Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:35:08.629Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:08.633Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:08.633Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:35:08.733Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:35:08.735Z||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-04-28T07:35:08.735Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:08.754Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:08.755Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:35:09.636Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "serviceName": "vFW 2022-04-28 07-31-40",
  "serviceVersion": "1.0",
  "serviceUUID": "1fa4e3b3-dc32-4947-9766-35d64d8f07c4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "494b9496-023f-4788-b127-d8267a9cf8c9",
  "resources": [
    {
      "resourceInstanceName": "vFW ddfcba15-d04a 0",
      "resourceCustomizationUUID": "1bd7dd20-efd5-413d-bd2c-4a2352696e62",
      "resourceName": "vFW ddfcba15-d04a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "76ba61c0-ed5f-4848-a1b3-95588230bde2",
      "resourceInvariantUUID": "cdacbf81-94da-4277-aa34-66acfd5a7b40",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwddfcba15d04a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
          "artifactChecksum": "MmZlZGZlNDQ1NDEwOGEyMTJiYWIzZmFmZTM2OTAwNGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6a6591aa-80fc-4527-8682-c4ccba7a49b4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "47d83393-ea72-49a2-832b-dfa7515e8ef1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "78d54143-b6dd-496f-a247-c46f84a2862e",
            "generatedFromUUID": "47d83393-ea72-49a2-832b-dfa7515e8ef1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "78d54143-b6dd-496f-a247-c46f84a2862e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220428073140-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
      "artifactChecksum": "YzQzZDNhODcyMGZmMzUwM2VkMjI2ZTBhNDUzYzI2ZTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "74f1c4f2-daba-4aff-be9c-baef88b41f20"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T07:35:09.637Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T07:35:09.637Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1fa4e3b3-dc32-4947-9766-35d64d8f07c4 ASDC
2022-04-28T07:35:09.638Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6c6e2c80-88ac-4077-8e8f-d889071f3200
ServiceName:vFW 2022-04-28 07-31-40
ServiceVersion:1.0
ServiceUUID:1fa4e3b3-dc32-4947-9766-35d64d8f07c4
ServiceInvariantUUID:494b9496-023f-4788-b127-d8267a9cf8c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220428073140-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar
ArtifactUUID:74f1c4f2-daba-4aff-be9c-baef88b41f20
ArtifactChecksum:YzQzZDNhODcyMGZmMzUwM2VkMjI2ZTBhNDUzYzI2ZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ddfcba15-d04a 0
ResourceCustomizationUUID:1bd7dd20-efd5-413d-bd2c-4a2352696e62
ResourceInvariantUUID:cdacbf81-94da-4277-aa34-66acfd5a7b40
ResourceName:vFW ddfcba15-d04a
ResourceType:VF
ResourceUUID:76ba61c0-ed5f-4848-a1b3-95588230bde2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwddfcba15d04a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json
ArtifactUUID:6a6591aa-80fc-4527-8682-c4ccba7a49b4
ArtifactChecksum:MmZlZGZlNDQ1NDEwOGEyMTJiYWIzZmFmZTM2OTAwNGQ=
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/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml
ArtifactUUID:47d83393-ea72-49a2-832b-dfa7515e8ef1
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/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env
ArtifactUUID:78d54143-b6dd-496f-a247-c46f84a2862e
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/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env
ArtifactUUID:78d54143-b6dd-496f-a247-c46f84a2862e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T07:35:09.638Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1fa4e3b3-dc32-4947-9766-35d64d8f07c4 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-04-28T07:35:09.688Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:35:09.690Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-28T07:35:09.690Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-28T07:35:09.691Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 74f1c4f2-daba-4aff-be9c-baef88b41f20 from URL: /sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:09.691Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T07:35:09.691Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:09.841Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T07:35:09.849Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar 74f1c4f2-daba-4aff-be9c-baef88b41f20 99027
2022-04-28T07:35:09.849Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar ASDC sendASDCNotification
2022-04-28T07:35:09.850Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:09.850Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:35:09.850Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:09.853Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:09.853Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131309849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:35:09.954Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:35:09.955Z||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-04-28T07:35:09.956Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:09.970Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:09.971Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:35:10.854Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:35:10.856Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-28T07:35:10.857Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 74f1c4f2-daba-4aff-be9c-baef88b41f20, URL: /sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar to file: /app/ASDC/1/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:10.857Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220428073140-csar.csar
2022-04-28T07:35:10.858Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:10.859Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:11.258Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9728327818035442470/Definitions/service-Vfw20220428073140-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-04-28T07:35:15.170Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T07:35:15.171Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-28T07:35:15.171Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.172Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-28T07:35:15.172Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||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-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.172Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||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-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.172Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|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-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.173Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.173Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.173Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||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-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.173Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|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-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.173Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.174Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.174Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.174Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ddfcba15-d04a 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-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.174Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.174Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|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-Vfw20220428073140-csar.csar
2022-04-28T07:35:15.175Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-28T07:35:15.175Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.175Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:15.176Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is matching search criteria
2022-04-28T07:35:15.176Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-28T07:35:15.177Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ddfcba15-d04a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:35:15.177Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.177Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:15.178Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is matching search criteria
2022-04-28T07:35:15.178Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-28T07:35:15.178Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ddfcba15-d04a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:35:15.178Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.178Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:15.179Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.179Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is not matching search criteria
2022-04-28T07:35:15.179Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:35:15.179Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:35:15.179Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:35:15.180Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:35:15.180Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:15.180Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:35:15.180Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:35:15.180Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:35:15.180Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:35:15.181Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:35:15.181Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:15.181Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:35:15.181Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:15.181Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:35:15.182Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:35:15.182Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T07:35:15.182Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.182Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:35:15.182Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.183Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is matching search criteria
2022-04-28T07:35:15.183Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ddfcba15-d04a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:35:15.183Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.183Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is matching search criteria
2022-04-28T07:35:15.183Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ddfcba15-d04a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:35:15.184Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.184Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is matching search criteria
2022-04-28T07:35:15.184Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ddfcba15-d04a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:35:15.184Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.184Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is not matching search criteria
2022-04-28T07:35:15.185Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:35:15.185Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:35:15.185Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T07:35:15.185Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:35:15.185Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:35:15.186Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:35:15.186Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:15.186Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:35:15.186Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:15.186Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:35:15.186Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:35:15.187Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8e3aed42-b77e-4bdb-b3e7-85383e44790c
2022-04-28T07:35:15.187Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.187Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is not matching search criteria
2022-04-28T07:35:15.187Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:35:15.187Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:35:15.188Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:35:15.188Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:35:15.188Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:15.188Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:35:15.188Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:35:15.189Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T07:35:15.189Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:35:15.189Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:15.189Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:35:15.189Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:35:15.190Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e45c8034-c57e-4bc4-b1fe-3a92d11fe24a
2022-04-28T07:35:15.190Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.190Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is not matching search criteria
2022-04-28T07:35:15.190Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:35:15.190Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:35:15.191Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:35:15.191Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:35:15.191Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:15.191Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:35:15.192Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:35:15.192Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:35:15.192Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:35:15.193Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:35:15.193Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:15.193Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T07:35:15.193Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f0285727-27af-437b-8a1c-a0fc1e62b77f
2022-04-28T07:35:15.194Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.194Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:15.194Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.194Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:15.194Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.194Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:15.195Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:15.195Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:15.195Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-28 07-31-40
Description:catalog service description
Model UUID:1fa4e3b3-dc32-4947-9766-35d64d8f07c4
Model Version:NULL
Model InvariantUuid:494b9496-023f-4788-b127-d8267a9cf8c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ddfcba15-d04a
Model UUID:7d062004-d683-4e4a-aebe-46615f2d45f1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cdacbf81-94da-4277-aa34-66acfd5a7b40
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bd7dd20-efd5-413d-bd2c-4a2352696e62
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1218c967-bc39-49cb-9860-87de418ae005
ModelName:VfwDdfcba15D04a..base_vfw..module-0
ModelUuid:d8b50e88-fc81-4c34-9f84-bc1361d20731
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8e3aed42-b77e-4bdb-b3e7-85383e44790c
ModelInvariantUuid:52b23783-c0a9-4745-b3be-e8310cd23a0e
ModelName:vFW ddfcba15-d04a-nodes.vfwCvfc
ModelUuid:25e55b06-0f4a-4897-8647-ee99d9cf7004
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8ca6bc79-f76a-4c8d-a73f-926fa41e875e
ModelInvariantUuid:87e7c1a6-e841-46c1-9d88-eb4bac1013b1
ModelName:VfwDdfcba15D04a.compute.nodes.heat.vfw
ModelUuid:4735b9b2-011b-44ba-a7c8-c6ace3d6a586
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e45c8034-c57e-4bc4-b1fe-3a92d11fe24a
ModelInvariantUuid:52214514-0dc3-4bb5-892c-92d71418070a
ModelName:vFW ddfcba15-d04a-nodes.vsnCvfc
ModelUuid:f298277b-3561-4ab5-bc94-83b61c2da3f3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c105e77a-6e1f-46e3-9271-df647cfe761c
ModelInvariantUuid:9b39da4b-1e9a-4aaf-8501-7568ea8346e3
ModelName:VfwDdfcba15D04a.compute.nodes.heat.vsn
ModelUuid:a16910b7-d45e-49c3-98a3-8fb964026626
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f0285727-27af-437b-8a1c-a0fc1e62b77f
ModelInvariantUuid:600ef225-f443-4555-93a2-7fa8cd3c2ba7
ModelName:vFW ddfcba15-d04a-nodes.vpgCvfc
ModelUuid:0cac8f5c-df16-488e-b336-6dddebdb8e43
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a520d523-ab70-415e-8d7f-47b6fe612ac0
ModelInvariantUuid:2aa2cd36-be3d-4b0c-9b7b-8f77b89fba29
ModelName:VfwDdfcba15D04a.compute.nodes.heat.vpg
ModelUuid:75b66ba4-9572-44b8-9e90-952b5b16fbca
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-04-28T07:35:15.204Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 76ba61c0-ed5f-4848-a1b3-95588230bde2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:35:15.211Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||vFW ddfcba15-d04a 0
2022-04-28T07:35:15.212Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 76ba61c0-ed5f-4848-a1b3-95588230bde2
2022-04-28T07:35:15.213Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6a6591aa-80fc-4527-8682-c4ccba7a49b4 from URL: /sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json
2022-04-28T07:35:15.213Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T07:35:15.213Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json
2022-04-28T07:35:15.431Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T07:35:15.433Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json 6a6591aa-80fc-4527-8682-c4ccba7a49b4 785
2022-04-28T07:35:15.434Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json ASDC sendASDCNotification
2022-04-28T07:35:15.434Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json
2022-04-28T07:35:15.435Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:35:15.435Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:15.440Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:15.441Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131315434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:35:15.540Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-28T07:35:15.541Z||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-04-28T07:35:15.542Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:15.559Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:15.560Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:35:16.441Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDdfcba15D04a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1218c967-bc39-49cb-9860-87de418ae005",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8b50e88-fc81-4c34-9f84-bc1361d20731",
    "vfModuleModelCustomizationUUID": "fd3a1149-2dcd-4e3b-8361-dfe04ea44292",
    "isBase": true,
    "artifacts": [
      "47d83393-ea72-49a2-832b-dfa7515e8ef1",
      "78d54143-b6dd-496f-a247-c46f84a2862e"
    ],
    "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-04-28T07:35:16.449Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDdfcba15D04a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8b50e88-fc81-4c34-9f84-bc1361d20731
VfModuleModelInvariantUUID:1218c967-bc39-49cb-9860-87de418ae005
VfModuleModelDescription:NULL
Artifacts UUID List:{
47d83393-ea72-49a2-832b-dfa7515e8ef1
,
78d54143-b6dd-496f-a247-c46f84a2862e

}
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-04-28T07:35:16.454Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDdfcba15D04a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1218c967-bc39-49cb-9860-87de418ae005",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8b50e88-fc81-4c34-9f84-bc1361d20731",
    "vfModuleModelCustomizationUUID": "fd3a1149-2dcd-4e3b-8361-dfe04ea44292",
    "isBase": true,
    "artifacts": [
      "47d83393-ea72-49a2-832b-dfa7515e8ef1",
      "78d54143-b6dd-496f-a247-c46f84a2862e"
    ],
    "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-04-28T07:35:16.455Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDdfcba15D04a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8b50e88-fc81-4c34-9f84-bc1361d20731
VfModuleModelInvariantUUID:1218c967-bc39-49cb-9860-87de418ae005
VfModuleModelDescription:NULL
Artifacts UUID List:{
47d83393-ea72-49a2-832b-dfa7515e8ef1
,
78d54143-b6dd-496f-a247-c46f84a2862e

}
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-04-28T07:35:16.455Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 47d83393-ea72-49a2-832b-dfa7515e8ef1 from URL: /sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml
2022-04-28T07:35:16.456Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T07:35:16.456Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml
2022-04-28T07:35:16.642Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T07:35:16.643Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml 47d83393-ea72-49a2-832b-dfa7515e8ef1 20368
2022-04-28T07:35:16.643Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T07:35:16.644Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml
2022-04-28T07:35:16.644Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:35:16.644Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:16.646Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:16.647Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131316643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:35:16.747Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:35:16.749Z||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-04-28T07:35:16.749Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:16.762Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:16.763Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:35:17.647Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 78d54143-b6dd-496f-a247-c46f84a2862e from URL: /sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env
2022-04-28T07:35:17.648Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T07:35:17.649Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env
2022-04-28T07:35:17.914Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T07:35:17.915Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env 78d54143-b6dd-496f-a247-c46f84a2862e 2098
2022-04-28T07:35:17.915Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T07:35:17.915Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env
2022-04-28T07:35:17.915Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:35:17.916Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:17.919Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:17.919Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131317915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:35:18.019Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:35:18.021Z||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-04-28T07:35:18.021Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:18.033Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:18.034Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:35:18.920Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1fa4e3b3-dc32-4947-9766-35d64d8f07c4
2022-04-28T07:35:18.920Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ddfcba15-d04a 0 76ba61c0-ed5f-4848-a1b3-95588230bde2 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-04-28T07:35:18.958Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52c32935, org.onap.sdc.toscaparser.api.parameters.Input@69db36df, org.onap.sdc.toscaparser.api.parameters.Input@5de924fa, org.onap.sdc.toscaparser.api.parameters.Input@32425786, org.onap.sdc.toscaparser.api.parameters.Input@79034a7a]
2022-04-28T07:35:18.960Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:18.961Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:18.961Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-28T07:35:18.961Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 1bd7dd20-efd5-413d-bd2c-4a2352696e62
2022-04-28T07:35:18.962Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1bd7dd20-efd5-413d-bd2c-4a2352696e62 matches Tosca VF Customization UUID: 1bd7dd20-efd5-413d-bd2c-4a2352696e62
2022-04-28T07:35:18.962Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 1bd7dd20-efd5-413d-bd2c-4a2352696e62  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-04-28T07:35:18.966Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:18.967Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:18.969Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 1bd7dd20-efd5-413d-bd2c-4a2352696e62: {\"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-04-28T07:35:18.969Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d5a473f
2022-04-28T07:35:18.969Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:18.970Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:35:18.970Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fd3a1149-2dcd-4e3b-8361-dfe04ea44292
2022-04-28T07:35:18.970Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fd3a1149-2dcd-4e3b-8361-dfe04ea44292
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-04-28T07:35:18.978Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:18.979Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is matching search criteria
2022-04-28T07:35:18.979Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ddfcba15-d04a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:35:18.980Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:18.980Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is matching search criteria
2022-04-28T07:35:18.980Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ddfcba15-d04a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:35:18.981Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:18.981Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is not matching search criteria
2022-04-28T07:35:18.981Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:35:18.981Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:35:18.981Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T07:35:18.982Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:35:18.982Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:35:18.982Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:35:18.982Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:18.982Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:35:18.983Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:18.983Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:35:18.983Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:35:18.983Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8e3aed42-b77e-4bdb-b3e7-85383e44790c
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-04-28T07:35:18.989Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:18.989Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is matching search criteria
2022-04-28T07:35:18.989Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ddfcba15-d04a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:35:18.990Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:18.990Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is not matching search criteria
2022-04-28T07:35:18.990Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:35:18.991Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:35:18.991Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:35:18.991Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:35:18.991Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:18.991Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:35:18.991Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:35:18.992Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T07:35:18.992Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:35:18.992Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:18.993Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:35:18.993Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:35:18.993Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e45c8034-c57e-4bc4-b1fe-3a92d11fe24a
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-04-28T07:35:18.997Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:18.997Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is matching search criteria
2022-04-28T07:35:18.998Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ddfcba15-d04a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:35:18.998Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:18.998Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is not matching search criteria
2022-04-28T07:35:18.999Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:35:18.999Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:35:18.999Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:35:18.999Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:35:18.999Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:19.000Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:35:19.000Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:35:19.000Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:35:19.000Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:35:19.000Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:35:19.001Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:35:19.001Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T07:35:19.001Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f0285727-27af-437b-8a1c-a0fc1e62b77f
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-04-28T07:35:19.005Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:19.006Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is matching search criteria
2022-04-28T07:35:19.006Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ddfcba15-d04a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:35:19.007Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:19.007Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Node template vFW ddfcba15-d04a 0 is matching search criteria
2022-04-28T07:35:19.007Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ddfcba15-d04a 0] matching following query criteria: sdcType=VF, customizationUUID=1bd7dd20-efd5-413d-bd2c-4a2352696e62
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:35:19.016Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:19.017Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:19.017Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1fa4e3b3-dc32-4947-9766-35d64d8f07c4: vFW ddfcba15-d04a
2022-04-28T07:35:19.017Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:19.018Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:19.018Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:19.018Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:19.018Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:19.018Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:19.019Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:19.019Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:19.019Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:35:19.019Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-28 07-31-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:35:19.020Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-04-28 07-31-40 
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-04-28T07:35:19.275Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ddfcba15-d04a 76ba61c0-ed5f-4848-a1b3-95588230bde2 1 ASDC deployResourceStructure
2022-04-28T07:35:19.276Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json ASDC sendASDCNotification
2022-04-28T07:35:19.276Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json
2022-04-28T07:35:19.277Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:35:19.277Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:19.280Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:19.280Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131319276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:35:19.380Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:35:19.381Z||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-04-28T07:35:19.382Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:19.397Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:19.398Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:35:20.282Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T07:35:20.283Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml
2022-04-28T07:35:20.283Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:35:20.283Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:20.286Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:20.286Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131320282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:35:20.386Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:35:20.388Z||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-04-28T07:35:20.388Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:20.403Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:20.404Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:35:21.287Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T07:35:21.287Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env
2022-04-28T07:35:21.288Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:35:21.288Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:21.292Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:21.292Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131321287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:35:21.392Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:35:21.394Z||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-04-28T07:35:21.394Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:21.407Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:21.409Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:35:22.294Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar ASDC sendASDCNotification
2022-04-28T07:35:22.294Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar
2022-04-28T07:35:22.294Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:35:22.295Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:35:22.297Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:35:22.297Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131322294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:35:22.398Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:35:22.399Z||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-04-28T07:35:22.399Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:35:22.413Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:35:22.414Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:35:23.299Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c6e2c80-88ac-4077-8e8f-d889071f3200
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:35:23.325Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c6e2c80-88ac-4077-8e8f-d889071f3200
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:35:23.331Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:35:23.332Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:35:23.332Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:35:23.332Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:35:53.333Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c6e2c80-88ac-4077-8e8f-d889071f3200
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:35:53.349Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c6e2c80-88ac-4077-8e8f-d889071f3200
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:35:53.355Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:35:53.355Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:35:53.355Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:35:53.355Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:36:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:36:01.927Z||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-04-28T07:36:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:36:01.960Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:36:01.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:36:01.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131302114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:36:01.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:36:23.356Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c6e2c80-88ac-4077-8e8f-d889071f3200
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:36:23.374Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c6e2c80-88ac-4077-8e8f-d889071f3200
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:36:23.378Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:36:23.379Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:36:23.379Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:36:23.379Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:36:53.379Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c6e2c80-88ac-4077-8e8f-d889071f3200
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:36:53.398Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c6e2c80-88ac-4077-8e8f-d889071f3200
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:36:53.403Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:36:53.404Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:36:53.404Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:36:53.404Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:37:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:37:01.928Z||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-04-28T07:37:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:37:02.460Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:37:02.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:37:02.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:37:02.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:37:02.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:37:02.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "clamp",
  "timestamp": 1651131305171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:37:02.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:37:02.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:37:02.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:37:02.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:37:02.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:37:02.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131306088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:37:02.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:37:02.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "clamp",
  "timestamp": 1651131307181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:37:02.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:37:02.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T07:37:02.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:37:02.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131307093,
  "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-04-28T07:37:02.479Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c6e2c80-88ac-4077-8e8f-d889071f3200
2022-04-28T07:37:02.479Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6e2c80-88ac-4077-8e8f-d889071f3200 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-04-28T07:37:02.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "clamp",
  "timestamp": 1651131308184,
  "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-04-28T07:37:02.505Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c6e2c80-88ac-4077-8e8f-d889071f3200
2022-04-28T07:37:02.505Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6e2c80-88ac-4077-8e8f-d889071f3200 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-04-28T07:37:02.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:37:02.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:37:02.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131301919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:37:02.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:37:02.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131309849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:37:02.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:37:02.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131315434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:37:02.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:37:02.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131316643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:37:02.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:37:02.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131317915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:37:02.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:37:02.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131319276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/vfwddfcba15d04a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:37:02.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:37:02.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131320282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:37:02.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:37:02.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131321287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/resourceInstances/vfwddfcba15d04a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:37:02.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:37:02.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:37:02.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131322294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073140/1.0/artifacts/service-Vfw20220428073140-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:37:02.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:37:23.404Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c6e2c80-88ac-4077-8e8f-d889071f3200
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:37:23.426Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c6e2c80-88ac-4077-8e8f-d889071f3200
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:37:23.432Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:37:23.434Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:37:23.435Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T07:37:23.435Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T07:37:23.435Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T07:37:23.435Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|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-04-28T07:37:23.447Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T07:37:53.452Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c6e2c80-88ac-4077-8e8f-d889071f3200 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-04-28T07:37:53.462Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c6e2c80-88ac-4077-8e8f-d889071f3200 and serviceModelVersionId: 1fa4e3b3-dc32-4947-9766-35d64d8f07c4
2022-04-28T07:37:53.462Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 494b9496-023f-4788-b127-d8267a9cf8c9
2022-04-28T07:37:53.464Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0
2022-04-28T07:37:53.473Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T07:37:53.566Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||Invoke
2022-04-28T07:37:53.567Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c6e2c80-88ac-4077-8e8f-d889071f3200], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6ce65c44-64bf-4320-992c-a777046523bb], X-ECOMP-RequestID=[6c6e2c80-88ac-4077-8e8f-d889071f3200], X-TransactionId=[], X-ONAP-RequestID=[6c6e2c80-88ac-4077-8e8f-d889071f3200], Content-Type=[application/merge-patch+json]}
2022-04-28T07:37:55.122Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||Invoke
2022-04-28T07:37:55.123Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c6e2c80-88ac-4077-8e8f-d889071f3200], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[411d08dd-2919-42e9-8210-085b814d72fc], X-ECOMP-RequestID=[6c6e2c80-88ac-4077-8e8f-d889071f3200], X-TransactionId=[], X-ONAP-RequestID=[6c6e2c80-88ac-4077-8e8f-d889071f3200], Content-Type=[application/merge-patch+json]}
2022-04-28T07:37:56.663Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||Invoke
2022-04-28T07:37:56.664Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c6e2c80-88ac-4077-8e8f-d889071f3200], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67023221-a2a0-4192-b5ba-e468e9d5f110], X-ECOMP-RequestID=[6c6e2c80-88ac-4077-8e8f-d889071f3200], X-TransactionId=[], X-ONAP-RequestID=[6c6e2c80-88ac-4077-8e8f-d889071f3200], Content-Type=[application/merge-patch+json]}
2022-04-28T07:37:57.689Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:37:57.690Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-04-28T07:37:57.691Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:37:57.691Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-04-28T07:37:57.699Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-04-28T07:37:57.700Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c6e2c80-88ac-4077-8e8f-d889071f3200 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:37:57.701Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T07:37:57.702Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:37:57.707Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:37:57.707Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131477701,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:37:57.805Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-28T07:37:57.807Z||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-04-28T07:37:57.807Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:37:57.823Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:37:57.825Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T07:37:58.727Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:37:58.729Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-04-28T07:37:58.729Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:38:01.928Z||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-04-28T07:38:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:38:02.088Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:02.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131458068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.096Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "cds",
  "timestamp": 1651131454911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131457973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131458068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "cds",
  "timestamp": 1651131454911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.099Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131457973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:38:02.100Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131458068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.101Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "cds",
  "timestamp": 1651131454911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131457973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:38:02.103Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131458068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "cds",
  "timestamp": 1651131454911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.105Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131457973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.106Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131458068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131457973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T07:38:02.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "cds",
  "timestamp": 1651131454911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "policy-id",
  "timestamp": 1651131466224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "clamp",
  "timestamp": 1651131466753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131458068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131457973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "cds",
  "timestamp": 1651131454911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "policy-id",
  "timestamp": 1651131466224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "clamp",
  "timestamp": 1651131466753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:38:02.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651131458068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131457973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:38:02.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "cds",
  "timestamp": 1651131454911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:38:02.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "policy-id",
  "timestamp": 1651131466224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:38:02.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "clamp",
  "timestamp": 1651131466753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "cds",
  "timestamp": 1651131469301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:38:02.120Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:38:02.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "policy-id",
  "timestamp": 1651131466224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131469949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:38:02.122Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:38:02.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "clamp",
  "timestamp": 1651131466753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "cds",
  "timestamp": 1651131470316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-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-04-28T07:38:02.146Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of adba08f1-c2f3-4feb-a131-22aa3f4dc160
2022-04-28T07:38:02.147Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId adba08f1-c2f3-4feb-a131-22aa3f4dc160 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-04-28T07:38:02.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "policy-id",
  "timestamp": 1651131466224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "clamp",
  "timestamp": 1651131466753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131471437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:38:02.164Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:38:02.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "policy-id",
  "timestamp": 1651131466224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "clamp",
  "timestamp": 1651131466753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "policy-id",
  "timestamp": 1651131466224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:38:02.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131473129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:38:02.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:38:02.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "clamp",
  "timestamp": 1651131466753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:38:02.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131474150,
  "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-04-28T07:38:02.178Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of adba08f1-c2f3-4feb-a131-22aa3f4dc160
2022-04-28T07:38:02.178Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId adba08f1-c2f3-4feb-a131-22aa3f4dc160 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-04-28T07:38:02.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "policy-id",
  "timestamp": 1651131474332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:38:02.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:38:02.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131474076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651131475152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:38:02.196Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:38:02.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "policy-id",
  "timestamp": 1651131475344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:38:02.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:38:02.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131474076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "policy-id",
  "timestamp": 1651131476347,
  "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-04-28T07:38:02.206Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of adba08f1-c2f3-4feb-a131-22aa3f4dc160
2022-04-28T07:38:02.207Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId adba08f1-c2f3-4feb-a131-22aa3f4dc160 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-04-28T07:38:02.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131474076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "aai-ml",
  "timestamp": 1651131476081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131474076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "aai-ml",
  "timestamp": 1651131476081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c6e2c80-88ac-4077-8e8f-d889071f3200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131477701,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:38:02.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:38:02.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "clamp",
  "timestamp": 1651131479204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:38:02.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:38:02.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131474076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "aai-ml",
  "timestamp": 1651131476081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131474076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "aai-ml",
  "timestamp": 1651131476081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131474076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:38:02.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "aai-ml",
  "timestamp": 1651131476081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:02.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "clamp",
  "timestamp": 1651131482207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:38:02.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:38:02.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:38:02.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "aai-ml",
  "timestamp": 1651131476081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:02.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:38:03.038Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:03.039Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||received message from topic
2022-04-28T07:38:03.039Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"adba08f1-c2f3-4feb-a131-22aa3f4dc160","serviceName":"vFW 2022-04-28 07-34-56","serviceVersion":"1.0","serviceUUID":"3e03413b-b091-4beb-84ee-541b8b60ce94","serviceDescription":"catalog service description","serviceInvariantUUID":"0fb959e3-f20e-419a-9e71-ba75955728fb","resources":[{"resourceInstanceName":"vFW 6be91cc0-b741 0","resourceName":"vFW 6be91cc0-b741","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19dc419d-6b52-4532-8ddf-44c8c88f34e5","resourceInvariantUUID":"1b72324d-a846-4584-a749-b02d261e35be","resourceCustomizationUUID":"c0f5a33d-c900-45cc-8b96-4e3105d037c7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vf-license-model.xml","artifactChecksum":"MjZmNzU4NzRmOTM4YjNjNzBmNzdhZjMxMTg2M2I2MzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6227d2a0-ae06-412f-84ed-9b8df7f08bc7","artifactVersion":"1"},{"artifactName":"vfw6be91cc0b7410_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json","artifactChecksum":"ZTZhNWIwZDk1Njc2Yjg4ZDlhMTg5MWNkMjk1NDg3ODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b91214f5-578f-4045-a05d-47ead9fda43f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6a03ced3-7ff4-45d9-9d07-4455e6048248","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vendor-license-model.xml","artifactChecksum":"YmQ0ZjhiMTc1ZGFkNjI1N2UxOWNjY2ZjYmZhYjM4MGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"52d4c7dd-8b63-4d53-9d74-70a7889703b5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"deb7e9f8-6ab3-4565-ba5b-a5ef7e8bd89e","artifactVersion":"2","generatedFromUUID":"6a03ced3-7ff4-45d9-9d07-4455e6048248"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220428073456-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-template.yml","artifactChecksum":"YmQxZWQ5YTFkMjcyMmNjNDc1NWViMjZhYTRkOTk4MTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09f9e489-b6ac-4c59-9ea3-7381381ea7af","artifactVersion":"1"},{"artifactName":"service-Vfw20220428073456-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar","artifactChecksum":"Y2I1NDAwZGZjNGY0MDVlYzY2NDQ1OTRlZmExYTAyMjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3478b4a0-ce3d-49d0-8487-08f3c59db1ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T07:38:03.045Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:38:03.045Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:03.048Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:03.048Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:03.148Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:38:03.150Z||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-04-28T07:38:03.150Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:03.162Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:03.163Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:38:04.049Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:38:04.051Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:04.055Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:04.055Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:38:04.155Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:38:04.157Z||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-04-28T07:38:04.157Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:04.183Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:04.184Z||pool-52-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:38:05.058Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:38:05.060Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:05.064Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:05.064Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:38:05.167Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-28T07:38:05.169Z||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-04-28T07:38:05.169Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:05.188Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:05.188Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:38:06.065Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:38:06.066Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:06.070Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:06.070Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:06.170Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:38:06.172Z||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-04-28T07:38:06.172Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:06.188Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:06.189Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:38:07.071Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:38:07.072Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:07.079Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:07.079Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T07:38:07.180Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:38:07.181Z||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-04-28T07:38:07.181Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:07.195Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:07.196Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:38:08.080Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:38:08.081Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:08.085Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:08.085Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:38:08.185Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:38:08.186Z||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-04-28T07:38:08.187Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:08.199Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:08.200Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:38:09.085Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:38:09.087Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:09.089Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:09.090Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:38:09.204Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-04-28T07:38:09.206Z||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-04-28T07:38:09.206Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:09.220Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:09.221Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:38:10.093Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "serviceName": "vFW 2022-04-28 07-34-56",
  "serviceVersion": "1.0",
  "serviceUUID": "3e03413b-b091-4beb-84ee-541b8b60ce94",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0fb959e3-f20e-419a-9e71-ba75955728fb",
  "resources": [
    {
      "resourceInstanceName": "vFW 6be91cc0-b741 0",
      "resourceCustomizationUUID": "c0f5a33d-c900-45cc-8b96-4e3105d037c7",
      "resourceName": "vFW 6be91cc0-b741",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "19dc419d-6b52-4532-8ddf-44c8c88f34e5",
      "resourceInvariantUUID": "1b72324d-a846-4584-a749-b02d261e35be",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6be91cc0b7410_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
          "artifactChecksum": "ZTZhNWIwZDk1Njc2Yjg4ZDlhMTg5MWNkMjk1NDg3ODA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b91214f5-578f-4045-a05d-47ead9fda43f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6a03ced3-7ff4-45d9-9d07-4455e6048248",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "deb7e9f8-6ab3-4565-ba5b-a5ef7e8bd89e",
            "generatedFromUUID": "6a03ced3-7ff4-45d9-9d07-4455e6048248"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "deb7e9f8-6ab3-4565-ba5b-a5ef7e8bd89e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220428073456-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
      "artifactChecksum": "Y2I1NDAwZGZjNGY0MDVlYzY2NDQ1OTRlZmExYTAyMjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3478b4a0-ce3d-49d0-8487-08f3c59db1ca"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T07:38:10.094Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T07:38:10.095Z|6c6e2c80-88ac-4077-8e8f-d889071f3200|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3e03413b-b091-4beb-84ee-541b8b60ce94 ASDC
2022-04-28T07:38:10.096Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||ASDC Notification:
DistributionID:adba08f1-c2f3-4feb-a131-22aa3f4dc160
ServiceName:vFW 2022-04-28 07-34-56
ServiceVersion:1.0
ServiceUUID:3e03413b-b091-4beb-84ee-541b8b60ce94
ServiceInvariantUUID:0fb959e3-f20e-419a-9e71-ba75955728fb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220428073456-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar
ArtifactUUID:3478b4a0-ce3d-49d0-8487-08f3c59db1ca
ArtifactChecksum:Y2I1NDAwZGZjNGY0MDVlYzY2NDQ1OTRlZmExYTAyMjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6be91cc0-b741 0
ResourceCustomizationUUID:c0f5a33d-c900-45cc-8b96-4e3105d037c7
ResourceInvariantUUID:1b72324d-a846-4584-a749-b02d261e35be
ResourceName:vFW 6be91cc0-b741
ResourceType:VF
ResourceUUID:19dc419d-6b52-4532-8ddf-44c8c88f34e5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6be91cc0b7410_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json
ArtifactUUID:b91214f5-578f-4045-a05d-47ead9fda43f
ArtifactChecksum:ZTZhNWIwZDk1Njc2Yjg4ZDlhMTg5MWNkMjk1NDg3ODA=
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/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml
ArtifactUUID:6a03ced3-7ff4-45d9-9d07-4455e6048248
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/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env
ArtifactUUID:deb7e9f8-6ab3-4565-ba5b-a5ef7e8bd89e
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/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env
ArtifactUUID:deb7e9f8-6ab3-4565-ba5b-a5ef7e8bd89e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T07:38:10.096Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e03413b-b091-4beb-84ee-541b8b60ce94 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-04-28T07:38:10.155Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:38:10.156Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:38:10.157Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:38:10.157Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||Trying to download the artifact UUID: 3478b4a0-ce3d-49d0-8487-08f3c59db1ca from URL: /sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar
2022-04-28T07:38:10.157Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:38:10.157Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar
2022-04-28T07:38:10.260Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:38:10.268Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar 3478b4a0-ce3d-49d0-8487-08f3c59db1ca 98973
2022-04-28T07:38:10.269Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar ASDC sendASDCNotification
2022-04-28T07:38:10.269Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar
2022-04-28T07:38:10.269Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:38:10.269Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:10.272Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:10.272Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131490268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:38:10.372Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:38:10.373Z||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-04-28T07:38:10.373Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:10.388Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:10.388Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:38:11.273Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:38:11.275Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:38:11.276Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||Trying to write artifact UUID: 3478b4a0-ce3d-49d0-8487-08f3c59db1ca, URL: /sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar to file: /app/ASDC/1/service-Vfw20220428073456-csar.csar
2022-04-28T07:38:11.276Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220428073456-csar.csar
2022-04-28T07:38:11.277Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220428073456-csar.csar
2022-04-28T07:38:11.277Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220428073456-csar.csar
2022-04-28T07:38:11.603Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2338756739577137251/Definitions/service-Vfw20220428073456-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-04-28T07:38:15.228Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-28T07:38:15.229Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|WARN|500||####################################################################################################
2022-04-28T07:38:15.229Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.229Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-28T07:38:15.230Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.230Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6be91cc0-b741 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-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.230Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.230Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.230Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.230Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.230Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.230Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.231Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.231Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.231Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.231Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.231Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-Vfw20220428073456-csar.csar
2022-04-28T07:38:15.231Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|WARN|500||####################################################################################################
2022-04-28T07:38:15.231Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.232Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:15.232Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is matching search criteria
2022-04-28T07:38:15.232Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:38:15.233Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [vFW 6be91cc0-b741 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:38:15.233Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.233Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:15.233Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is matching search criteria
2022-04-28T07:38:15.234Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:38:15.234Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [vFW 6be91cc0-b741 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:38:15.234Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.234Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:15.234Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.235Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is not matching search criteria
2022-04-28T07:38:15.235Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:38:15.235Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:38:15.235Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:38:15.235Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:15.236Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:38:15.236Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:38:15.236Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:38:15.236Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:38:15.237Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:38:15.237Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:38:15.237Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:15.237Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:38:15.237Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:15.238Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:38:15.238Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:38:15.238Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T07:38:15.238Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.239Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:38:15.239Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.239Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is matching search criteria
2022-04-28T07:38:15.239Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [vFW 6be91cc0-b741 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:38:15.240Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.240Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is matching search criteria
2022-04-28T07:38:15.240Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [vFW 6be91cc0-b741 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:38:15.241Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.241Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is matching search criteria
2022-04-28T07:38:15.241Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [vFW 6be91cc0-b741 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:38:15.241Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.242Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is not matching search criteria
2022-04-28T07:38:15.242Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:38:15.242Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:38:15.242Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T07:38:15.242Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:38:15.242Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:38:15.242Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:38:15.242Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:15.243Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:38:15.243Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:15.243Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:38:15.243Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:38:15.243Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ea6d5189-0e8e-405f-94cf-8feeeda05194
2022-04-28T07:38:15.244Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.244Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is not matching search criteria
2022-04-28T07:38:15.244Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:38:15.244Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:38:15.245Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:38:15.245Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:15.245Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:38:15.245Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:38:15.245Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:38:15.246Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T07:38:15.246Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:38:15.246Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:15.246Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:38:15.247Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:38:15.247Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf076de6-0173-462b-9e1d-3d42d1c14c51
2022-04-28T07:38:15.247Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.247Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is not matching search criteria
2022-04-28T07:38:15.247Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:38:15.247Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:38:15.248Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:38:15.248Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:15.248Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:38:15.248Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:38:15.248Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:38:15.248Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:38:15.248Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:38:15.249Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:38:15.249Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:15.249Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T07:38:15.249Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9cd8ba3f-014f-4ac6-acd5-e12abc5a55e2
2022-04-28T07:38:15.249Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.249Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:15.250Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.250Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:15.250Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.250Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:15.251Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:15.251Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:15.251Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-28 07-34-56
Description:catalog service description
Model UUID:3e03413b-b091-4beb-84ee-541b8b60ce94
Model Version:NULL
Model InvariantUuid:0fb959e3-f20e-419a-9e71-ba75955728fb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6be91cc0-b741
Model UUID:439d4836-94e5-473f-acf2-d44a446fcf7e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1b72324d-a846-4584-a749-b02d261e35be
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c0f5a33d-c900-45cc-8b96-4e3105d037c7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1088cf87-931f-4dba-81e3-86e3d2a0d7a4
ModelName:Vfw6be91cc0B741..base_vfw..module-0
ModelUuid:4129c6a7-30a9-4eee-aad9-548d606c0619
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ea6d5189-0e8e-405f-94cf-8feeeda05194
ModelInvariantUuid:a7639242-d742-4f84-a16d-09ce6efb86ae
ModelName:vFW 6be91cc0-b741-nodes.vfwCvfc
ModelUuid:d26b3c6d-1d34-4960-8c98-1fc35f1f4110
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2f8f7c56-afa4-4f6c-a231-789a44f489a0
ModelInvariantUuid:c5596cbb-d048-4237-a4b8-0ad0b4ae48d3
ModelName:Vfw6be91cc0B741.compute.nodes.heat.vfw
ModelUuid:8145213b-c21c-4d31-8f47-55d6c352fed4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cf076de6-0173-462b-9e1d-3d42d1c14c51
ModelInvariantUuid:b24521aa-a57e-47aa-92ce-fef4c95d3711
ModelName:vFW 6be91cc0-b741-nodes.vsnCvfc
ModelUuid:fa135d4a-e676-44bb-9beb-f33d44f61a9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:86a98341-56ee-409f-8e7c-42fe6af36f85
ModelInvariantUuid:8d811e0b-1500-4c53-b5b9-1d8a4cc5e8ee
ModelName:Vfw6be91cc0B741.compute.nodes.heat.vsn
ModelUuid:d7fc52d3-fe0e-475b-a40d-b1ab96ca29c3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9cd8ba3f-014f-4ac6-acd5-e12abc5a55e2
ModelInvariantUuid:61932d19-fee1-4518-996c-0c764f655b4d
ModelName:vFW 6be91cc0-b741-nodes.vpgCvfc
ModelUuid:6b14de47-61f4-4c65-b25f-e146c3bc0c0d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3f75d7c9-7425-4fa9-9cc4-fe65cf051b4f
ModelInvariantUuid:01ee9df7-d509-4968-b099-783e3c77f29f
ModelName:Vfw6be91cc0B741.compute.nodes.heat.vpg
ModelUuid:bffc3bc8-7023-4f74-91ca-cf540f668746
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-04-28T07:38:15.260Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 19dc419d-6b52-4532-8ddf-44c8c88f34e5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:38:15.264Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||vFW 6be91cc0-b741 0
2022-04-28T07:38:15.265Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 19dc419d-6b52-4532-8ddf-44c8c88f34e5
2022-04-28T07:38:15.265Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||Trying to download the artifact UUID: b91214f5-578f-4045-a05d-47ead9fda43f from URL: /sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json
2022-04-28T07:38:15.265Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:38:15.265Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json
2022-04-28T07:38:15.523Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:38:15.524Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json b91214f5-578f-4045-a05d-47ead9fda43f 785
2022-04-28T07:38:15.524Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json ASDC sendASDCNotification
2022-04-28T07:38:15.524Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json
2022-04-28T07:38:15.524Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:38:15.525Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:15.527Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:15.528Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131495524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:38:15.628Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:38:15.629Z||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-04-28T07:38:15.630Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:15.645Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:15.646Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:38:16.529Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6be91cc0B741..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1088cf87-931f-4dba-81e3-86e3d2a0d7a4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4129c6a7-30a9-4eee-aad9-548d606c0619",
    "vfModuleModelCustomizationUUID": "5f6a622e-a1a3-42e5-aa49-2512bbb2c695",
    "isBase": true,
    "artifacts": [
      "6a03ced3-7ff4-45d9-9d07-4455e6048248",
      "deb7e9f8-6ab3-4565-ba5b-a5ef7e8bd89e"
    ],
    "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-04-28T07:38:16.533Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6be91cc0B741..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4129c6a7-30a9-4eee-aad9-548d606c0619
VfModuleModelInvariantUUID:1088cf87-931f-4dba-81e3-86e3d2a0d7a4
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a03ced3-7ff4-45d9-9d07-4455e6048248
,
deb7e9f8-6ab3-4565-ba5b-a5ef7e8bd89e

}
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-04-28T07:38:16.536Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6be91cc0B741..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1088cf87-931f-4dba-81e3-86e3d2a0d7a4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4129c6a7-30a9-4eee-aad9-548d606c0619",
    "vfModuleModelCustomizationUUID": "5f6a622e-a1a3-42e5-aa49-2512bbb2c695",
    "isBase": true,
    "artifacts": [
      "6a03ced3-7ff4-45d9-9d07-4455e6048248",
      "deb7e9f8-6ab3-4565-ba5b-a5ef7e8bd89e"
    ],
    "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-04-28T07:38:16.536Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6be91cc0B741..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4129c6a7-30a9-4eee-aad9-548d606c0619
VfModuleModelInvariantUUID:1088cf87-931f-4dba-81e3-86e3d2a0d7a4
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a03ced3-7ff4-45d9-9d07-4455e6048248
,
deb7e9f8-6ab3-4565-ba5b-a5ef7e8bd89e

}
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-04-28T07:38:16.536Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||Trying to download the artifact UUID: 6a03ced3-7ff4-45d9-9d07-4455e6048248 from URL: /sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml
2022-04-28T07:38:16.536Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:38:16.537Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml
2022-04-28T07:38:17.422Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:38:17.423Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml 6a03ced3-7ff4-45d9-9d07-4455e6048248 20368
2022-04-28T07:38:17.424Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T07:38:17.424Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml
2022-04-28T07:38:17.424Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:38:17.425Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:17.427Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:17.428Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131497424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:38:17.528Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:38:17.530Z||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-04-28T07:38:17.530Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:17.543Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:17.544Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:38:18.429Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||Trying to download the artifact UUID: deb7e9f8-6ab3-4565-ba5b-a5ef7e8bd89e from URL: /sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env
2022-04-28T07:38:18.430Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:38:18.430Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env
2022-04-28T07:38:18.735Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:38:18.736Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env deb7e9f8-6ab3-4565-ba5b-a5ef7e8bd89e 2098
2022-04-28T07:38:18.736Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T07:38:18.737Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env
2022-04-28T07:38:18.737Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:38:18.737Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:18.743Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:18.743Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131498736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:38:18.843Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:38:18.844Z||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-04-28T07:38:18.845Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:18.857Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:18.858Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:38:19.744Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Preparing to deploy Service: 3e03413b-b091-4beb-84ee-541b8b60ce94
2022-04-28T07:38:19.744Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6be91cc0-b741 0 19dc419d-6b52-4532-8ddf-44c8c88f34e5 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-04-28T07:38:19.776Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41a72baf, org.onap.sdc.toscaparser.api.parameters.Input@489534c8, org.onap.sdc.toscaparser.api.parameters.Input@42d158bc, org.onap.sdc.toscaparser.api.parameters.Input@5f2873c2, org.onap.sdc.toscaparser.api.parameters.Input@272ad1db]
2022-04-28T07:38:19.777Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.778Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:19.778Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-28T07:38:19.778Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||VFCustomizationUUID= c0f5a33d-c900-45cc-8b96-4e3105d037c7
2022-04-28T07:38:19.778Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0f5a33d-c900-45cc-8b96-4e3105d037c7 matches Tosca VF Customization UUID: c0f5a33d-c900-45cc-8b96-4e3105d037c7
2022-04-28T07:38:19.778Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||vfCustomizationUUID: c0f5a33d-c900-45cc-8b96-4e3105d037c7  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-04-28T07:38:19.782Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.782Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:19.784Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||resource request for resource customization id c0f5a33d-c900-45cc-8b96-4e3105d037c7: {\"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-04-28T07:38:19.784Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@128ee23c
2022-04-28T07:38:19.785Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.785Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:38:19.785Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5f6a622e-a1a3-42e5-aa49-2512bbb2c695
2022-04-28T07:38:19.785Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5f6a622e-a1a3-42e5-aa49-2512bbb2c695
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-04-28T07:38:19.789Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.790Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is matching search criteria
2022-04-28T07:38:19.791Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [vFW 6be91cc0-b741 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:38:19.792Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.792Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is matching search criteria
2022-04-28T07:38:19.792Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [vFW 6be91cc0-b741 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:38:19.793Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.793Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is not matching search criteria
2022-04-28T07:38:19.794Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:38:19.794Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:38:19.794Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T07:38:19.795Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:38:19.795Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:38:19.795Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:38:19.796Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:19.796Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:38:19.796Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:19.796Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:38:19.797Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:38:19.797Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ea6d5189-0e8e-405f-94cf-8feeeda05194
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-04-28T07:38:19.803Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.803Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is matching search criteria
2022-04-28T07:38:19.804Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [vFW 6be91cc0-b741 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:38:19.804Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.805Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is not matching search criteria
2022-04-28T07:38:19.805Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:38:19.805Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:38:19.805Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:38:19.806Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:19.806Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:38:19.806Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:38:19.807Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:38:19.807Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T07:38:19.808Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:38:19.808Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:19.808Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:38:19.809Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:38:19.809Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf076de6-0173-462b-9e1d-3d42d1c14c51
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-04-28T07:38:19.813Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.814Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is matching search criteria
2022-04-28T07:38:19.814Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [vFW 6be91cc0-b741 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:38:19.815Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.815Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is not matching search criteria
2022-04-28T07:38:19.816Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:38:19.816Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:38:19.816Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:38:19.817Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:19.817Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:38:19.817Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:38:19.818Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:38:19.818Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:38:19.819Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:38:19.819Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:38:19.819Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:38:19.820Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T07:38:19.820Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9cd8ba3f-014f-4ac6-acd5-e12abc5a55e2
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-04-28T07:38:19.824Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.825Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is matching search criteria
2022-04-28T07:38:19.825Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [vFW 6be91cc0-b741 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:38:19.826Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.826Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Node template vFW 6be91cc0-b741 0 is matching search criteria
2022-04-28T07:38:19.826Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found topology templates [vFW 6be91cc0-b741 0] matching following query criteria: sdcType=VF, customizationUUID=c0f5a33d-c900-45cc-8b96-4e3105d037c7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:38:19.831Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.831Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:19.832Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500|| resourceSeq for service uuid 3e03413b-b091-4beb-84ee-541b8b60ce94: vFW 6be91cc0-b741
2022-04-28T07:38:19.832Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.832Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:19.833Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.833Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:19.833Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.833Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:19.834Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.834Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:19.834Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:38:19.835Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Service vFW 2022-04-28 07-34-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:38:19.835Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||Saving Service: vFW 2022-04-28 07-34-56 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T07:38:20.083Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6be91cc0-b741 19dc419d-6b52-4532-8ddf-44c8c88f34e5 1 ASDC deployResourceStructure
2022-04-28T07:38:20.084Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json ASDC sendASDCNotification
2022-04-28T07:38:20.084Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json
2022-04-28T07:38:20.084Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:38:20.085Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:20.088Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:20.088Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131500084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:38:20.189Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:38:20.190Z||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-04-28T07:38:20.190Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:20.204Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:20.205Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:38:21.090Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T07:38:21.090Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml
2022-04-28T07:38:21.090Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:38:21.091Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:21.093Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:21.093Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131501089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:38:21.194Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:38:21.195Z||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-04-28T07:38:21.195Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:21.209Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:21.211Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:38:22.094Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T07:38:22.096Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env
2022-04-28T07:38:22.096Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:38:22.097Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:22.100Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:22.100Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131502094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:38:22.202Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-28T07:38:22.204Z||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-04-28T07:38:22.204Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:22.218Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:22.219Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:38:23.101Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar ASDC sendASDCNotification
2022-04-28T07:38:23.102Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar
2022-04-28T07:38:23.102Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:38:23.103Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:38:23.106Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:38:23.106Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131503101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:38:23.206Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:38:23.207Z||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-04-28T07:38:23.208Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:38:23.250Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:38:23.251Z||pool-65-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:38:24.107Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adba08f1-c2f3-4feb-a131-22aa3f4dc160
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:38:24.142Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adba08f1-c2f3-4feb-a131-22aa3f4dc160
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:38:24.148Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:38:24.149Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:38:24.149Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:38:54.149Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adba08f1-c2f3-4feb-a131-22aa3f4dc160
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:38:54.164Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adba08f1-c2f3-4feb-a131-22aa3f4dc160
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:38:54.169Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:38:54.169Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:38:54.170Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:39:01.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:39:01.928Z||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-04-28T07:39:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:39:01.962Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:39:01.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:39:01.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131482118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:39:01.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:39:24.170Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adba08f1-c2f3-4feb-a131-22aa3f4dc160
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:39:24.184Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adba08f1-c2f3-4feb-a131-22aa3f4dc160
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:39:24.188Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:39:24.188Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:39:24.189Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:39:54.189Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adba08f1-c2f3-4feb-a131-22aa3f4dc160
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:39:54.206Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adba08f1-c2f3-4feb-a131-22aa3f4dc160
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:39:54.212Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:39:54.212Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:39:54.213Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:40:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:40:01.928Z||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-04-28T07:40:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:40:02.456Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:40:02.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "clamp",
  "timestamp": 1651131483212,
  "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-04-28T07:40:02.471Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of adba08f1-c2f3-4feb-a131-22aa3f4dc160
2022-04-28T07:40:02.472Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId adba08f1-c2f3-4feb-a131-22aa3f4dc160 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-04-28T07:40:02.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "aai-ml",
  "timestamp": 1651131476081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:40:02.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:40:02.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:40:02.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:40:02.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:40:02.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:40:02.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "aai-ml",
  "timestamp": 1651131484311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:40:02.486Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:40:02.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:40:02.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:40:02.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131485835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:40:02.487Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:40:02.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:40:02.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:40:02.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651131486841,
  "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-04-28T07:40:02.493Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of adba08f1-c2f3-4feb-a131-22aa3f4dc160
2022-04-28T07:40:02.493Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId adba08f1-c2f3-4feb-a131-22aa3f4dc160 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-04-28T07:40:02.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T07:40:02.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:40:02.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:40:02.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:40:02.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131478727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:40:02.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:40:02.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131490268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:40:02.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:40:02.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "aai-ml",
  "timestamp": 1651131493321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T07:40:02.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:40:02.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "aai-ml",
  "timestamp": 1651131494329,
  "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-04-28T07:40:02.516Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of adba08f1-c2f3-4feb-a131-22aa3f4dc160
2022-04-28T07:40:02.517Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId adba08f1-c2f3-4feb-a131-22aa3f4dc160 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-04-28T07:40:02.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131495524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:40:02.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:40:02.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131497424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:40:02.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:40:02.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131498736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:40:02.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:40:02.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131500084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/vfw6be91cc0b7410_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:40:02.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:40:02.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131501089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:40:02.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:40:02.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131502094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/resourceInstances/vfw6be91cc0b7410/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:40:02.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:40:02.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:40:02.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131503101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428073456/1.0/artifacts/service-Vfw20220428073456-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:40:02.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:40:24.213Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adba08f1-c2f3-4feb-a131-22aa3f4dc160
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:40:24.229Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adba08f1-c2f3-4feb-a131-22aa3f4dc160
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:40:24.233Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:40:24.233Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:40:24.233Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T07:40:24.233Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T07:40:24.233Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T07:40:24.233Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?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-04-28T07:40:24.239Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T07:40:54.240Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: adba08f1-c2f3-4feb-a131-22aa3f4dc160 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-04-28T07:40:54.248Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: adba08f1-c2f3-4feb-a131-22aa3f4dc160 and serviceModelVersionId: 3e03413b-b091-4beb-84ee-541b8b60ce94
2022-04-28T07:40:54.248Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fb959e3-f20e-419a-9e71-ba75955728fb
2022-04-28T07:40:54.249Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0
2022-04-28T07:40:54.257Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-28T07:40:54.336Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/494b9496-023f-4788-b127-d8267a9cf8c9/model-vers/model-ver/1fa4e3b3-dc32-4947-9766-35d64d8f07c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:40:54.338Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||Invoke
2022-04-28T07:40:55.890Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:40:55.893Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||Invoke
2022-04-28T07:40:57.434Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:40:57.436Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||Invoke
2022-04-28T07:40:58.455Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:40:58.457Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:40:58.458Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:40:58.458Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:40:58.468Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:40:58.468Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID adba08f1-c2f3-4feb-a131-22aa3f4dc160 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:40:58.469Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T07:40:58.469Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:40:58.473Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:40:58.474Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||try to send status {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131658469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:40:58.574Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:40:58.576Z||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-04-28T07:40:58.576Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:40:58.614Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:40:58.616Z||pool-66-thread-1|||||INFO|500||cambria reply ok (42 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-04-28T07:40:59.501Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:40:59.503Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:40:59.503Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:41:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:41:01.927Z||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-04-28T07:41:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:41:02.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:41:02.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:41:02.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "adba08f1-c2f3-4feb-a131-22aa3f4dc160",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651131658469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:41:02.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:41:09.787Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:41:09.789Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:41:09.790Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:41:09.790Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:41:19.336Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:41:19.337Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:41:19.338Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:41:19.339Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:41:28.871Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:41:28.873Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:41:28.874Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:41:28.874Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:41:38.439Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:41:38.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:41:38.442Z||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-04-28T07:41:38.442Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:41:47.973Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:42:01.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:42:01.922Z||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-04-28T07:42:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:42:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:42:01.927Z||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-04-28T07:42:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:42:11.473Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:42:11.487Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:43:01.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:43:01.921Z||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-04-28T07:43:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:43:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:43:01.927Z||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-04-28T07:43:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:43:11.461Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:43:11.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:44:01.919Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:44:01.921Z||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-04-28T07:44:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:44:01.926Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:44:01.927Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:44:01.927Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:44:11.477Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:44:11.477Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:45:01.919Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:45:01.921Z||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-04-28T07:45:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:45:01.926Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:45:01.927Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:45:01.928Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:45:11.494Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:45:11.494Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:46:01.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:46:01.921Z||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-04-28T07:46:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:46:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:46:01.927Z||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-04-28T07:46:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:46:11.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:46:11.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:47:01.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:47:01.921Z||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-04-28T07:47:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:47:01.929Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:47:01.930Z||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-04-28T07:47:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:47:11.485Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:47:11.486Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:01.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:48:01.921Z||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-04-28T07:48:01.924Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:48:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:48:01.927Z||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-04-28T07:48:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:48:02.262Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:02.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132058068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "cds",
  "timestamp": 1651132054911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132057973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132058068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "cds",
  "timestamp": 1651132054911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132057973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:48:02.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132058068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "cds",
  "timestamp": 1651132054911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.270Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132057973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:48:02.271Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132058068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.271Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "cds",
  "timestamp": 1651132054911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.272Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132057973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.273Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132058068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.273Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "cds",
  "timestamp": 1651132054911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132057973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T07:48:02.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132058068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "cds",
  "timestamp": 1651132054911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132057973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.276Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "policy-id",
  "timestamp": 1651132066224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.277Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132058068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.277Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "cds",
  "timestamp": 1651132054911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:48:02.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132057973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:48:02.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "clamp",
  "timestamp": 1651132066753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "policy-id",
  "timestamp": 1651132066224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "clamp",
  "timestamp": 1651132066753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:48:02.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132068246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:48:02.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:48:02.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "cds",
  "timestamp": 1651132068011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:48:02.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:48:02.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "policy-id",
  "timestamp": 1651132066224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:48:02.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "clamp",
  "timestamp": 1651132066753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "cds",
  "timestamp": 1651132069022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-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-04-28T07:48:02.316Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f113a91-e0a7-4c39-94f4-f274ed99282f
2022-04-28T07:48:02.316Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f113a91-e0a7-4c39-94f4-f274ed99282f 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-04-28T07:48:02.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132069545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:48:02.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:48:02.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "policy-id",
  "timestamp": 1651132066224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "clamp",
  "timestamp": 1651132066753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "policy-id",
  "timestamp": 1651132066224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "clamp",
  "timestamp": 1651132066753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132071233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:48:02.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:48:02.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "policy-id",
  "timestamp": 1651132066224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "clamp",
  "timestamp": 1651132066753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132072261,
  "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-04-28T07:48:02.342Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f113a91-e0a7-4c39-94f4-f274ed99282f
2022-04-28T07:48:02.342Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f113a91-e0a7-4c39-94f4-f274ed99282f 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-04-28T07:48:02.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "policy-id",
  "timestamp": 1651132066224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:48:02.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "clamp",
  "timestamp": 1651132066753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:48:02.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132073265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:48:02.359Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:48:02.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "policy-id",
  "timestamp": 1651132074440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:48:02.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:48:02.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132074076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "policy-id",
  "timestamp": 1651132075445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:48:02.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:48:02.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132074076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "policy-id",
  "timestamp": 1651132076448,
  "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-04-28T07:48:02.371Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f113a91-e0a7-4c39-94f4-f274ed99282f
2022-04-28T07:48:02.371Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f113a91-e0a7-4c39-94f4-f274ed99282f 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-04-28T07:48:02.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "aai-ml",
  "timestamp": 1651132076081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132074076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "aai-ml",
  "timestamp": 1651132076081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132074076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "aai-ml",
  "timestamp": 1651132076081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132074076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "aai-ml",
  "timestamp": 1651132076081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132074076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "aai-ml",
  "timestamp": 1651132076081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132074076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:48:02.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "aai-ml",
  "timestamp": 1651132076081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:48:02.558Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:02.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:48:02.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f113a91-e0a7-4c39-94f4-f274ed99282f","serviceName":"vFW 2022-04-28 07-44-50","serviceVersion":"1.0","serviceUUID":"d861e278-abb6-47e3-a25d-f0bcf58e0142","serviceDescription":"catalog service description","serviceInvariantUUID":"557bcb65-2d75-456a-b021-41e09333b8a9","resources":[{"resourceInstanceName":"vFW 6ebc01b3-6820 0","resourceName":"vFW 6ebc01b3-6820","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a6a10928-b1f6-4932-8bcb-35e06b2b81ed","resourceInvariantUUID":"ebe4a479-37d8-4337-b866-aabe0051bc37","resourceCustomizationUUID":"25a6b7e5-de7a-4dc5-8f40-c62a66122a68","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vf-license-model.xml","artifactChecksum":"YWMyNjBlMDQ5NTNjNjJjYTQ4YWRiNDZlYjA3Mzg2OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"458ba1b7-9e25-4ac6-bdbe-9bbfdf824511","artifactVersion":"1"},{"artifactName":"vfw6ebc01b368200_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json","artifactChecksum":"ZGMxYzJjZWJjMTVhODFkNzgwYWE0ZGVmMDBlMjg5OGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f965a39-172c-4b70-9ebc-af3ab74f8306","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8eea328d-67e3-408f-aa01-2202efeb2729","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vendor-license-model.xml","artifactChecksum":"Mzc1MGU5MjRkNmE2N2E4MTI0NmMxNjJkNzA1YTg0MTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd2838b2-5b97-4c6a-bb1f-0aabfaee1570","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"098eafa3-4e05-44dd-b436-7c3b8c2243e9","artifactVersion":"2","generatedFromUUID":"8eea328d-67e3-408f-aa01-2202efeb2729"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220428074450-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-template.yml","artifactChecksum":"ZDgxZDAyMTNlYjRlZWFlZDQ4MzFiNTE4NTVmM2MxMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af8b4574-475f-486f-bcf4-8e579ab25099","artifactVersion":"1"},{"artifactName":"service-Vfw20220428074450-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar","artifactChecksum":"M2MzYWJlNTUzOWI3NjY1MmI3YzBiNDkyMDMxMDgxN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08fb4f16-4f40-4523-b82b-a41aff1af9b0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T07:48:02.563Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:48:02.563Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:02.569Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:02.569Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:02.668Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:48:02.669Z||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-04-28T07:48:02.670Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:02.681Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:02.682Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:03.570Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:48:03.571Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:03.574Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:03.574Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:48:03.675Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms
2022-04-28T07:48:03.676Z||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-04-28T07:48:03.676Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:03.691Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:03.691Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:04.604Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:48:04.605Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:04.608Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:04.609Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:48:04.708Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:48:04.709Z||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-04-28T07:48:04.709Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:04.721Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:04.722Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:48:05.609Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:48:05.610Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:05.620Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:05.621Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:05.741Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 119 ms
2022-04-28T07:48:05.742Z||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-04-28T07:48:05.742Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:05.761Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:05.762Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:06.622Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:48:06.623Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:06.627Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:06.627Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T07:48:06.727Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:48:06.729Z||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-04-28T07:48:06.729Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:06.744Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:06.745Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:07.628Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:48:07.629Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:07.633Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:07.633Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:48:07.733Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:48:07.734Z||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-04-28T07:48:07.735Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:07.747Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:07.748Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:08.634Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:48:08.635Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:08.639Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:08.640Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:48:08.739Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:48:08.741Z||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-04-28T07:48:08.741Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:08.754Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:08.755Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:09.641Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "serviceName": "vFW 2022-04-28 07-44-50",
  "serviceVersion": "1.0",
  "serviceUUID": "d861e278-abb6-47e3-a25d-f0bcf58e0142",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "557bcb65-2d75-456a-b021-41e09333b8a9",
  "resources": [
    {
      "resourceInstanceName": "vFW 6ebc01b3-6820 0",
      "resourceCustomizationUUID": "25a6b7e5-de7a-4dc5-8f40-c62a66122a68",
      "resourceName": "vFW 6ebc01b3-6820",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a6a10928-b1f6-4932-8bcb-35e06b2b81ed",
      "resourceInvariantUUID": "ebe4a479-37d8-4337-b866-aabe0051bc37",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6ebc01b368200_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
          "artifactChecksum": "ZGMxYzJjZWJjMTVhODFkNzgwYWE0ZGVmMDBlMjg5OGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4f965a39-172c-4b70-9ebc-af3ab74f8306",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8eea328d-67e3-408f-aa01-2202efeb2729",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "098eafa3-4e05-44dd-b436-7c3b8c2243e9",
            "generatedFromUUID": "8eea328d-67e3-408f-aa01-2202efeb2729"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "098eafa3-4e05-44dd-b436-7c3b8c2243e9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220428074450-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
      "artifactChecksum": "M2MzYWJlNTUzOWI3NjY1MmI3YzBiNDkyMDMxMDgxN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "08fb4f16-4f40-4523-b82b-a41aff1af9b0"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T07:48:09.642Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T07:48:09.642Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d861e278-abb6-47e3-a25d-f0bcf58e0142 ASDC
2022-04-28T07:48:09.643Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6f113a91-e0a7-4c39-94f4-f274ed99282f
ServiceName:vFW 2022-04-28 07-44-50
ServiceVersion:1.0
ServiceUUID:d861e278-abb6-47e3-a25d-f0bcf58e0142
ServiceInvariantUUID:557bcb65-2d75-456a-b021-41e09333b8a9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220428074450-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar
ArtifactUUID:08fb4f16-4f40-4523-b82b-a41aff1af9b0
ArtifactChecksum:M2MzYWJlNTUzOWI3NjY1MmI3YzBiNDkyMDMxMDgxN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6ebc01b3-6820 0
ResourceCustomizationUUID:25a6b7e5-de7a-4dc5-8f40-c62a66122a68
ResourceInvariantUUID:ebe4a479-37d8-4337-b866-aabe0051bc37
ResourceName:vFW 6ebc01b3-6820
ResourceType:VF
ResourceUUID:a6a10928-b1f6-4932-8bcb-35e06b2b81ed
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6ebc01b368200_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json
ArtifactUUID:4f965a39-172c-4b70-9ebc-af3ab74f8306
ArtifactChecksum:ZGMxYzJjZWJjMTVhODFkNzgwYWE0ZGVmMDBlMjg5OGI=
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/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml
ArtifactUUID:8eea328d-67e3-408f-aa01-2202efeb2729
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/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env
ArtifactUUID:098eafa3-4e05-44dd-b436-7c3b8c2243e9
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/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env
ArtifactUUID:098eafa3-4e05-44dd-b436-7c3b8c2243e9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T07:48:09.643Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d861e278-abb6-47e3-a25d-f0bcf58e0142 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-04-28T07:48:09.686Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:48:09.687Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-28T07:48:09.687Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-28T07:48:09.688Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 08fb4f16-4f40-4523-b82b-a41aff1af9b0 from URL: /sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:09.688Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-28T07:48:09.688Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:09.806Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-28T07:48:09.814Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar 08fb4f16-4f40-4523-b82b-a41aff1af9b0 99033
2022-04-28T07:48:09.815Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar ASDC sendASDCNotification
2022-04-28T07:48:09.815Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:09.815Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:48:09.816Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:09.820Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:09.820Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132089815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:48:09.919Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:48:09.921Z||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-04-28T07:48:09.921Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:09.933Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:09.933Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:10.821Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:48:10.823Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-28T07:48:10.824Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 08fb4f16-4f40-4523-b82b-a41aff1af9b0, URL: /sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar to file: /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:10.824Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220428074450-csar.csar
2022-04-28T07:48:10.825Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:10.826Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:11.318Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7665636675016776771/Definitions/service-Vfw20220428074450-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-28T07:48:15.349Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T07:48:15.351Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-28T07:48:15.351Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.351Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-28T07:48:15.351Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.351Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.351Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.351Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.352Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.352Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.352Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.353Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.353Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.353Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.353Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.353Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6ebc01b3-6820 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-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.353Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|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-Vfw20220428074450-csar.csar
2022-04-28T07:48:15.353Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-28T07:48:15.354Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.354Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:15.355Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is matching search criteria
2022-04-28T07:48:15.355Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-28T07:48:15.356Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ebc01b3-6820 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:48:15.356Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.356Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:15.357Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is matching search criteria
2022-04-28T07:48:15.357Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-28T07:48:15.357Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ebc01b3-6820 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:48:15.357Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.358Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:15.358Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.358Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is not matching search criteria
2022-04-28T07:48:15.358Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:48:15.359Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:48:15.359Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:48:15.359Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:48:15.359Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:15.359Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:48:15.360Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:48:15.360Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:48:15.360Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:48:15.361Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:48:15.361Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:15.361Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:48:15.361Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:15.362Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:48:15.362Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:48:15.362Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T07:48:15.362Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.362Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:48:15.363Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.363Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is matching search criteria
2022-04-28T07:48:15.363Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ebc01b3-6820 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:48:15.364Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.364Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is matching search criteria
2022-04-28T07:48:15.364Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ebc01b3-6820 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:48:15.365Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.365Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is matching search criteria
2022-04-28T07:48:15.365Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ebc01b3-6820 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:48:15.366Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.366Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is not matching search criteria
2022-04-28T07:48:15.366Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:48:15.367Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:48:15.367Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T07:48:15.367Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:48:15.367Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:48:15.368Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:48:15.368Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:15.368Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:48:15.369Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:15.369Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:48:15.369Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:48:15.370Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5e7a660f-d587-4169-a34e-9bfe9f0e99ce
2022-04-28T07:48:15.370Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.371Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is not matching search criteria
2022-04-28T07:48:15.371Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:48:15.371Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:48:15.371Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:48:15.372Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:48:15.372Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:15.372Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:48:15.372Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:48:15.373Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T07:48:15.373Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:48:15.373Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:15.373Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:48:15.374Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:48:15.374Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a1e78fcc-3881-4328-a655-17e9290b5ba4
2022-04-28T07:48:15.374Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.375Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is not matching search criteria
2022-04-28T07:48:15.375Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:48:15.375Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:48:15.376Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:48:15.376Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:48:15.376Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:15.377Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:48:15.377Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:48:15.377Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:48:15.377Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:48:15.378Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:48:15.378Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:15.378Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T07:48:15.378Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=358a0cdc-72d6-4505-82c2-b7927b2dcb94
2022-04-28T07:48:15.379Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.379Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:15.379Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.380Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:15.380Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.380Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:15.381Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:15.381Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:15.381Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-28 07-44-50
Description:catalog service description
Model UUID:d861e278-abb6-47e3-a25d-f0bcf58e0142
Model Version:NULL
Model InvariantUuid:557bcb65-2d75-456a-b021-41e09333b8a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6ebc01b3-6820
Model UUID:ac6aa4cc-ea43-4d8b-9c57-173ac3ed1ea4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ebe4a479-37d8-4337-b866-aabe0051bc37
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:25a6b7e5-de7a-4dc5-8f40-c62a66122a68
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6c0822c7-8753-4267-a037-93591fc4acd0
ModelName:Vfw6ebc01b36820..base_vfw..module-0
ModelUuid:f682f09b-168c-409f-99f7-0105878a9c7a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5e7a660f-d587-4169-a34e-9bfe9f0e99ce
ModelInvariantUuid:d55d68ff-eb44-4401-9276-a739a66739ff
ModelName:vFW 6ebc01b3-6820-nodes.vfwCvfc
ModelUuid:acbe5b60-96d3-4669-a5eb-348d800c0e49
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:eb7c8170-8f71-44c3-a623-335306cd19fb
ModelInvariantUuid:1b1972f4-9326-447c-8524-83c2767be2d2
ModelName:Vfw6ebc01b36820.compute.nodes.heat.vfw
ModelUuid:a1c56c16-1430-43d0-9af9-88ff10c6066f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a1e78fcc-3881-4328-a655-17e9290b5ba4
ModelInvariantUuid:24326952-6207-4060-b2ec-92fa5e12448e
ModelName:vFW 6ebc01b3-6820-nodes.vsnCvfc
ModelUuid:e908c905-12fb-4d9e-9305-6531f75b07b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:19b9cb8d-843a-4198-a2d6-6879b900936b
ModelInvariantUuid:d9cb379e-fc8c-4928-aded-b34c0486d44b
ModelName:Vfw6ebc01b36820.compute.nodes.heat.vsn
ModelUuid:75cd2880-3050-4a6c-8fea-d85a485978a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:358a0cdc-72d6-4505-82c2-b7927b2dcb94
ModelInvariantUuid:a299542e-40de-4cb0-a93a-67dc3cc72da7
ModelName:vFW 6ebc01b3-6820-nodes.vpgCvfc
ModelUuid:17a59176-1c69-4db7-a357-7b53f1f32d1e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:afbaa202-2ee4-472b-9072-9c7b91c3a5cc
ModelInvariantUuid:0c584cfd-656f-4033-a6f2-2917c4904c5d
ModelName:Vfw6ebc01b36820.compute.nodes.heat.vpg
ModelUuid:0f5d17ad-1cab-497b-9e09-b669e30525a7
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-04-28T07:48:15.392Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a6a10928-b1f6-4932-8bcb-35e06b2b81ed
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:48:15.400Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||vFW 6ebc01b3-6820 0
2022-04-28T07:48:15.400Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a6a10928-b1f6-4932-8bcb-35e06b2b81ed
2022-04-28T07:48:15.401Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4f965a39-172c-4b70-9ebc-af3ab74f8306 from URL: /sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json
2022-04-28T07:48:15.401Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-28T07:48:15.402Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json
2022-04-28T07:48:15.862Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-28T07:48:15.863Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json 4f965a39-172c-4b70-9ebc-af3ab74f8306 785
2022-04-28T07:48:15.863Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json ASDC sendASDCNotification
2022-04-28T07:48:15.863Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json
2022-04-28T07:48:15.863Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:48:15.864Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:15.867Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:15.867Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132095863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:48:15.967Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:48:15.971Z||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-04-28T07:48:15.971Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:15.984Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:15.985Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:16.869Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6ebc01b36820..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6c0822c7-8753-4267-a037-93591fc4acd0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f682f09b-168c-409f-99f7-0105878a9c7a",
    "vfModuleModelCustomizationUUID": "814601d7-f66f-4948-835e-f5c7ed75b924",
    "isBase": true,
    "artifacts": [
      "8eea328d-67e3-408f-aa01-2202efeb2729",
      "098eafa3-4e05-44dd-b436-7c3b8c2243e9"
    ],
    "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-04-28T07:48:16.877Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ebc01b36820..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f682f09b-168c-409f-99f7-0105878a9c7a
VfModuleModelInvariantUUID:6c0822c7-8753-4267-a037-93591fc4acd0
VfModuleModelDescription:NULL
Artifacts UUID List:{
8eea328d-67e3-408f-aa01-2202efeb2729
,
098eafa3-4e05-44dd-b436-7c3b8c2243e9

}
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-04-28T07:48:16.880Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6ebc01b36820..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6c0822c7-8753-4267-a037-93591fc4acd0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f682f09b-168c-409f-99f7-0105878a9c7a",
    "vfModuleModelCustomizationUUID": "814601d7-f66f-4948-835e-f5c7ed75b924",
    "isBase": true,
    "artifacts": [
      "8eea328d-67e3-408f-aa01-2202efeb2729",
      "098eafa3-4e05-44dd-b436-7c3b8c2243e9"
    ],
    "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-04-28T07:48:16.880Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ebc01b36820..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f682f09b-168c-409f-99f7-0105878a9c7a
VfModuleModelInvariantUUID:6c0822c7-8753-4267-a037-93591fc4acd0
VfModuleModelDescription:NULL
Artifacts UUID List:{
8eea328d-67e3-408f-aa01-2202efeb2729
,
098eafa3-4e05-44dd-b436-7c3b8c2243e9

}
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-04-28T07:48:16.880Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8eea328d-67e3-408f-aa01-2202efeb2729 from URL: /sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml
2022-04-28T07:48:16.881Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-28T07:48:16.881Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml
2022-04-28T07:48:17.470Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-28T07:48:17.472Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml 8eea328d-67e3-408f-aa01-2202efeb2729 20368
2022-04-28T07:48:17.472Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T07:48:17.472Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml
2022-04-28T07:48:17.473Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:48:17.474Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:17.480Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:17.480Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132097472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:48:17.580Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:48:17.583Z||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-04-28T07:48:17.584Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:17.626Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:17.627Z||pool-76-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:18.481Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 098eafa3-4e05-44dd-b436-7c3b8c2243e9 from URL: /sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env
2022-04-28T07:48:18.482Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-28T07:48:18.483Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env
2022-04-28T07:48:18.559Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-28T07:48:18.559Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env 098eafa3-4e05-44dd-b436-7c3b8c2243e9 2098
2022-04-28T07:48:18.560Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T07:48:18.560Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env
2022-04-28T07:48:18.560Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:48:18.561Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:18.564Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:18.564Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132098560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:48:18.665Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:48:18.666Z||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-04-28T07:48:18.666Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:18.681Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:18.682Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:19.565Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d861e278-abb6-47e3-a25d-f0bcf58e0142
2022-04-28T07:48:19.566Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6ebc01b3-6820 0 a6a10928-b1f6-4932-8bcb-35e06b2b81ed 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-04-28T07:48:19.592Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75756fa5, org.onap.sdc.toscaparser.api.parameters.Input@3ba638f2, org.onap.sdc.toscaparser.api.parameters.Input@5ee09698, org.onap.sdc.toscaparser.api.parameters.Input@367d9c6c, org.onap.sdc.toscaparser.api.parameters.Input@682bc541]
2022-04-28T07:48:19.594Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.594Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:19.595Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-28T07:48:19.595Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 25a6b7e5-de7a-4dc5-8f40-c62a66122a68
2022-04-28T07:48:19.595Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 25a6b7e5-de7a-4dc5-8f40-c62a66122a68 matches Tosca VF Customization UUID: 25a6b7e5-de7a-4dc5-8f40-c62a66122a68
2022-04-28T07:48:19.595Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 25a6b7e5-de7a-4dc5-8f40-c62a66122a68  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-04-28T07:48:19.599Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.599Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:19.601Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 25a6b7e5-de7a-4dc5-8f40-c62a66122a68: {\"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-04-28T07:48:19.601Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@620a7a01
2022-04-28T07:48:19.601Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.602Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:48:19.602Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 814601d7-f66f-4948-835e-f5c7ed75b924
2022-04-28T07:48:19.602Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 814601d7-f66f-4948-835e-f5c7ed75b924
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-04-28T07:48:19.607Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.611Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is matching search criteria
2022-04-28T07:48:19.611Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ebc01b3-6820 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:48:19.612Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.613Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is matching search criteria
2022-04-28T07:48:19.614Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ebc01b3-6820 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:48:19.615Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.616Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is not matching search criteria
2022-04-28T07:48:19.617Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:48:19.617Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:48:19.617Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T07:48:19.617Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:48:19.618Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:48:19.618Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:48:19.619Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:19.619Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:48:19.619Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:19.620Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:48:19.620Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:48:19.620Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5e7a660f-d587-4169-a34e-9bfe9f0e99ce
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-04-28T07:48:19.625Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.625Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is matching search criteria
2022-04-28T07:48:19.626Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ebc01b3-6820 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:48:19.626Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.626Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is not matching search criteria
2022-04-28T07:48:19.627Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:48:19.627Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:48:19.627Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:48:19.628Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:48:19.628Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:19.628Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:48:19.629Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:48:19.629Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T07:48:19.629Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:48:19.629Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:19.630Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:48:19.630Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:48:19.630Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a1e78fcc-3881-4328-a655-17e9290b5ba4
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-04-28T07:48:19.635Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.635Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is matching search criteria
2022-04-28T07:48:19.635Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ebc01b3-6820 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:48:19.636Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.636Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is not matching search criteria
2022-04-28T07:48:19.637Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:48:19.637Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:48:19.637Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:48:19.638Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:48:19.638Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:19.638Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:48:19.638Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:48:19.639Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:48:19.639Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:48:19.639Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:48:19.639Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:48:19.640Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T07:48:19.640Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=358a0cdc-72d6-4505-82c2-b7927b2dcb94
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-04-28T07:48:19.644Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.645Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is matching search criteria
2022-04-28T07:48:19.645Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ebc01b3-6820 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:48:19.646Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.646Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Node template vFW 6ebc01b3-6820 0 is matching search criteria
2022-04-28T07:48:19.646Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 6ebc01b3-6820 0] matching following query criteria: sdcType=VF, customizationUUID=25a6b7e5-de7a-4dc5-8f40-c62a66122a68
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:48:19.650Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.650Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:19.651Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d861e278-abb6-47e3-a25d-f0bcf58e0142: vFW 6ebc01b3-6820
2022-04-28T07:48:19.651Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.651Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:19.651Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.652Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:19.652Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.652Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:19.653Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.653Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:19.653Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:48:19.654Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-28 07-44-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:48:19.654Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-04-28 07-44-50 
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-04-28T07:48:19.895Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6ebc01b3-6820 a6a10928-b1f6-4932-8bcb-35e06b2b81ed 1 ASDC deployResourceStructure
2022-04-28T07:48:19.896Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json ASDC sendASDCNotification
2022-04-28T07:48:19.896Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json
2022-04-28T07:48:19.897Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:48:19.897Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:19.901Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:19.901Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132099896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:48:20.001Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:48:20.002Z||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-04-28T07:48:20.003Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:20.017Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:20.018Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:20.904Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T07:48:20.905Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml
2022-04-28T07:48:20.905Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:48:20.905Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:20.920Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:20.921Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132100904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:48:21.020Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-28T07:48:21.022Z||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-04-28T07:48:21.022Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:21.050Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:21.051Z||pool-79-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:21.922Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T07:48:21.923Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env
2022-04-28T07:48:21.923Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:48:21.924Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:21.927Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:21.928Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132101922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:48:22.036Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-28T07:48:22.037Z||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-04-28T07:48:22.038Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:22.054Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:22.055Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:22.931Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar ASDC sendASDCNotification
2022-04-28T07:48:22.931Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar
2022-04-28T07:48:22.931Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:48:22.932Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:48:22.935Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:48:22.935Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132102931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:48:23.035Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:48:23.037Z||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-04-28T07:48:23.037Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:48:23.053Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:48:23.055Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:48:23.936Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:48:23.954Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:48:23.958Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:48:23.959Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:48:23.959Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:48:53.960Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:48:53.976Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:48:53.982Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:48:53.983Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:48:53.983Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:49:01.927Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:49:01.928Z||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-04-28T07:49:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:49:01.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:49:01.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T07:49:01.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132082273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:49:01.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:49:23.984Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:49:24.009Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:49:24.014Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:49:24.015Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:49:24.015Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:49:54.015Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:49:54.029Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:49:54.034Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:49:54.034Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:49:54.035Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:50:01.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:50:01.928Z||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-04-28T07:50:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:50:01.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:50:01.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:50:01.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:50:01.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:50:24.035Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:50:24.053Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:50:24.058Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:50:24.058Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:50:24.058Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:50:54.059Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:50:54.086Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:50:54.092Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:50:54.093Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:50:54.093Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:51:01.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:51:01.930Z||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-04-28T07:51:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:51:01.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:51:01.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:01.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "aai-ml",
  "timestamp": 1651132076081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:51:01.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:51:01.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:01.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "clamp",
  "timestamp": 1651132083302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:51:01.971Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:51:01.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:01.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:51:01.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:51:01.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:01.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "aai-ml",
  "timestamp": 1651132084503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:51:01.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:51:01.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:01.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:51:01.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:51:01.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:01.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "clamp",
  "timestamp": 1651132085313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:51:01.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:51:01.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:01.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:51:01.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:51:01.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:01.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "clamp",
  "timestamp": 1651132086317,
  "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-04-28T07:51:01.985Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f113a91-e0a7-4c39-94f4-f274ed99282f
2022-04-28T07:51:01.986Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f113a91-e0a7-4c39-94f4-f274ed99282f 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-04-28T07:51:02.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132086314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:51:02.003Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:51:02.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T07:51:02.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:51:02.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132087320,
  "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-04-28T07:51:02.012Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f113a91-e0a7-4c39-94f4-f274ed99282f
2022-04-28T07:51:02.012Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f113a91-e0a7-4c39-94f4-f274ed99282f 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-04-28T07:51:02.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:51:02.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:51:02.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132081919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:51:02.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:51:02.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132089815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:51:02.030Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:51:02.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "aai-ml",
  "timestamp": 1651132093926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T07:51:02.030Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:51:02.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "aai-ml",
  "timestamp": 1651132094931,
  "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-04-28T07:51:02.039Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6f113a91-e0a7-4c39-94f4-f274ed99282f
2022-04-28T07:51:02.039Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f113a91-e0a7-4c39-94f4-f274ed99282f 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-04-28T07:51:02.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132095863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:51:02.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:51:02.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132097472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:51:02.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:51:02.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132098560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:51:02.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:51:02.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132099896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/vfw6ebc01b368200_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:51:02.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:51:02.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132100904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:51:02.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:51:02.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132101922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/resourceInstances/vfw6ebc01b368200/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:51:02.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:51:02.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:51:02.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132102931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428074450/1.0/artifacts/service-Vfw20220428074450-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:51:02.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:51:24.093Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:51:24.111Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:51:24.121Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:51:24.122Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:51:24.122Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T07:51:24.122Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T07:51:24.123Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T07:51:24.123Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|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-04-28T07:51:24.148Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T07:51:54.149Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f 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-04-28T07:51:54.158Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f113a91-e0a7-4c39-94f4-f274ed99282f and serviceModelVersionId: d861e278-abb6-47e3-a25d-f0bcf58e0142
2022-04-28T07:51:54.158Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 557bcb65-2d75-456a-b021-41e09333b8a9
2022-04-28T07:51:54.160Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0
2022-04-28T07:51:54.171Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T07:51:54.269Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|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/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?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-04-28T07:51:54.270Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||Invoke
2022-04-28T07:51:55.824Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?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-04-28T07:51:55.827Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||Invoke
2022-04-28T07:51:57.364Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?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-04-28T07:51:57.366Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||Invoke
2022-04-28T07:51:58.392Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:51:58.395Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?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-04-28T07:51:58.402Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:51:58.403Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?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-04-28T07:51:58.410Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?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-04-28T07:51:58.410Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f113a91-e0a7-4c39-94f4-f274ed99282f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:51:58.411Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T07:51:58.412Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:51:58.416Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:51:58.416Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|DEBUG|500||try to send status {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132318411,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:51:58.516Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:51:58.517Z||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-04-28T07:51:58.517Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:51:58.538Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:51:58.540Z||pool-82-thread-1|||||INFO|500||cambria reply ok (23 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-04-28T07:51:59.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:51:59.439Z||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-04-28T07:51:59.439Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:52:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:52:01.928Z||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-04-28T07:52:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:52:01.974Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:01.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132137973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:01.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:01.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132138068,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:01.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:01.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "aai-ml",
  "timestamp": 1651132136081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:01.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:01.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132138068,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:01.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:01.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132137973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:52:01.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:01.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "aai-ml",
  "timestamp": 1651132136081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:52:01.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:01.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "cds",
  "timestamp": 1651132144911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:01.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:01.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "policy-id",
  "timestamp": 1651132146224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:01.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:01.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "cds",
  "timestamp": 1651132144911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:52:01.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:01.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "policy-id",
  "timestamp": 1651132146224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:52:01.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:01.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "aai-ml",
  "timestamp": 1651132148365,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:52:01.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:52:01.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "cds",
  "timestamp": 1651132149974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:52:01.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:52:01.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "policy-id",
  "timestamp": 1651132150408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:52:01.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:52:01.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "policy-id",
  "timestamp": 1651132151413,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:52:01.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:52:01.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:01.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "cds",
  "timestamp": 1651132150988,
  "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-04-28T07:52:02.006Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90f46c99-4b04-474b-89cb-b8eacc735176
2022-04-28T07:52:02.006Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90f46c99-4b04-474b-89cb-b8eacc735176 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-04-28T07:52:02.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:02.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "policy-id",
  "timestamp": 1651132152416,
  "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-04-28T07:52:02.033Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90f46c99-4b04-474b-89cb-b8eacc735176
2022-04-28T07:52:02.033Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90f46c99-4b04-474b-89cb-b8eacc735176 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-04-28T07:52:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:02.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "aai-ml",
  "timestamp": 1651132152387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T07:52:02.047Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:52:02.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:02.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "aai-ml",
  "timestamp": 1651132153391,
  "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-04-28T07:52:02.056Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 90f46c99-4b04-474b-89cb-b8eacc735176
2022-04-28T07:52:02.056Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90f46c99-4b04-474b-89cb-b8eacc735176 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-04-28T07:52:02.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:02.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "clamp",
  "timestamp": 1651132156753,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:02.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:02.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:02.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "clamp",
  "timestamp": 1651132156753,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:52:02.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:02.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:02.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "clamp",
  "timestamp": 1651132164314,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:52:02.072Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:52:02.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:02.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132164076,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:02.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:02.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:02.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132164076,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:52:02.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:52:02.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:02.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "clamp",
  "timestamp": 1651132166327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:52:02.073Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:52:02.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:02.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "clamp",
  "timestamp": 1651132167332,
  "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-04-28T07:52:02.081Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90f46c99-4b04-474b-89cb-b8eacc735176
2022-04-28T07:52:02.082Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90f46c99-4b04-474b-89cb-b8eacc735176 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-04-28T07:52:02.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:02.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132166995,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:52:02.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:52:02.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:02.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132168886,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:52:02.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:52:02.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:52:02.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132169891,
  "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-04-28T07:52:02.114Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90f46c99-4b04-474b-89cb-b8eacc735176
2022-04-28T07:52:02.115Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90f46c99-4b04-474b-89cb-b8eacc735176 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-04-28T07:52:03.865Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:03.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T07:52:03.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"90f46c99-4b04-474b-89cb-b8eacc735176","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e2564fc1-7499-4672-bbde-bdaee02695cf","serviceDescription":"service","serviceInvariantUUID":"eecec5ec-cccc-4f03-8c10-713c177cb167","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3fc6813d-c5cf-419b-9c63-05a1e7929043","resourceInvariantUUID":"a725b068-a723-43ad-8820-b23b30fb035d","resourceCustomizationUUID":"a75e7221-4c07-4893-a370-11705f39d521","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":"OGZhN2RmMTRkNWQ2OTJiMDAyNmE2NDc5ZjU0NTUyYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a5e05ac-8190-460a-96d3-7c5aa5984da9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDI5YjNiNDdjZGQ2YTMyZjM0ZWNkMGExYTljYjMzOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a26b5c40-dae7-455f-a16c-40d0a39915e1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T07:52:03.870Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:52:03.871Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:03.874Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:03.874Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:03.974Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:52:03.977Z||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-04-28T07:52:03.978Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:03.992Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:03.994Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:52:04.875Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:52:04.876Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:04.883Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:04.883Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:52:04.982Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-28T07:52:04.983Z||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-04-28T07:52:04.983Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:05.001Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:05.002Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:52:05.890Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e2564fc1-7499-4672-bbde-bdaee02695cf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eecec5ec-cccc-4f03-8c10-713c177cb167",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "a75e7221-4c07-4893-a370-11705f39d521",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "3fc6813d-c5cf-419b-9c63-05a1e7929043",
      "resourceInvariantUUID": "a725b068-a723-43ad-8820-b23b30fb035d",
      "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": "MDI5YjNiNDdjZGQ2YTMyZjM0ZWNkMGExYTljYjMzOTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a26b5c40-dae7-455f-a16c-40d0a39915e1"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T07:52:05.890Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T07:52:05.891Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e2564fc1-7499-4672-bbde-bdaee02695cf ASDC
2022-04-28T07:52:05.892Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:90f46c99-4b04-474b-89cb-b8eacc735176
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e2564fc1-7499-4672-bbde-bdaee02695cf
ServiceInvariantUUID:eecec5ec-cccc-4f03-8c10-713c177cb167
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:a26b5c40-dae7-455f-a16c-40d0a39915e1
ArtifactChecksum:MDI5YjNiNDdjZGQ2YTMyZjM0ZWNkMGExYTljYjMzOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a75e7221-4c07-4893-a370-11705f39d521
ResourceInvariantUUID:a725b068-a723-43ad-8820-b23b30fb035d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3fc6813d-c5cf-419b-9c63-05a1e7929043
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-28T07:52:05.908Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2564fc1-7499-4672-bbde-bdaee02695cf 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-04-28T07:52:05.973Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:52:05.975Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T07:52:05.975Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T07:52:05.977Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a26b5c40-dae7-455f-a16c-40d0a39915e1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-28T07:52:05.977Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-28T07:52:05.977Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-28T07:52:07.670Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-28T07:52:07.682Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a26b5c40-dae7-455f-a16c-40d0a39915e1 52510
2022-04-28T07:52:07.683Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-28T07:52:07.684Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-28T07:52:07.684Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:52:07.685Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:07.688Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:07.688Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132327683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:52:07.790Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:52:07.792Z||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-04-28T07:52:07.792Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:07.806Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:07.807Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:52:08.690Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:52:08.692Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T07:52:08.692Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a26b5c40-dae7-455f-a16c-40d0a39915e1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-28T07:52:08.693Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-28T07:52:08.693Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-28T07:52:08.693Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-28T07:52:08.976Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4602047112298763747/Definitions/service-BasicNetwork-template.yml
2022-04-28T07:52:10.683Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T07:52:10.684Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T07:52:10.685Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-28T07:52:10.685Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-28T07:52:10.685Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||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-04-28T07:52:10.685Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||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-04-28T07:52:10.685Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||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-04-28T07:52:10.685Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||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-04-28T07:52:10.686Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-28T07:52:10.686Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||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-04-28T07:52:10.686Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||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-04-28T07:52:10.686Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||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-04-28T07:52:10.686Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T07:52:10.687Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.687Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:10.687Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-28T07:52:10.688Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T07:52:10.688Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:52:10.688Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.688Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:10.689Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-28T07:52:10.689Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T07:52:10.689Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:52:10.689Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.689Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:10.690Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.690Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:10.690Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.690Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:10.691Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.691Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:10.691Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.692Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:10.692Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e2564fc1-7499-4672-bbde-bdaee02695cf
Model Version:NULL
Model InvariantUuid:eecec5ec-cccc-4f03-8c10-713c177cb167
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a725b068-a723-43ad-8820-b23b30fb035d
Model UUID:040a9f83-3f74-4aa9-a13c-bca307fdc974
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:a75e7221-4c07-4893-a370-11705f39d521
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-04-28T07:52:10.703Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 3fc6813d-c5cf-419b-9c63-05a1e7929043
2022-04-28T07:52:10.703Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||No resources found for Service: e2564fc1-7499-4672-bbde-bdaee02695cf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:52:10.716Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||
2022-04-28T07:52:10.717Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-28T07:52:10.719Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e2564fc1-7499-4672-bbde-bdaee02695cf
2022-04-28T07:52:10.719Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e2564fc1-7499-4672-bbde-bdaee02695cf
2022-04-28T07:52:10.719Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-28T07:52:10.719Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||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-04-28T07:52:10.731Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c458619, org.onap.sdc.toscaparser.api.parameters.Input@4adc963f, org.onap.sdc.toscaparser.api.parameters.Input@394354fa, org.onap.sdc.toscaparser.api.parameters.Input@5fb3aa67, org.onap.sdc.toscaparser.api.parameters.Input@2f368ac6]
2022-04-28T07:52:10.734Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.734Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:10.735Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.735Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:10.735Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e2564fc1-7499-4672-bbde-bdaee02695cf: Generic NeutronNet
2022-04-28T07:52:10.736Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.736Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:10.736Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.736Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||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-04-28T07:52:10.795Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.796Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:10.796Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.796Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:10.797Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:10.797Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:10.797Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||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-04-28T07:52:10.887Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-28T07:52:10.888Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-28T07:52:10.896Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-28T07:52:10.912Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:52:10.916Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:10.920Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:10.921Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132330888,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:52:11.024Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-28T07:52:11.026Z||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-04-28T07:52:11.026Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:11.075Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:11.076Z||pool-86-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:52:11.930Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90f46c99-4b04-474b-89cb-b8eacc735176
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:52:11.947Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90f46c99-4b04-474b-89cb-b8eacc735176
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:52:11.953Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:52:11.953Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:52:11.953Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T07:52:11.953Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T07:52:11.954Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T07:52:11.954Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-28T07:52:11.962Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T07:52:41.962Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90f46c99-4b04-474b-89cb-b8eacc735176 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-04-28T07:52:41.970Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90f46c99-4b04-474b-89cb-b8eacc735176 and serviceModelVersionId: e2564fc1-7499-4672-bbde-bdaee02695cf
2022-04-28T07:52:41.970Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eecec5ec-cccc-4f03-8c10-713c177cb167
2022-04-28T07:52:41.971Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0
2022-04-28T07:52:41.977Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T07:52:42.065Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?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-04-28T07:52:42.067Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||Invoke
2022-04-28T07:52:43.599Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?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-04-28T07:52:43.601Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||Invoke
2022-04-28T07:52:45.143Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?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-04-28T07:52:45.145Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||Invoke
2022-04-28T07:52:46.180Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:52:46.181Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?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-04-28T07:52:46.181Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:52:46.182Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?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-04-28T07:52:46.268Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?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-04-28T07:52:46.288Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90f46c99-4b04-474b-89cb-b8eacc735176 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:52:46.289Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T07:52:46.290Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:46.364Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:46.376Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||try to send status {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132366289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:52:46.449Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 65 ms
2022-04-28T07:52:46.450Z||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-04-28T07:52:46.451Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:46.473Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:46.474Z||pool-87-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T07:52:47.402Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||received message from topic
2022-04-28T07:52:47.403Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"906cf219-b454-4c17-9c1c-65200f5d7b46","serviceName":"Demo_pNF_xtV64hwuy2dKsut9ejlr","serviceVersion":"1.0","serviceUUID":"64705145-c705-4321-85e4-b23674c3fcfe","serviceDescription":"catalog service description","serviceInvariantUUID":"b146b0e4-d2d0-4886-a0d9-2267a0f76719","resources":[{"resourceInstanceName":"pNF a6cd9ea2-9cf2 0","resourceName":"pNF a6cd9ea2-9cf2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"87a55b9e-5ab9-4bb1-abec-8f511ed898f3","resourceInvariantUUID":"f092f818-b3ef-4ab1-9a3f-978eff914063","resourceCustomizationUUID":"1fa6188a-1a69-4b1e-a3ca-034364131e48","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vf-license-model.xml","artifactChecksum":"ODFhOGIwMDgyZDc2NjQ3ZGI3MTVkNDYzZGIyMjcyZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0af3d442-7ad3-41ea-89ca-357e00be64ca","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/pNF.csar","artifactChecksum":"NjYwM2UxYjZhOGI2ZDY1YjAxZWIxODc2NWVmZmM5NmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1eaed615-9950-47fb-9743-0398ebdccccb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a7a65d42-c2f5-4039-a104-98a375c3c7cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vendor-license-model.xml","artifactChecksum":"NDc2ODY5YjUzMWU0NTM4NjJmOTI5NzExYzRhMTJiYzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ea6e2c68-cbe7-47ce-a6cc-00fd75714450","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52c52995-bc7e-4d09-999d-98be86261938","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57c8ba7f-fad9-4be2-8c7f-645bf5f1bf41","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXtv64hwuy2dksut9ejlr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-template.yml","artifactChecksum":"ZjEwM2IzZDhlNTFmOGI5ZjNjYmE0YzIwZmU1ZTdkOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"28cee32a-40a5-4d03-8b81-e5341f558a89","artifactVersion":"1"},{"artifactName":"service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar","artifactChecksum":"NTBlYjFjYzVkM2M3ZmFkZGFiMzY3NDViYTUxYmVjNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a045b1f8-b5f9-4aa2-9919-e3e0c2900ac3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T07:52:47.404Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:52:47.404Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:47.407Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:47.407Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||try to send status {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:47.507Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:52:47.509Z||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-04-28T07:52:47.509Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:47.521Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:47.521Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:52:48.409Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:52:48.410Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:48.413Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:48.413Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||try to send status {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:48.513Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:52:48.515Z||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-04-28T07:52:48.515Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:48.527Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:48.530Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:52:49.414Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:52:49.416Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:49.419Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:49.419Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||try to send status {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:49.519Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:52:49.520Z||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-04-28T07:52:49.521Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:49.533Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:49.534Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:52:50.420Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:52:50.422Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:50.425Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:50.425Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||try to send status {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:50.525Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:52:50.527Z||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-04-28T07:52:50.527Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:50.546Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:50.548Z||pool-91-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:52:51.426Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:52:51.428Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:51.431Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:51.432Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||try to send status {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:51.532Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:52:51.533Z||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-04-28T07:52:51.533Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:51.546Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:51.547Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:52:52.432Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:52:52.433Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:52.436Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:52.437Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||try to send status {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:52.537Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:52:52.538Z||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-04-28T07:52:52.539Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:52.553Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:52.554Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:52:53.437Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:52:53.438Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:53.441Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:53.442Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||try to send status {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:52:53.542Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:52:53.543Z||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-04-28T07:52:53.543Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:53.560Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:53.560Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:52:54.442Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:52:54.444Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:54.447Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:54.447Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||try to send status {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:52:54.547Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:52:54.549Z||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-04-28T07:52:54.549Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:54.562Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:54.563Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:52:55.449Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "serviceName": "Demo_pNF_xtV64hwuy2dKsut9ejlr",
  "serviceVersion": "1.0",
  "serviceUUID": "64705145-c705-4321-85e4-b23674c3fcfe",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b146b0e4-d2d0-4886-a0d9-2267a0f76719",
  "resources": [
    {
      "resourceInstanceName": "pNF a6cd9ea2-9cf2 0",
      "resourceCustomizationUUID": "1fa6188a-1a69-4b1e-a3ca-034364131e48",
      "resourceName": "pNF a6cd9ea2-9cf2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "87a55b9e-5ab9-4bb1-abec-8f511ed898f3",
      "resourceInvariantUUID": "f092f818-b3ef-4ab1-9a3f-978eff914063",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
      "artifactChecksum": "NTBlYjFjYzVkM2M3ZmFkZGFiMzY3NDViYTUxYmVjNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a045b1f8-b5f9-4aa2-9919-e3e0c2900ac3"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T07:52:55.449Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T07:52:55.450Z|90f46c99-4b04-474b-89cb-b8eacc735176|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 64705145-c705-4321-85e4-b23674c3fcfe ASDC
2022-04-28T07:52:55.450Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||ASDC Notification:
DistributionID:906cf219-b454-4c17-9c1c-65200f5d7b46
ServiceName:Demo_pNF_xtV64hwuy2dKsut9ejlr
ServiceVersion:1.0
ServiceUUID:64705145-c705-4321-85e4-b23674c3fcfe
ServiceInvariantUUID:b146b0e4-d2d0-4886-a0d9-2267a0f76719
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
ArtifactUUID:a045b1f8-b5f9-4aa2-9919-e3e0c2900ac3
ArtifactChecksum:NTBlYjFjYzVkM2M3ZmFkZGFiMzY3NDViYTUxYmVjNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a6cd9ea2-9cf2 0
ResourceCustomizationUUID:1fa6188a-1a69-4b1e-a3ca-034364131e48
ResourceInvariantUUID:f092f818-b3ef-4ab1-9a3f-978eff914063
ResourceName:pNF a6cd9ea2-9cf2
ResourceType:PNF
ResourceUUID:87a55b9e-5ab9-4bb1-abec-8f511ed898f3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-28T07:52:55.451Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 64705145-c705-4321-85e4-b23674c3fcfe 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-04-28T07:52:55.499Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:52:55.500Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:52:55.500Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:52:55.500Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||Trying to download the artifact UUID: a045b1f8-b5f9-4aa2-9919-e3e0c2900ac3 from URL: /sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:55.500Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:52:55.501Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:55.609Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:52:55.613Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar a045b1f8-b5f9-4aa2-9919-e3e0c2900ac3 82628
2022-04-28T07:52:55.614Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar ASDC sendASDCNotification
2022-04-28T07:52:55.614Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:55.614Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:52:55.614Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:55.617Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:55.618Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||try to send status {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132375614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:52:55.717Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:52:55.719Z||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-04-28T07:52:55.719Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:55.731Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:55.731Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:52:56.618Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:52:56.621Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:52:56.621Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||Trying to write artifact UUID: a045b1f8-b5f9-4aa2-9919-e3e0c2900ac3, URL: /sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar to file: /app/ASDC/1/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:56.622Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:56.622Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:56.623Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:56.858Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1406106486797923729/Definitions/service-DemoPnfXtv64hwuy2dksut9ejlr-template.yml
2022-04-28T07:52:58.296Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-28T07:52:58.297Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|WARN|500||####################################################################################################
2022-04-28T07:52:58.297Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:58.297Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-28T07:52:58.297Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?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-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:58.298Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?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-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:58.298Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?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-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:58.298Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a6cd9ea2-9cf2 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-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:58.299Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?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-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:58.299Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?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-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:58.299Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?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-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:58.299Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|WARN|500||####################################################################################################
2022-04-28T07:52:58.300Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:58.300Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Service Demo_pNF_xtV64hwuy2dKsut9ejlr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:58.301Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Node template pNF a6cd9ea2-9cf2 0 is matching search criteria
2022-04-28T07:52:58.301Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:52:58.301Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Found topology templates [pNF a6cd9ea2-9cf2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:52:58.302Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:58.302Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Service Demo_pNF_xtV64hwuy2dKsut9ejlr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:58.302Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Node template pNF a6cd9ea2-9cf2 0 is matching search criteria
2022-04-28T07:52:58.303Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:52:58.303Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Found topology templates [pNF a6cd9ea2-9cf2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:52:58.303Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:58.304Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Service Demo_pNF_xtV64hwuy2dKsut9ejlr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:58.304Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:58.304Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Service Demo_pNF_xtV64hwuy2dKsut9ejlr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:58.305Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:58.305Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Service Demo_pNF_xtV64hwuy2dKsut9ejlr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:58.305Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:58.305Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Service Demo_pNF_xtV64hwuy2dKsut9ejlr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:58.306Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:58.306Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Service Demo_pNF_xtV64hwuy2dKsut9ejlr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:58.306Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_xtV64hwuy2dKsut9ejlr
Description:catalog service description
Model UUID:64705145-c705-4321-85e4-b23674c3fcfe
Model Version:NULL
Model InvariantUuid:b146b0e4-d2d0-4886-a0d9-2267a0f76719
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-04-28T07:52:58.316Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 87a55b9e-5ab9-4bb1-abec-8f511ed898f3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:52:58.321Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||pNF a6cd9ea2-9cf2 0
2022-04-28T07:52:58.321Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 87a55b9e-5ab9-4bb1-abec-8f511ed898f3
2022-04-28T07:52:58.322Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||No resources found for Service: 64705145-c705-4321-85e4-b23674c3fcfe
2022-04-28T07:52:58.322Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Preparing to deploy Service: 64705145-c705-4321-85e4-b23674c3fcfe
2022-04-28T07:52:58.322Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a6cd9ea2-9cf2 0 87a55b9e-5ab9-4bb1-abec-8f511ed898f3 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-04-28T07:52:58.329Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c2baf1c, org.onap.sdc.toscaparser.api.parameters.Input@7a6a878f, org.onap.sdc.toscaparser.api.parameters.Input@6d6c0ed8, org.onap.sdc.toscaparser.api.parameters.Input@3ffaf22b, org.onap.sdc.toscaparser.api.parameters.Input@e18f987]
2022-04-28T07:52:58.329Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:58.330Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Service Demo_pNF_xtV64hwuy2dKsut9ejlr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:58.330Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500|| resourceSeq for service uuid 64705145-c705-4321-85e4-b23674c3fcfe: pNF a6cd9ea2-9cf2
2022-04-28T07:52:58.331Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||Processing PNF resource: 87a55b9e-5ab9-4bb1-abec-8f511ed898f3
2022-04-28T07:52:58.331Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:52:58.331Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Service Demo_pNF_xtV64hwuy2dKsut9ejlr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:52:58.331Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||Resource customization UUID: 1fa6188a-1a69-4b1e-a3ca-034364131e48 is the same as notified resource customizationUUID: 1fa6188a-1a69-4b1e-a3ca-034364131e48
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-04-28T07:52:58.376Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a6cd9ea2-9cf2 87a55b9e-5ab9-4bb1-abec-8f511ed898f3 0 ASDC deployResourceStructure
2022-04-28T07:52:58.376Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar ASDC sendASDCNotification
2022-04-28T07:52:58.377Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar
2022-04-28T07:52:58.377Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:52:58.377Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:52:58.380Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:52:58.380Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||try to send status {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132378376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:52:58.481Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:52:58.482Z||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-04-28T07:52:58.482Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:52:58.496Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:52:58.497Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:52:59.382Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 906cf219-b454-4c17-9c1c-65200f5d7b46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:52:59.397Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 906cf219-b454-4c17-9c1c-65200f5d7b46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:52:59.402Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:52:59.403Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:52:59.403Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:53:01.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:53:01.928Z||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-04-28T07:53:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:53:02.008Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:53:02.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "policy-id",
  "timestamp": 1651132266224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.012Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "cds",
  "timestamp": 1651132264911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "policy-id",
  "timestamp": 1651132266224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "cds",
  "timestamp": 1651132264911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "policy-id",
  "timestamp": 1651132266224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "clamp",
  "timestamp": 1651132276753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "cds",
  "timestamp": 1651132264911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "clamp",
  "timestamp": 1651132276753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "policy-id",
  "timestamp": 1651132266224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132278068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "cds",
  "timestamp": 1651132264911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132277974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "policy-id",
  "timestamp": 1651132266224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "clamp",
  "timestamp": 1651132276753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132278068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "cds",
  "timestamp": 1651132264911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132277974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "policy-id",
  "timestamp": 1651132266224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "clamp",
  "timestamp": 1651132276753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132278068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "cds",
  "timestamp": 1651132264911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132277974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "policy-id",
  "timestamp": 1651132266224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "clamp",
  "timestamp": 1651132276753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132278068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "cds",
  "timestamp": 1651132264911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132277974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "policy-id",
  "timestamp": 1651132266224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:53:02.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "clamp",
  "timestamp": 1651132276753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132278068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "cds",
  "timestamp": 1651132264911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:53:02.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132277974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "clamp",
  "timestamp": 1651132276753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132278068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:53:02.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "cds",
  "timestamp": 1651132283114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:53:02.032Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:53:02.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132277974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "policy-id",
  "timestamp": 1651132283761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:53:02.032Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:53:02.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "clamp",
  "timestamp": 1651132276753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:53:02.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132278068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "cds",
  "timestamp": 1651132284134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-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-04-28T07:53:02.042Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 906cf219-b454-4c17-9c1c-65200f5d7b46
2022-04-28T07:53:02.043Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906cf219-b454-4c17-9c1c-65200f5d7b46 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-04-28T07:53:02.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132277974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "policy-id",
  "timestamp": 1651132284765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:53:02.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:53:02.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132284076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132278068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132277974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:53:02.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "policy-id",
  "timestamp": 1651132285768,
  "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-04-28T07:53:02.073Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 906cf219-b454-4c17-9c1c-65200f5d7b46
2022-04-28T07:53:02.073Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906cf219-b454-4c17-9c1c-65200f5d7b46 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-04-28T07:53:02.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132284076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "aai-ml",
  "timestamp": 1651132286081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132284076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132287475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:53:02.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:53:02.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "aai-ml",
  "timestamp": 1651132286081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132284076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132288643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:53:02.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:53:02.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "aai-ml",
  "timestamp": 1651132286081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132284076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132289647,
  "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-04-28T07:53:02.097Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 906cf219-b454-4c17-9c1c-65200f5d7b46
2022-04-28T07:53:02.097Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906cf219-b454-4c17-9c1c-65200f5d7b46 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-04-28T07:53:02.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "aai-ml",
  "timestamp": 1651132286081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132284076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "aai-ml",
  "timestamp": 1651132286081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132284076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "aai-ml",
  "timestamp": 1651132286081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132284076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:53:02.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "aai-ml",
  "timestamp": 1651132286081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:53:02.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "aai-ml",
  "timestamp": 1651132286081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:53:02.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:53:02.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132294703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:53:02.120Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:53:02.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "aai-ml",
  "timestamp": 1651132296408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:53:02.121Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:53:02.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132296743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:53:02.121Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:53:02.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "clamp",
  "timestamp": 1651132297339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:53:02.121Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:53:02.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132297747,
  "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-04-28T07:53:02.129Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 906cf219-b454-4c17-9c1c-65200f5d7b46
2022-04-28T07:53:02.129Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906cf219-b454-4c17-9c1c-65200f5d7b46 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-04-28T07:53:02.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "clamp",
  "timestamp": 1651132299353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:53:02.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:53:02.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "clamp",
  "timestamp": 1651132300357,
  "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-04-28T07:53:02.147Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 906cf219-b454-4c17-9c1c-65200f5d7b46
2022-04-28T07:53:02.147Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906cf219-b454-4c17-9c1c-65200f5d7b46 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-04-28T07:53:02.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "aai-ml",
  "timestamp": 1651132301605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T07:53:02.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:53:02.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "aai-ml",
  "timestamp": 1651132302610,
  "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-04-28T07:53:02.166Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 906cf219-b454-4c17-9c1c-65200f5d7b46
2022-04-28T07:53:02.167Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906cf219-b454-4c17-9c1c-65200f5d7b46 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-04-28T07:53:02.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:53:02.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f113a91-e0a7-4c39-94f4-f274ed99282f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132318411,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:53:02.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:53:29.403Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 906cf219-b454-4c17-9c1c-65200f5d7b46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:53:29.423Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 906cf219-b454-4c17-9c1c-65200f5d7b46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:53:29.428Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:53:29.428Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:53:29.428Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T07:53:29.429Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T07:53:29.429Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T07:53:29.429Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T07:53:29.429Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?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-04-28T07:53:29.437Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T07:53:59.438Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 906cf219-b454-4c17-9c1c-65200f5d7b46 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-04-28T07:53:59.447Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 906cf219-b454-4c17-9c1c-65200f5d7b46 and serviceModelVersionId: 64705145-c705-4321-85e4-b23674c3fcfe
2022-04-28T07:53:59.448Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b146b0e4-d2d0-4886-a0d9-2267a0f76719
2022-04-28T07:53:59.449Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0
2022-04-28T07:53:59.455Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eecec5ec-cccc-4f03-8c10-713c177cb167/model-vers/model-ver/e2564fc1-7499-4672-bbde-bdaee02695cf?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-28T07:53:59.519Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||Invoke
2022-04-28T07:53:59.519Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[906cf219-b454-4c17-9c1c-65200f5d7b46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a353ba02-149a-4204-aed6-babe98ffd99f], X-ECOMP-RequestID=[906cf219-b454-4c17-9c1c-65200f5d7b46], X-TransactionId=[], X-ONAP-RequestID=[906cf219-b454-4c17-9c1c-65200f5d7b46], Content-Type=[application/merge-patch+json]}
2022-04-28T07:54:01.078Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||Invoke
2022-04-28T07:54:01.079Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[906cf219-b454-4c17-9c1c-65200f5d7b46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d5235c7-3b07-4781-a848-6b00c1307a0c], X-ECOMP-RequestID=[906cf219-b454-4c17-9c1c-65200f5d7b46], X-TransactionId=[], X-ONAP-RequestID=[906cf219-b454-4c17-9c1c-65200f5d7b46], Content-Type=[application/merge-patch+json]}
2022-04-28T07:54:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:54:01.928Z||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-04-28T07:54:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:54:01.950Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:01.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:54:01.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132327683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:01.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:01.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132330888,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:54:01.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:01.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "aai-ml",
  "timestamp": 1651132346081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132344076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "cds",
  "timestamp": 1651132339911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "policy-id",
  "timestamp": 1651132346224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "aai-ml",
  "timestamp": 1651132346081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132344076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "policy-id",
  "timestamp": 1651132346224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "cds",
  "timestamp": 1651132339911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "aai-ml",
  "timestamp": 1651132346081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132344076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "policy-id",
  "timestamp": 1651132346224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:54:01.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "cds",
  "timestamp": 1651132339911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "aai-ml",
  "timestamp": 1651132346081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132344076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "policy-id",
  "timestamp": 1651132346224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "cds",
  "timestamp": 1651132339911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "aai-ml",
  "timestamp": 1651132346081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132344076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "policy-id",
  "timestamp": 1651132346224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "cds",
  "timestamp": 1651132339911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "aai-ml",
  "timestamp": 1651132346081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132344076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "policy-id",
  "timestamp": 1651132346224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "cds",
  "timestamp": 1651132339911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "aai-ml",
  "timestamp": 1651132346081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132344076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "policy-id",
  "timestamp": 1651132346224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "cds",
  "timestamp": 1651132339911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "aai-ml",
  "timestamp": 1651132346081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:54:01.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132344076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:54:01.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "policy-id",
  "timestamp": 1651132346224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:54:01.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "cds",
  "timestamp": 1651132339911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:54:01.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:54:01.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "cds",
  "timestamp": 1651132359805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:01.996Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:01.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132360216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:01.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:01.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "policy-id",
  "timestamp": 1651132360444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:01.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:01.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:54:01.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "aai-ml",
  "timestamp": 1651132360501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:01.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:01.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "policy-id",
  "timestamp": 1651132361448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:54:01.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:01.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:01.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:01.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:01.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "policy-id",
  "timestamp": 1651132362451,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T07:54:02.022Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8e80828-fca5-4321-a490-9f303b8cb001
2022-04-28T07:54:02.022Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8e80828-fca5-4321-a490-9f303b8cb001 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-04-28T07:54:02.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132362771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:54:02.039Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132363776,
  "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-04-28T07:54:02.048Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8e80828-fca5-4321-a490-9f303b8cb001
2022-04-28T07:54:02.048Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8e80828-fca5-4321-a490-9f303b8cb001 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-04-28T07:54:02.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "cds",
  "timestamp": 1651132364436,
  "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-04-28T07:54:02.071Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8e80828-fca5-4321-a490-9f303b8cb001
2022-04-28T07:54:02.071Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8e80828-fca5-4321-a490-9f303b8cb001 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-04-28T07:54:02.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90f46c99-4b04-474b-89cb-b8eacc735176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132366289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:54:02.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132366733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:02.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "aai-ml",
  "timestamp": 1651132366720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T07:54:02.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132367797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:02.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "aai-ml",
  "timestamp": 1651132367725,
  "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-04-28T07:54:02.108Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d8e80828-fca5-4321-a490-9f303b8cb001
2022-04-28T07:54:02.109Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8e80828-fca5-4321-a490-9f303b8cb001 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-04-28T07:54:02.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132368849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:02.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132369881,
  "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-04-28T07:54:02.135Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8e80828-fca5-4321-a490-9f303b8cb001
2022-04-28T07:54:02.136Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8e80828-fca5-4321-a490-9f303b8cb001 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-04-28T07:54:02.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132370886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:54:02.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/resourceInstances/pnfa6cd9ea29cf20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132319438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "cds",
  "timestamp": 1651132375381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:02.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132375614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:02.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "policy-id",
  "timestamp": 1651132376001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:02.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "cds",
  "timestamp": 1651132376403,
  "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-04-28T07:54:02.184Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39b229f6-163b-4bae-b4a8-a43439ba5353
2022-04-28T07:54:02.185Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b229f6-163b-4bae-b4a8-a43439ba5353 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-04-28T07:54:02.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "policy-id",
  "timestamp": 1651132377005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:54:02.197Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "policy-id",
  "timestamp": 1651132378008,
  "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-04-28T07:54:02.206Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39b229f6-163b-4bae-b4a8-a43439ba5353
2022-04-28T07:54:02.207Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b229f6-163b-4bae-b4a8-a43439ba5353 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-04-28T07:54:02.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "clamp",
  "timestamp": 1651132378350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:02.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132378376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXtv64hwuy2dksut9ejlr/1.0/artifacts/service-DemoPnfXtv64hwuy2dksut9ejlr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:54:02.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:54:02.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651132358068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:02.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:54:02.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132382086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:02.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:54:02.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "clamp",
  "timestamp": 1651132382356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:54:02.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:54:02.608Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||Invoke
2022-04-28T07:54:02.609Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[906cf219-b454-4c17-9c1c-65200f5d7b46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba6fb2da-f82a-4588-9abd-c4e55fdcbcea], X-ECOMP-RequestID=[906cf219-b454-4c17-9c1c-65200f5d7b46], X-TransactionId=[], X-ONAP-RequestID=[906cf219-b454-4c17-9c1c-65200f5d7b46], Content-Type=[application/merge-patch+json]}
2022-04-28T07:54:03.641Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:54:03.642Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?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-04-28T07:54:03.643Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:54:03.643Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?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-04-28T07:54:03.657Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?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-04-28T07:54:03.658Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 906cf219-b454-4c17-9c1c-65200f5d7b46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:54:03.659Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T07:54:03.659Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:03.663Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:03.663Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132443659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:54:03.763Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:54:03.765Z||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-04-28T07:54:03.765Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:03.780Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:03.781Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T07:54:04.681Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:54:04.682Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?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-04-28T07:54:04.682Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:05.302Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:05.303Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||received message from topic
2022-04-28T07:54:05.303Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"d8e80828-fca5-4321-a490-9f303b8cb001","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d98dd276-7368-4ec8-b613-a084b4d7944b","serviceDescription":"service","serviceInvariantUUID":"2ce347b3-8993-41a1-9eda-cd81f72c8a1e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"03e42ebf-98f7-4618-bfe8-0f976c33c681","resourceInvariantUUID":"aa85152b-10bd-4668-b963-427939719be6","resourceCustomizationUUID":"dfbcd7f3-1ee4-43ae-b20d-68f965d17679","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":"NTU5YjQ1MTFkMmI1MGFhYjY2NGZkZTNlMDdiNDBlYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0917ec14-a104-421c-b599-657cc6160ee9","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":"M2QwYmFiOGIwYjhmNmVlMzFiYTRmZjNlYmMzZWZiMDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2459eb3e-abf5-4574-82ed-8d882eb3ee80","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":"64a5da62-d834-43b6-aca9-10ea1d21b2f9","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":"ab071163-7f81-4987-88b2-ac527660db74","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":"6c4daa87-cdb1-4739-9152-1ed11b296294","artifactVersion":"2","generatedFromUUID":"64a5da62-d834-43b6-aca9-10ea1d21b2f9"},{"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":"ZWNmN2VmM2NkYjAyOGM5NWYyYjI2ZWU1MDdlNWNjOTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a21eec05-7c7e-4040-9d6e-10e5c9877b97","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":"NmI4NmMxNjczMjBjYmJlNDViZTBmNGZmNzQ0ZDhiMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ce82b32-c478-454a-9ffc-4e30c6efc1d1","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzU5ZGFlYjZjNTBlNmY3NzljYmViMDIzODMwNmNhMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4cd5a8d-e3ea-41ef-adcf-7f779e1ddeb0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T07:54:05.306Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:54:05.307Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:05.310Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:05.310Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:05.410Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:54:05.411Z||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-04-28T07:54:05.411Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:05.422Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:05.423Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:54:06.311Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:54:06.313Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:06.316Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:06.317Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:54:06.420Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-28T07:54:06.421Z||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-04-28T07:54:06.421Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:06.454Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:06.454Z||pool-100-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:54:07.318Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:54:07.319Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:07.321Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:07.322Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:54:07.422Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:54:07.423Z||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-04-28T07:54:07.423Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:07.437Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:07.438Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:54:08.323Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:54:08.324Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:08.327Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:08.327Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:08.427Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:54:08.429Z||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-04-28T07:54:08.429Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:08.440Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:08.441Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:54:09.328Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:54:09.330Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:09.333Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:09.333Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-28T07:54:09.433Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:54:09.434Z||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-04-28T07:54:09.435Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:09.449Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:09.449Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:54:10.334Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:54:10.336Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:10.338Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:10.339Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:10.439Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:54:10.440Z||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-04-28T07:54:10.441Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:10.454Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:10.455Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:54:11.340Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:54:11.341Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:11.345Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:11.346Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:11.446Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:54:11.447Z||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-04-28T07:54:11.447Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:11.458Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:11.458Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:54:12.347Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:54:12.347Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:12.353Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:12.354Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:54:12.452Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-28T07:54:12.453Z||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-04-28T07:54:12.453Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:12.466Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:12.467Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:54:13.357Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d98dd276-7368-4ec8-b613-a084b4d7944b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ce347b3-8993-41a1-9eda-cd81f72c8a1e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "dfbcd7f3-1ee4-43ae-b20d-68f965d17679",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "03e42ebf-98f7-4618-bfe8-0f976c33c681",
      "resourceInvariantUUID": "aa85152b-10bd-4668-b963-427939719be6",
      "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": "M2QwYmFiOGIwYjhmNmVlMzFiYTRmZjNlYmMzZWZiMDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2459eb3e-abf5-4574-82ed-8d882eb3ee80",
          "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": "64a5da62-d834-43b6-aca9-10ea1d21b2f9",
          "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": "6c4daa87-cdb1-4739-9152-1ed11b296294",
            "generatedFromUUID": "64a5da62-d834-43b6-aca9-10ea1d21b2f9"
          },
          "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": "6c4daa87-cdb1-4739-9152-1ed11b296294",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzU5ZGFlYjZjNTBlNmY3NzljYmViMDIzODMwNmNhMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f4cd5a8d-e3ea-41ef-adcf-7f779e1ddeb0"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T07:54:13.358Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T07:54:13.358Z|906cf219-b454-4c17-9c1c-65200f5d7b46|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d98dd276-7368-4ec8-b613-a084b4d7944b ASDC
2022-04-28T07:54:13.359Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||ASDC Notification:
DistributionID:d8e80828-fca5-4321-a490-9f303b8cb001
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d98dd276-7368-4ec8-b613-a084b4d7944b
ServiceInvariantUUID:2ce347b3-8993-41a1-9eda-cd81f72c8a1e
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:f4cd5a8d-e3ea-41ef-adcf-7f779e1ddeb0
ArtifactChecksum:NzU5ZGFlYjZjNTBlNmY3NzljYmViMDIzODMwNmNhMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:dfbcd7f3-1ee4-43ae-b20d-68f965d17679
ResourceInvariantUUID:aa85152b-10bd-4668-b963-427939719be6
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:03e42ebf-98f7-4618-bfe8-0f976c33c681
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:2459eb3e-abf5-4574-82ed-8d882eb3ee80
ArtifactChecksum:M2QwYmFiOGIwYjhmNmVlMzFiYTRmZjNlYmMzZWZiMDk=
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:64a5da62-d834-43b6-aca9-10ea1d21b2f9
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:6c4daa87-cdb1-4739-9152-1ed11b296294
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:6c4daa87-cdb1-4739-9152-1ed11b296294
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T07:54:13.359Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d98dd276-7368-4ec8-b613-a084b4d7944b 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-04-28T07:54:13.417Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:54:13.418Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:54:13.418Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:54:13.418Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||Trying to download the artifact UUID: f4cd5a8d-e3ea-41ef-adcf-7f779e1ddeb0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-28T07:54:13.419Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:54:13.419Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-28T07:54:13.496Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:54:13.501Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f4cd5a8d-e3ea-41ef-adcf-7f779e1ddeb0 78813
2022-04-28T07:54:13.502Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-28T07:54:13.502Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-28T07:54:13.503Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:54:13.504Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:13.507Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:13.507Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132453502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:13.607Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:54:13.609Z||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-04-28T07:54:13.609Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:13.622Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:13.624Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:54:14.508Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:54:14.510Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:54:14.510Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||Trying to write artifact UUID: f4cd5a8d-e3ea-41ef-adcf-7f779e1ddeb0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T07:54:14.510Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-28T07:54:14.510Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T07:54:14.511Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T07:54:14.724Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5659557012727400643/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-04-28T07:54:16.673Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-28T07:54:16.674Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|WARN|500||####################################################################################################
2022-04-28T07:54:16.675Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T07:54:16.675Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-28T07:54:16.675Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T07:54:16.675Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T07:54:16.675Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T07:54:16.676Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T07:54:16.676Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T07:54:16.676Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T07:54:16.676Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T07:54:16.676Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T07:54:16.676Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T07:54:16.676Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|WARN|500||####################################################################################################
2022-04-28T07:54:16.676Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:16.677Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:16.677Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T07:54:16.677Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:54:16.677Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:54:16.678Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:16.678Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:16.678Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T07:54:16.678Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:54:16.678Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:54:16.678Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:16.678Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:16.679Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:16.679Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-28T07:54:16.679Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-28T07:54:16.679Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-28T07:54:16.679Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-28T07:54:16.679Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-28T07:54:16.679Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T07:54:16.680Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:16.680Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:54:16.680Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:16.680Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T07:54:16.681Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:54:16.681Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:16.681Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T07:54:16.681Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:54:16.682Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:16.682Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T07:54:16.682Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:54:16.682Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:16.683Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-28T07:54:16.683Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-28T07:54:16.683Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-28T07:54:16.683Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4ffecbf4-da5b-4ede-a7c4-9449e69f57f4
2022-04-28T07:54:16.684Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:16.684Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:16.684Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:16.684Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:16.685Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:16.685Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:16.685Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:16.685Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:16.686Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d98dd276-7368-4ec8-b613-a084b4d7944b
Model Version:NULL
Model InvariantUuid:2ce347b3-8993-41a1-9eda-cd81f72c8a1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:d0f8ffa3-0c58-499d-bbc8-27831d212264
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aa85152b-10bd-4668-b963-427939719be6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dfbcd7f3-1ee4-43ae-b20d-68f965d17679
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:de40f863-4bd4-40d2-8905-76043b629236
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0c1145c0-25ae-4d51-a339-4fae453f86db
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4ffecbf4-da5b-4ede-a7c4-9449e69f57f4
ModelInvariantUuid:f3a7497b-27be-4e26-998f-02d31b5fb7af
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:eddb63e5-7be7-49e1-b29c-695ff4a9abbb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:35f64244-b331-47d9-9347-90d738b7cfae
ModelInvariantUuid:16bfe9fc-507b-49bb-93ca-159203ce0be1
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:3a00c4a4-6fa9-47ff-99eb-3858af422629
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-04-28T07:54:16.694Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 03e42ebf-98f7-4618-bfe8-0f976c33c681
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:54:16.698Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||basic_vm_macro 0
2022-04-28T07:54:16.699Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 03e42ebf-98f7-4618-bfe8-0f976c33c681
2022-04-28T07:54:16.699Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||Trying to download the artifact UUID: 2459eb3e-abf5-4574-82ed-8d882eb3ee80 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-28T07:54:16.700Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:54:16.700Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-28T07:54:16.748Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:54:16.749Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2459eb3e-abf5-4574-82ed-8d882eb3ee80 792
2022-04-28T07:54:16.749Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-28T07:54:16.750Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-28T07:54:16.750Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:54:16.751Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:16.753Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:16.754Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132456749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:16.854Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:54:16.855Z||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-04-28T07:54:16.855Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:16.867Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:16.868Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:54:17.754Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "de40f863-4bd4-40d2-8905-76043b629236",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c1145c0-25ae-4d51-a339-4fae453f86db",
    "vfModuleModelCustomizationUUID": "9abe9b48-5d21-4866-852e-2b334173d8a1",
    "isBase": true,
    "artifacts": [
      "64a5da62-d834-43b6-aca9-10ea1d21b2f9",
      "6c4daa87-cdb1-4739-9152-1ed11b296294"
    ],
    "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-04-28T07:54:17.760Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c1145c0-25ae-4d51-a339-4fae453f86db
VfModuleModelInvariantUUID:de40f863-4bd4-40d2-8905-76043b629236
VfModuleModelDescription:NULL
Artifacts UUID List:{
64a5da62-d834-43b6-aca9-10ea1d21b2f9
,
6c4daa87-cdb1-4739-9152-1ed11b296294

}
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-04-28T07:54:17.776Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "de40f863-4bd4-40d2-8905-76043b629236",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c1145c0-25ae-4d51-a339-4fae453f86db",
    "vfModuleModelCustomizationUUID": "9abe9b48-5d21-4866-852e-2b334173d8a1",
    "isBase": true,
    "artifacts": [
      "64a5da62-d834-43b6-aca9-10ea1d21b2f9",
      "6c4daa87-cdb1-4739-9152-1ed11b296294"
    ],
    "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-04-28T07:54:17.777Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c1145c0-25ae-4d51-a339-4fae453f86db
VfModuleModelInvariantUUID:de40f863-4bd4-40d2-8905-76043b629236
VfModuleModelDescription:NULL
Artifacts UUID List:{
64a5da62-d834-43b6-aca9-10ea1d21b2f9
,
6c4daa87-cdb1-4739-9152-1ed11b296294

}
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-04-28T07:54:17.777Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||Trying to download the artifact UUID: 64a5da62-d834-43b6-aca9-10ea1d21b2f9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-28T07:54:17.778Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:54:17.778Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-28T07:54:17.831Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:54:17.832Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 64a5da62-d834-43b6-aca9-10ea1d21b2f9 5033
2022-04-28T07:54:17.833Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-28T07:54:17.833Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-28T07:54:17.833Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:54:17.833Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:17.837Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:17.837Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132457832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:17.937Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:54:17.938Z||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-04-28T07:54:17.938Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:17.950Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:17.951Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:54:18.838Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||Trying to download the artifact UUID: 6c4daa87-cdb1-4739-9152-1ed11b296294 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-28T07:54:18.839Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:54:18.840Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-28T07:54:18.885Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:54:18.885Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 6c4daa87-cdb1-4739-9152-1ed11b296294 903
2022-04-28T07:54:18.886Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-28T07:54:18.886Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-28T07:54:18.886Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:54:18.886Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:18.889Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:18.889Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132458885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:54:18.989Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:54:18.990Z||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-04-28T07:54:18.991Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:19.004Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:19.005Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:54:19.890Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Preparing to deploy Service: d98dd276-7368-4ec8-b613-a084b4d7944b
2022-04-28T07:54:19.891Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 03e42ebf-98f7-4618-bfe8-0f976c33c681 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-04-28T07:54:19.908Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13ddd1ed, org.onap.sdc.toscaparser.api.parameters.Input@373a5efd, org.onap.sdc.toscaparser.api.parameters.Input@2613c603, org.onap.sdc.toscaparser.api.parameters.Input@6d081fc0, org.onap.sdc.toscaparser.api.parameters.Input@10a7f935]
2022-04-28T07:54:19.910Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.910Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:19.911Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-28T07:54:19.911Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||VFCustomizationUUID= dfbcd7f3-1ee4-43ae-b20d-68f965d17679
2022-04-28T07:54:19.911Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dfbcd7f3-1ee4-43ae-b20d-68f965d17679 matches Tosca VF Customization UUID: dfbcd7f3-1ee4-43ae-b20d-68f965d17679
2022-04-28T07:54:19.912Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||vfCustomizationUUID: dfbcd7f3-1ee4-43ae-b20d-68f965d17679  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-04-28T07:54:19.915Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.916Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:19.917Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||resource request for resource customization id dfbcd7f3-1ee4-43ae-b20d-68f965d17679: {\"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-04-28T07:54:19.918Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@604f836b
2022-04-28T07:54:19.918Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.918Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:54:19.919Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9abe9b48-5d21-4866-852e-2b334173d8a1
2022-04-28T07:54:19.919Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9abe9b48-5d21-4866-852e-2b334173d8a1
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-04-28T07:54:19.923Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.923Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T07:54:19.924Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:54:19.924Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.925Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T07:54:19.925Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:54:19.925Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.925Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-28T07:54:19.926Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-28T07:54:19.926Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-28T07:54:19.926Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4ffecbf4-da5b-4ede-a7c4-9449e69f57f4
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-04-28T07:54:19.931Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.932Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T07:54:19.932Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:54:19.933Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.933Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T07:54:19.933Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=dfbcd7f3-1ee4-43ae-b20d-68f965d17679
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:54:19.937Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.937Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:19.937Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500|| resourceSeq for service uuid d98dd276-7368-4ec8-b613-a084b4d7944b: basic_vm_macro
2022-04-28T07:54:19.937Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.938Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:19.938Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.938Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:19.939Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.939Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:19.939Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.940Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:19.940Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:54:19.940Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:54:19.940Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T07:54:20.054Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 03e42ebf-98f7-4618-bfe8-0f976c33c681 1 ASDC deployResourceStructure
2022-04-28T07:54:20.054Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-28T07:54:20.055Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-28T07:54:20.055Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:54:20.055Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:20.058Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:20.058Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132460054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:54:20.159Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:54:20.160Z||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-04-28T07:54:20.160Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:20.173Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:20.174Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:54:21.059Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-28T07:54:21.059Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-28T07:54:21.060Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:54:21.060Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:21.063Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:21.063Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132461059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:54:21.163Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:54:21.165Z||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-04-28T07:54:21.165Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:21.177Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:21.178Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:54:22.068Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-28T07:54:22.069Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-28T07:54:22.070Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:54:22.070Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:22.073Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:22.073Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132462068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:54:22.176Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-28T07:54:22.177Z||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-04-28T07:54:22.177Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:22.190Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:22.191Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:54:23.079Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-28T07:54:23.080Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-28T07:54:23.080Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:54:23.080Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:23.083Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:23.083Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132463079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:54:23.183Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:54:23.185Z||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-04-28T07:54:23.185Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:23.198Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:23.200Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:54:24.087Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8e80828-fca5-4321-a490-9f303b8cb001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:54:24.102Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8e80828-fca5-4321-a490-9f303b8cb001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:54:24.106Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:54:24.106Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:54:24.106Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T07:54:24.106Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T07:54:24.107Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T07:54:24.107Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?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-04-28T07:54:24.115Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T07:54:54.118Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: d8e80828-fca5-4321-a490-9f303b8cb001 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-04-28T07:54:54.128Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8e80828-fca5-4321-a490-9f303b8cb001 and serviceModelVersionId: d98dd276-7368-4ec8-b613-a084b4d7944b
2022-04-28T07:54:54.128Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ce347b3-8993-41a1-9eda-cd81f72c8a1e
2022-04-28T07:54:54.129Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0
2022-04-28T07:54:54.137Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-28T07:54:54.218Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b146b0e4-d2d0-4886-a0d9-2267a0f76719/model-vers/model-ver/64705145-c705-4321-85e4-b23674c3fcfe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:54:54.221Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||Invoke
2022-04-28T07:54:55.758Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:54:55.759Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||Invoke
2022-04-28T07:54:57.300Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:54:57.302Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||Invoke
2022-04-28T07:54:58.328Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:54:58.329Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:54:58.330Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:54:58.330Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:54:58.337Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:54:58.337Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8e80828-fca5-4321-a490-9f303b8cb001 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:54:58.337Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T07:54:58.338Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:58.340Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:58.341Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132498337,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:54:58.441Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:54:58.442Z||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-04-28T07:54:58.442Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:58.459Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:58.460Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T07:54:59.363Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||received message from topic
2022-04-28T07:54:59.364Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"39b229f6-163b-4bae-b4a8-a43439ba5353","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3450d473-d8f8-4bec-8fa9-d8d58439a071","serviceDescription":"service","serviceInvariantUUID":"b8202360-2019-4d95-900a-8802c12e3c21","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79059374-0dfa-4d78-8c44-6a04874a0915","resourceInvariantUUID":"841461f0-6c56-459f-9f22-3044f4319623","resourceCustomizationUUID":"79021cf2-a04b-44bd-9afc-cd9a8d84c33b","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":"MmQxMjIxNzBkYWJjZWE3NTFjZTU2ZDk1NDUwNjMzNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c2c429d-cff1-4c56-a5d6-73f9523f98b3","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":"6d4b4c3f-9a10-4497-ac3a-a6b8211ca5f3","artifactVersion":"2","generatedFromUUID":"10cbf77f-8fc3-45d9-ac77-0d5d5e5a022e"},{"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":"10cbf77f-8fc3-45d9-ac77-0d5d5e5a022e","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":"Yjc1MzExNGQyZWEwYjU3MGY0NmFiYTk4ZWU4MjI3NzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e20ac8ff-1a19-4dd9-b36f-ffe2a19d2410","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":"60f60849-e6aa-43c1-9ccd-70950d9ab410","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":"d8a1f385-462b-4429-9651-7ef0991ecb8f","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":"87477514-e84a-448f-9552-586522cc139e","artifactVersion":"2","generatedFromUUID":"60f60849-e6aa-43c1-9ccd-70950d9ab410"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZGYyMzk4ZjhmZDQ0NmViMjRiYWU0MzgyMzk2ZTY4MWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2293a185-73bf-4ab7-9441-6e1a67fd3674","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MmYwMjNlZTA0NTdiYWJjZWFhNGFkMjg0ZmFlOTk4OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1368413-ef08-42c7-9818-28d584dad1cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T07:54:59.364Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:54:59.364Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:54:59.370Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:54:59.370Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:54:59.468Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-28T07:54:59.469Z||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-04-28T07:54:59.469Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:54:59.482Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:54:59.483Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:00.372Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:55:00.373Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:00.377Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:00.377Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-28T07:55:00.477Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:55:00.478Z||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-04-28T07:55:00.479Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:00.492Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:00.493Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:01.378Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:55:01.380Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:01.383Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:01.383Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-28T07:55:01.483Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:01.484Z||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-04-28T07:55:01.484Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:01.500Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:01.501Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:55:01.927Z||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-04-28T07:55:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:55:01.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:01.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:01.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:01.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:01.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:01.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:01.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:01.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:55:01.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:01.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "clamp",
  "timestamp": 1651132383364,
  "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-04-28T07:55:01.970Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d8e80828-fca5-4321-a490-9f303b8cb001
2022-04-28T07:55:01.970Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8e80828-fca5-4321-a490-9f303b8cb001 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-04-28T07:55:01.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "cds",
  "timestamp": 1651132365450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:55:01.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:01.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:01.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:01.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:01.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:01.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132384116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:01.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:01.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:01.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:01.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132384655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:01.985Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:01.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:55:01.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:01.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "policy-id",
  "timestamp": 1651132366224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:55:01.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:01.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:01.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:01.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:01.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:01.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132386504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:01.986Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:01.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "cds",
  "timestamp": 1651132386255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:01.987Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:01.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "policy-id",
  "timestamp": 1651132386909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:01.987Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:01.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:55:01.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:01.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "aai-ml",
  "timestamp": 1651132386959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:01.988Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:01.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132387169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:55:01.988Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:01.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:01.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "cds",
  "timestamp": 1651132387289,
  "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-04-28T07:55:02.008Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59dc51df-bdba-4337-b983-9f257f865f1c
2022-04-28T07:55:02.008Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc51df-bdba-4337-b983-9f257f865f1c 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-04-28T07:55:02.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "policy-id",
  "timestamp": 1651132387915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:55:02.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132388174,
  "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-04-28T07:55:02.032Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39b229f6-163b-4bae-b4a8-a43439ba5353
2022-04-28T07:55:02.032Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b229f6-163b-4bae-b4a8-a43439ba5353 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-04-28T07:55:02.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132388608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:02.044Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "policy-id",
  "timestamp": 1651132388924,
  "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-04-28T07:55:02.054Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59dc51df-bdba-4337-b983-9f257f865f1c
2022-04-28T07:55:02.055Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc51df-bdba-4337-b983-9f257f865f1c 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-04-28T07:55:02.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132389670,
  "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-04-28T07:55:02.079Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39b229f6-163b-4bae-b4a8-a43439ba5353
2022-04-28T07:55:02.080Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b229f6-163b-4bae-b4a8-a43439ba5353 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-04-28T07:55:02.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132390672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:55:02.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:55:02.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:55:02.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "aai-ml",
  "timestamp": 1651132393061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T07:55:02.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:55:02.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "aai-ml",
  "timestamp": 1651132394070,
  "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-04-28T07:55:02.111Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 39b229f6-163b-4bae-b4a8-a43439ba5353
2022-04-28T07:55:02.111Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b229f6-163b-4bae-b4a8-a43439ba5353 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-04-28T07:55:02.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132374084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:55:02.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-28T07:55:02.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132396388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:02.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132357973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:55:02.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "clamp",
  "timestamp": 1651132398353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:02.129Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132398770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:02.129Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132398768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:55:02.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132399833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:02.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651132399773,
  "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-04-28T07:55:02.138Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59dc51df-bdba-4337-b983-9f257f865f1c
2022-04-28T07:55:02.138Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc51df-bdba-4337-b983-9f257f865f1c 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-04-28T07:55:02.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "clamp",
  "timestamp": 1651132400363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:55:02.153Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132400886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:02.154Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "clamp",
  "timestamp": 1651132401368,
  "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-04-28T07:55:02.162Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39b229f6-163b-4bae-b4a8-a43439ba5353
2022-04-28T07:55:02.162Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b229f6-163b-4bae-b4a8-a43439ba5353 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-04-28T07:55:02.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "aai-ml",
  "timestamp": 1651132376081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:55:02.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132401920,
  "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-04-28T07:55:02.184Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59dc51df-bdba-4337-b983-9f257f865f1c
2022-04-28T07:55:02.184Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc51df-bdba-4337-b983-9f257f865f1c 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-04-28T07:55:02.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "aai-ml",
  "timestamp": 1651132402156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:02.198Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651132402922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:55:02.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:55:02.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:02.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "clamp",
  "timestamp": 1651132366754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:55:02.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:55:02.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "aai-ml",
  "timestamp": 1651132408415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T07:55:02.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "aai-ml",
  "timestamp": 1651132409425,
  "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-04-28T07:55:02.212Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 59dc51df-bdba-4337-b983-9f257f865f1c
2022-04-28T07:55:02.213Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc51df-bdba-4337-b983-9f257f865f1c 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-04-28T07:55:02.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "clamp",
  "timestamp": 1651132421358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:02.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "clamp",
  "timestamp": 1651132422381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:55:02.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:55:02.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:55:02.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "clamp",
  "timestamp": 1651132423387,
  "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-04-28T07:55:02.233Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 59dc51df-bdba-4337-b983-9f257f865f1c
2022-04-28T07:55:02.234Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc51df-bdba-4337-b983-9f257f865f1c 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-04-28T07:55:02.384Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:55:02.385Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:02.388Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:02.388Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:55:02.489Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:55:02.490Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T07:55:02.491Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:02.502Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:02.503Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:03.389Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:55:03.391Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:03.393Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:03.394Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:55:03.494Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:03.495Z||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-04-28T07:55:03.496Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:03.508Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:03.509Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:04.394Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:55:04.395Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:04.402Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:04.402Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:04.503Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:04.504Z||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-04-28T07:55:04.504Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:04.517Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:04.518Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:05.425Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:55:05.426Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:05.433Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:05.433Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-28T07:55:05.530Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-28T07:55:05.532Z||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-04-28T07:55:05.532Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:05.549Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:05.550Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:06.435Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:55:06.438Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:06.441Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:06.441Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:06.541Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:55:06.543Z||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-04-28T07:55:06.543Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:06.564Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:06.565Z||pool-123-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:07.443Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:55:07.446Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:07.449Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:07.450Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:55:07.550Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:07.551Z||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-04-28T07:55:07.552Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:07.568Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:07.569Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:08.451Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "3450d473-d8f8-4bec-8fa9-d8d58439a071",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b8202360-2019-4d95-900a-8802c12e3c21",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "79021cf2-a04b-44bd-9afc-cd9a8d84c33b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "79059374-0dfa-4d78-8c44-6a04874a0915",
      "resourceInvariantUUID": "841461f0-6c56-459f-9f22-3044f4319623",
      "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": "6d4b4c3f-9a10-4497-ac3a-a6b8211ca5f3",
          "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": "10cbf77f-8fc3-45d9-ac77-0d5d5e5a022e",
          "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": "Yjc1MzExNGQyZWEwYjU3MGY0NmFiYTk4ZWU4MjI3NzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e20ac8ff-1a19-4dd9-b36f-ffe2a19d2410",
          "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": "60f60849-e6aa-43c1-9ccd-70950d9ab410",
          "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": "87477514-e84a-448f-9552-586522cc139e",
            "generatedFromUUID": "60f60849-e6aa-43c1-9ccd-70950d9ab410"
          },
          "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": "87477514-e84a-448f-9552-586522cc139e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MmYwMjNlZTA0NTdiYWJjZWFhNGFkMjg0ZmFlOTk4OTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d1368413-ef08-42c7-9818-28d584dad1cb"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T07:55:08.452Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T07:55:08.452Z|d8e80828-fca5-4321-a490-9f303b8cb001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3450d473-d8f8-4bec-8fa9-d8d58439a071 ASDC
2022-04-28T07:55:08.452Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:39b229f6-163b-4bae-b4a8-a43439ba5353
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:3450d473-d8f8-4bec-8fa9-d8d58439a071
ServiceInvariantUUID:b8202360-2019-4d95-900a-8802c12e3c21
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:d1368413-ef08-42c7-9818-28d584dad1cb
ArtifactChecksum:MmYwMjNlZTA0NTdiYWJjZWFhNGFkMjg0ZmFlOTk4OTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:79021cf2-a04b-44bd-9afc-cd9a8d84c33b
ResourceInvariantUUID:841461f0-6c56-459f-9f22-3044f4319623
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:79059374-0dfa-4d78-8c44-6a04874a0915
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:6d4b4c3f-9a10-4497-ac3a-a6b8211ca5f3
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:10cbf77f-8fc3-45d9-ac77-0d5d5e5a022e
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:e20ac8ff-1a19-4dd9-b36f-ffe2a19d2410
ArtifactChecksum:Yjc1MzExNGQyZWEwYjU3MGY0NmFiYTk4ZWU4MjI3NzQ=
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:60f60849-e6aa-43c1-9ccd-70950d9ab410
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:87477514-e84a-448f-9552-586522cc139e
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:87477514-e84a-448f-9552-586522cc139e
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T07:55:08.452Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3450d473-d8f8-4bec-8fa9-d8d58439a071 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-04-28T07:55:08.491Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:55:08.492Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:55:08.493Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:55:08.493Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||Trying to download the artifact UUID: d1368413-ef08-42c7-9818-28d584dad1cb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-28T07:55:08.493Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:55:08.494Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:08.574Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:55:08.579Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d1368413-ef08-42c7-9818-28d584dad1cb 68951
2022-04-28T07:55:08.580Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:08.580Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:08.580Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:55:08.581Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:08.583Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:08.584Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132508580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:08.684Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:08.685Z||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-04-28T07:55:08.685Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:08.698Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:08.699Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:09.584Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:55:09.586Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:55:09.586Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||Trying to write artifact UUID: d1368413-ef08-42c7-9818-28d584dad1cb, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-28T07:55:09.587Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-28T07:55:09.587Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-28T07:55:09.587Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-28T07:55:09.823Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1685296417986284394/Definitions/service-BasicCnf-template.yml
2022-04-28T07:55:11.776Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-28T07:55:11.777Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|WARN|500||####################################################################################################
2022-04-28T07:55:11.778Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-28T07:55:11.778Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-28T07:55:11.778Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:11.779Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:11.779Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:11.780Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:11.780Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|WARN|500||####################################################################################################
2022-04-28T07:55:11.780Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:11.781Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:11.781Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-28T07:55:11.782Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:55:11.782Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:55:11.783Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:11.784Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:11.784Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-28T07:55:11.785Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:55:11.785Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:55:11.786Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:11.786Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:11.787Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:11.788Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-28T07:55:11.788Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-28T07:55:11.788Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-04-28T07:55:11.789Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T07:55:11.789Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:11.790Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:55:11.790Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:11.790Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-28T07:55:11.791Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:55:11.791Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:11.792Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-28T07:55:11.792Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:55:11.792Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:11.793Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-28T07:55:11.793Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:55:11.793Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:11.794Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-28T07:55:11.794Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-28T07:55:11.794Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ae89c613-8886-4bca-851c-d453940aac70
2022-04-28T07:55:11.795Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:11.795Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:11.795Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:11.795Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:11.796Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:11.796Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:11.796Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:11.797Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:11.797Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:3450d473-d8f8-4bec-8fa9-d8d58439a071
Model Version:NULL
Model InvariantUuid:b8202360-2019-4d95-900a-8802c12e3c21
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:ab366991-51ee-49a4-81cb-52b0975ef5a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:841461f0-6c56-459f-9f22-3044f4319623
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:79021cf2-a04b-44bd-9afc-cd9a8d84c33b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:31f00acd-a80f-49e5-8b53-f14994eee5df
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:9268abdc-e656-4a53-9636-7471c9e64436
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ae89c613-8886-4bca-851c-d453940aac70
ModelInvariantUuid:79cb7340-7b1e-44a4-ad6e-d04f00963b58
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3872cb8c-8800-4cbe-bb28-766ccaef0ec4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:91361b6f-16cd-47c1-adb7-b4a9f8983659
ModelInvariantUuid:aea415b2-fbfc-408b-97cb-10b29da46304
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:69e618c9-7a47-4c24-bff8-43c0ebed1ac4
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-04-28T07:55:11.816Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 79059374-0dfa-4d78-8c44-6a04874a0915
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:55:11.822Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||basic_cnf 0
2022-04-28T07:55:11.822Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 79059374-0dfa-4d78-8c44-6a04874a0915
2022-04-28T07:55:11.823Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||Trying to download the artifact UUID: 6d4b4c3f-9a10-4497-ac3a-a6b8211ca5f3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-28T07:55:11.823Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:55:11.823Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:11.874Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:55:11.875Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6d4b4c3f-9a10-4497-ac3a-a6b8211ca5f3 12
2022-04-28T07:55:11.876Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:11.876Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:11.876Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:55:11.878Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:11.881Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:11.882Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132511876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:11.981Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:55:11.982Z||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-04-28T07:55:11.983Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:11.995Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:11.996Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:55:12.886Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||Trying to download the artifact UUID: 10cbf77f-8fc3-45d9-ac77-0d5d5e5a022e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-28T07:55:12.887Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:55:12.887Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:12.945Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:55:12.945Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 10cbf77f-8fc3-45d9-ac77-0d5d5e5a022e 2688
2022-04-28T07:55:12.946Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:12.946Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:12.946Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:55:12.947Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:12.951Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:12.952Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132512946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:13.050Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-28T07:55:13.051Z||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-04-28T07:55:13.051Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:13.063Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:13.064Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:13.954Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||Trying to download the artifact UUID: e20ac8ff-1a19-4dd9-b36f-ffe2a19d2410 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-28T07:55:13.954Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:55:13.955Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:14.002Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:55:14.003Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e20ac8ff-1a19-4dd9-b36f-ffe2a19d2410 828
2022-04-28T07:55:14.004Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:14.004Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:14.005Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:55:14.005Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:14.009Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:14.009Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132514004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:14.109Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:14.110Z||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-04-28T07:55:14.111Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:14.122Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:14.123Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:15.010Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "31f00acd-a80f-49e5-8b53-f14994eee5df",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9268abdc-e656-4a53-9636-7471c9e64436",
    "vfModuleModelCustomizationUUID": "b19bb148-434c-4632-a9c3-913d430fd7fb",
    "isBase": true,
    "artifacts": [
      "60f60849-e6aa-43c1-9ccd-70950d9ab410",
      "10cbf77f-8fc3-45d9-ac77-0d5d5e5a022e",
      "87477514-e84a-448f-9552-586522cc139e"
    ],
    "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-04-28T07:55:15.018Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9268abdc-e656-4a53-9636-7471c9e64436
VfModuleModelInvariantUUID:31f00acd-a80f-49e5-8b53-f14994eee5df
VfModuleModelDescription:NULL
Artifacts UUID List:{
60f60849-e6aa-43c1-9ccd-70950d9ab410
,
10cbf77f-8fc3-45d9-ac77-0d5d5e5a022e
,
87477514-e84a-448f-9552-586522cc139e

}
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-04-28T07:55:15.023Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "31f00acd-a80f-49e5-8b53-f14994eee5df",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9268abdc-e656-4a53-9636-7471c9e64436",
    "vfModuleModelCustomizationUUID": "b19bb148-434c-4632-a9c3-913d430fd7fb",
    "isBase": true,
    "artifacts": [
      "60f60849-e6aa-43c1-9ccd-70950d9ab410",
      "10cbf77f-8fc3-45d9-ac77-0d5d5e5a022e",
      "87477514-e84a-448f-9552-586522cc139e"
    ],
    "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-04-28T07:55:15.023Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9268abdc-e656-4a53-9636-7471c9e64436
VfModuleModelInvariantUUID:31f00acd-a80f-49e5-8b53-f14994eee5df
VfModuleModelDescription:NULL
Artifacts UUID List:{
60f60849-e6aa-43c1-9ccd-70950d9ab410
,
10cbf77f-8fc3-45d9-ac77-0d5d5e5a022e
,
87477514-e84a-448f-9552-586522cc139e

}
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-04-28T07:55:15.024Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||Trying to download the artifact UUID: 60f60849-e6aa-43c1-9ccd-70950d9ab410 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-28T07:55:15.024Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:55:15.025Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:15.073Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:55:15.074Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 60f60849-e6aa-43c1-9ccd-70950d9ab410 1164
2022-04-28T07:55:15.074Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:15.075Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:15.075Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:55:15.075Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:15.078Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:15.078Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132515074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:15.178Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:15.179Z||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-04-28T07:55:15.180Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:15.197Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:15.198Z||pool-129-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:16.079Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||Trying to download the artifact UUID: 87477514-e84a-448f-9552-586522cc139e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-28T07:55:16.079Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:55:16.080Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:16.136Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:55:16.136Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 87477514-e84a-448f-9552-586522cc139e 200
2022-04-28T07:55:16.137Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:16.137Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:16.137Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:55:16.138Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:16.141Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:16.141Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132516137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:55:16.241Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:55:16.242Z||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-04-28T07:55:16.242Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:16.258Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:16.259Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:17.142Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Preparing to deploy Service: 3450d473-d8f8-4bec-8fa9-d8d58439a071
2022-04-28T07:55:17.144Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 79059374-0dfa-4d78-8c44-6a04874a0915 ASDC
2022-04-28T07:55:17.164Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-04-28T07:55:17.183Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@505e21cb, org.onap.sdc.toscaparser.api.parameters.Input@4e3124dd, org.onap.sdc.toscaparser.api.parameters.Input@604c2dee, org.onap.sdc.toscaparser.api.parameters.Input@778cdae9, org.onap.sdc.toscaparser.api.parameters.Input@56fdedaa]
2022-04-28T07:55:17.187Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.188Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:17.188Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-28T07:55:17.188Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||VFCustomizationUUID= 79021cf2-a04b-44bd-9afc-cd9a8d84c33b
2022-04-28T07:55:17.188Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79021cf2-a04b-44bd-9afc-cd9a8d84c33b matches Tosca VF Customization UUID: 79021cf2-a04b-44bd-9afc-cd9a8d84c33b
2022-04-28T07:55:17.188Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||vfCustomizationUUID: 79021cf2-a04b-44bd-9afc-cd9a8d84c33b  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-04-28T07:55:17.194Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.194Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:17.195Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||resource request for resource customization id 79021cf2-a04b-44bd-9afc-cd9a8d84c33b: {\"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-04-28T07:55:17.195Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c58b98
2022-04-28T07:55:17.195Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.196Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:55:17.196Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b19bb148-434c-4632-a9c3-913d430fd7fb
2022-04-28T07:55:17.196Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b19bb148-434c-4632-a9c3-913d430fd7fb
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-04-28T07:55:17.199Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.200Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-28T07:55:17.200Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:55:17.201Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.201Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-28T07:55:17.201Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:55:17.201Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.202Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-28T07:55:17.202Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-28T07:55:17.202Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ae89c613-8886-4bca-851c-d453940aac70
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-04-28T07:55:17.205Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.206Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-28T07:55:17.206Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:55:17.206Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.207Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-28T07:55:17.207Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=79021cf2-a04b-44bd-9afc-cd9a8d84c33b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:55:17.210Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.210Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:17.211Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500|| resourceSeq for service uuid 3450d473-d8f8-4bec-8fa9-d8d58439a071: basic_cnf
2022-04-28T07:55:17.211Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.211Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:17.211Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.212Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:17.212Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.212Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:17.213Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.213Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:17.213Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:55:17.214Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:55:17.214Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:17.309Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 79059374-0dfa-4d78-8c44-6a04874a0915 1 ASDC deployResourceStructure
2022-04-28T07:55:17.311Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:17.311Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:17.311Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-28T07:55:17.312Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:17.315Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:17.316Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132517310,
  "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-04-28T07:55:17.416Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:17.417Z||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-04-28T07:55:17.417Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:17.434Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:17.435Z||pool-131-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:18.317Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:18.318Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:18.318Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-28T07:55:18.318Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:18.321Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:18.321Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132518317,
  "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-04-28T07:55:18.421Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:18.422Z||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-04-28T07:55:18.423Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:18.436Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:18.436Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:19.322Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:19.323Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:19.323Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:55:19.323Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:19.326Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:19.326Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132519322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:55:19.426Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:19.428Z||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-04-28T07:55:19.428Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:19.442Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:19.443Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:20.327Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:20.328Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:20.328Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:55:20.329Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:20.332Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:20.332Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132520327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:55:20.433Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:55:20.434Z||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-04-28T07:55:20.435Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:20.448Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:20.449Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:21.335Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:21.335Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:21.336Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:55:21.336Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:21.339Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:21.340Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132521335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:55:21.440Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:21.441Z||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-04-28T07:55:21.442Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:21.457Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:21.458Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:22.341Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:22.342Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:22.342Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:55:22.342Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:22.345Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:22.345Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132522341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:55:22.445Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:22.451Z||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-04-28T07:55:22.452Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:22.466Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:22.467Z||pool-136-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:55:23.346Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39b229f6-163b-4bae-b4a8-a43439ba5353
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:55:23.367Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39b229f6-163b-4bae-b4a8-a43439ba5353
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:55:23.372Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:55:23.372Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:55:23.373Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T07:55:23.373Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T07:55:23.373Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T07:55:23.373Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?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-04-28T07:55:23.383Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T07:55:53.383Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 39b229f6-163b-4bae-b4a8-a43439ba5353 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-04-28T07:55:53.393Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39b229f6-163b-4bae-b4a8-a43439ba5353 and serviceModelVersionId: 3450d473-d8f8-4bec-8fa9-d8d58439a071
2022-04-28T07:55:53.394Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8202360-2019-4d95-900a-8802c12e3c21
2022-04-28T07:55:53.395Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0
2022-04-28T07:55:53.401Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-28T07:55:53.465Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ce347b3-8993-41a1-9eda-cd81f72c8a1e/model-vers/model-ver/d98dd276-7368-4ec8-b613-a084b4d7944b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:55:53.468Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||Invoke
2022-04-28T07:55:55.023Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:55:55.025Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||Invoke
2022-04-28T07:55:56.564Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:55:56.566Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||Invoke
2022-04-28T07:55:57.592Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:55:57.593Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:55:57.593Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:55:57.594Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:55:57.602Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:55:57.603Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39b229f6-163b-4bae-b4a8-a43439ba5353 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:55:57.604Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T07:55:57.604Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:57.608Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:57.609Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132557603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:55:57.709Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:57.710Z||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-04-28T07:55:57.710Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:57.730Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:57.731Z||pool-137-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T07:55:58.629Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||received message from topic
2022-04-28T07:55:58.630Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"59dc51df-bdba-4337-b983-9f257f865f1c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b09f6987-ab57-4640-b722-bcd5824ca451","serviceDescription":"service","serviceInvariantUUID":"d66c10bc-2a18-46ff-b1bb-1e0b612b4123","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"85238633-a190-4c1f-a67a-cf48ddedd914","resourceInvariantUUID":"746cf027-936a-47a5-ad75-cf07dde83888","resourceCustomizationUUID":"4da5b88b-2e95-41e7-9a17-54bc32475989","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":"Yzg2NTkwNmZjNDk4MGIyYzlkMTliNGExM2VkZDFkMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b416cf8-44e7-4df6-8cb2-21f036bd773e","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":"MjU5MmM3NDQwZjc1NWYzOWEyNTg3MmYwYTc2ZDA4ZDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9a0a4191-3d9c-4c57-9ba5-00b4d34f56e7","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":"b89e243b-d196-489e-84b7-aacbe19cdfa3","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":"fea26d46-6b8e-4f3c-9a67-297a0323a024","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":"abfdfad9-1ac4-4eeb-a0e5-724a4df9e897","artifactVersion":"2","generatedFromUUID":"b89e243b-d196-489e-84b7-aacbe19cdfa3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjkwNDNlMWQzZjcxZDAwNjQ0YTVkNDE3MTI1MTllMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4520bdd7-93f3-4e33-a0c9-15ae280a633b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZmQyMTcyM2E5NzgzZGU2MGEyZTI1ZmUyNjNlN2I4ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92badc0d-7743-4588-bff0-043115cfbcef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T07:55:58.631Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:55:58.632Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:58.635Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:58.635Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:55:58.735Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:55:58.736Z||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-04-28T07:55:58.736Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:58.748Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:58.749Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:55:59.636Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:55:59.637Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:55:59.640Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:55:59.641Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:55:59.741Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:55:59.742Z||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-04-28T07:55:59.742Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:55:59.756Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:55:59.757Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:56:00.641Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:56:00.643Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:00.646Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:00.646Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:56:00.747Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:56:00.748Z||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-04-28T07:56:00.748Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:00.761Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:00.762Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:56:01.647Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:56:01.648Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:01.651Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:01.651Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:56:01.751Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:56:01.752Z||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-04-28T07:56:01.752Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:01.776Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:01.777Z||pool-141-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:56:01.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:56:01.934Z||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-04-28T07:56:01.934Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:56:01.955Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:01.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906cf219-b454-4c17-9c1c-65200f5d7b46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132443659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:56:01.957Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:56:01.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:56:01.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:56:01.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:56:01.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:56:01.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:56:01.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:56:01.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:56:01.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:56:01.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-28T07:56:01.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:56:01.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:56:01.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:56:01.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:56:01.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:56:01.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:56:01.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:56:01.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132453502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:56:01.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:56:01.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132456749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:56:01.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:56:01.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132457832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:56:01.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:56:01.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132458885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:56:01.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:56:01.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132460054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:56:01.965Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:56:01.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132461059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:56:01.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:56:01.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132462068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:56:01.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:56:01.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132463079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:56:01.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:56:01.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8e80828-fca5-4321-a490-9f303b8cb001",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132498337,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:56:01.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:56:01.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:56:01.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:56:01.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-28T07:56:01.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:56:01.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T07:56:01.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-28T07:56:01.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:56:02.652Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:56:02.653Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:02.656Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:02.656Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-28T07:56:02.756Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:56:02.757Z||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-04-28T07:56:02.757Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:02.771Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:02.771Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:56:03.657Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:56:03.659Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:03.663Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:03.663Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:56:03.763Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:56:03.764Z||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-04-28T07:56:03.764Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:03.776Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:03.777Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:56:04.664Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:56:04.665Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:04.668Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:04.669Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:56:04.769Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:56:04.770Z||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-04-28T07:56:04.770Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:04.787Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:04.788Z||pool-144-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:56:05.678Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b09f6987-ab57-4640-b722-bcd5824ca451",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d66c10bc-2a18-46ff-b1bb-1e0b612b4123",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "4da5b88b-2e95-41e7-9a17-54bc32475989",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "85238633-a190-4c1f-a67a-cf48ddedd914",
      "resourceInvariantUUID": "746cf027-936a-47a5-ad75-cf07dde83888",
      "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": "MjU5MmM3NDQwZjc1NWYzOWEyNTg3MmYwYTc2ZDA4ZDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9a0a4191-3d9c-4c57-9ba5-00b4d34f56e7",
          "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": "b89e243b-d196-489e-84b7-aacbe19cdfa3",
          "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": "abfdfad9-1ac4-4eeb-a0e5-724a4df9e897",
            "generatedFromUUID": "b89e243b-d196-489e-84b7-aacbe19cdfa3"
          },
          "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": "abfdfad9-1ac4-4eeb-a0e5-724a4df9e897",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZmQyMTcyM2E5NzgzZGU2MGEyZTI1ZmUyNjNlN2I4ZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92badc0d-7743-4588-bff0-043115cfbcef"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T07:56:05.679Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T07:56:05.679Z|39b229f6-163b-4bae-b4a8-a43439ba5353|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b09f6987-ab57-4640-b722-bcd5824ca451 ASDC
2022-04-28T07:56:05.680Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||ASDC Notification:
DistributionID:59dc51df-bdba-4337-b983-9f257f865f1c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b09f6987-ab57-4640-b722-bcd5824ca451
ServiceInvariantUUID:d66c10bc-2a18-46ff-b1bb-1e0b612b4123
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:92badc0d-7743-4588-bff0-043115cfbcef
ArtifactChecksum:ZmQyMTcyM2E5NzgzZGU2MGEyZTI1ZmUyNjNlN2I4ZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4da5b88b-2e95-41e7-9a17-54bc32475989
ResourceInvariantUUID:746cf027-936a-47a5-ad75-cf07dde83888
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:85238633-a190-4c1f-a67a-cf48ddedd914
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:9a0a4191-3d9c-4c57-9ba5-00b4d34f56e7
ArtifactChecksum:MjU5MmM3NDQwZjc1NWYzOWEyNTg3MmYwYTc2ZDA4ZDQ=
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:b89e243b-d196-489e-84b7-aacbe19cdfa3
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:abfdfad9-1ac4-4eeb-a0e5-724a4df9e897
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:abfdfad9-1ac4-4eeb-a0e5-724a4df9e897
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T07:56:05.680Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b09f6987-ab57-4640-b722-bcd5824ca451 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-04-28T07:56:05.721Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:56:05.722Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:56:05.722Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:56:05.722Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||Trying to download the artifact UUID: 92badc0d-7743-4588-bff0-043115cfbcef from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-28T07:56:05.722Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:56:05.723Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:07.527Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:56:07.532Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 92badc0d-7743-4588-bff0-043115cfbcef 71050
2022-04-28T07:56:07.533Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:07.533Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:07.533Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:56:07.533Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:07.536Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:07.537Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132567533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:56:07.637Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:56:07.638Z||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-04-28T07:56:07.638Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:07.650Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:07.651Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:56:08.537Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:56:08.539Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:56:08.539Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||Trying to write artifact UUID: 92badc0d-7743-4588-bff0-043115cfbcef, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-28T07:56:08.540Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-28T07:56:08.540Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-28T07:56:08.540Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-28T07:56:08.739Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10976606675692884447/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-04-28T07:56:11.115Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-28T07:56:11.115Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|WARN|500||####################################################################################################
2022-04-28T07:56:11.116Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-28T07:56:11.116Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-28T07:56:11.116Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:11.116Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:11.116Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:11.116Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:11.116Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:11.117Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:11.117Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:11.117Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:11.117Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:11.117Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|WARN|500||####################################################################################################
2022-04-28T07:56:11.117Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:11.118Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:11.118Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T07:56:11.118Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:56:11.119Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:56:11.119Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:11.119Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:11.119Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T07:56:11.120Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:56:11.120Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:56:11.120Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:11.120Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:11.120Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:11.121Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-28T07:56:11.121Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-28T07:56:11.121Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-28T07:56:11.121Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-28T07:56:11.121Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-28T07:56:11.122Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T07:56:11.122Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:11.122Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:56:11.122Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:11.122Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T07:56:11.123Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:56:11.123Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:11.123Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T07:56:11.123Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:56:11.124Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:11.124Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T07:56:11.124Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:56:11.124Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:11.125Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-28T07:56:11.125Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-28T07:56:11.125Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-28T07:56:11.125Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5d23b649-0e3a-496d-b392-60ff5dca0d26
2022-04-28T07:56:11.125Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:11.126Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:11.126Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:11.126Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:11.126Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:11.126Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:11.127Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:11.127Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:11.127Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b09f6987-ab57-4640-b722-bcd5824ca451
Model Version:NULL
Model InvariantUuid:d66c10bc-2a18-46ff-b1bb-1e0b612b4123
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:44dc9261-a26b-4edf-b3a7-fb76333a5078
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:746cf027-936a-47a5-ad75-cf07dde83888
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4da5b88b-2e95-41e7-9a17-54bc32475989
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f997267c-0675-4181-be24-21ef56107495
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1f76793f-70c4-4de2-8695-9da84c99177b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5d23b649-0e3a-496d-b392-60ff5dca0d26
ModelInvariantUuid:a7b13059-974b-44bd-b81d-cafe55e75cf4
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:2ec2e511-3c97-4a1a-9524-111d5fa308d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2ad61fe9-ad71-453a-a7f3-9fc79ee4172d
ModelInvariantUuid:1bd35361-44f6-44ed-afc4-084f16c866bb
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:697bcfe2-130e-4460-a633-d537eb6a13e0
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-04-28T07:56:11.134Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 85238633-a190-4c1f-a67a-cf48ddedd914
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:56:11.139Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||basic_vm 0
2022-04-28T07:56:11.139Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 85238633-a190-4c1f-a67a-cf48ddedd914
2022-04-28T07:56:11.139Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||Trying to download the artifact UUID: 9a0a4191-3d9c-4c57-9ba5-00b4d34f56e7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-28T07:56:11.139Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:56:11.140Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:11.199Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:56:11.200Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9a0a4191-3d9c-4c57-9ba5-00b4d34f56e7 787
2022-04-28T07:56:11.200Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:11.200Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:11.201Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:56:11.201Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:11.204Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:11.205Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132571200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:56:11.305Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:56:11.306Z||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-04-28T07:56:11.306Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:11.320Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:11.321Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:56:12.205Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f997267c-0675-4181-be24-21ef56107495",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1f76793f-70c4-4de2-8695-9da84c99177b",
    "vfModuleModelCustomizationUUID": "5022a48c-ff6b-444f-a79c-37ba18fc6f03",
    "isBase": true,
    "artifacts": [
      "b89e243b-d196-489e-84b7-aacbe19cdfa3",
      "abfdfad9-1ac4-4eeb-a0e5-724a4df9e897"
    ],
    "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-04-28T07:56:12.210Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f76793f-70c4-4de2-8695-9da84c99177b
VfModuleModelInvariantUUID:f997267c-0675-4181-be24-21ef56107495
VfModuleModelDescription:NULL
Artifacts UUID List:{
b89e243b-d196-489e-84b7-aacbe19cdfa3
,
abfdfad9-1ac4-4eeb-a0e5-724a4df9e897

}
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-04-28T07:56:12.215Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f997267c-0675-4181-be24-21ef56107495",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1f76793f-70c4-4de2-8695-9da84c99177b",
    "vfModuleModelCustomizationUUID": "5022a48c-ff6b-444f-a79c-37ba18fc6f03",
    "isBase": true,
    "artifacts": [
      "b89e243b-d196-489e-84b7-aacbe19cdfa3",
      "abfdfad9-1ac4-4eeb-a0e5-724a4df9e897"
    ],
    "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-04-28T07:56:12.215Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f76793f-70c4-4de2-8695-9da84c99177b
VfModuleModelInvariantUUID:f997267c-0675-4181-be24-21ef56107495
VfModuleModelDescription:NULL
Artifacts UUID List:{
b89e243b-d196-489e-84b7-aacbe19cdfa3
,
abfdfad9-1ac4-4eeb-a0e5-724a4df9e897

}
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-04-28T07:56:12.215Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||Trying to download the artifact UUID: b89e243b-d196-489e-84b7-aacbe19cdfa3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-28T07:56:12.216Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:56:12.216Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:12.264Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:56:12.265Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b89e243b-d196-489e-84b7-aacbe19cdfa3 5033
2022-04-28T07:56:12.265Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:12.265Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:12.266Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:56:12.266Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:12.269Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:12.269Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132572265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:56:12.370Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:56:12.371Z||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-04-28T07:56:12.372Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:12.385Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:12.386Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:56:13.270Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||Trying to download the artifact UUID: abfdfad9-1ac4-4eeb-a0e5-724a4df9e897 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-28T07:56:13.271Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:56:13.271Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:13.317Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:56:13.318Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env abfdfad9-1ac4-4eeb-a0e5-724a4df9e897 903
2022-04-28T07:56:13.319Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:13.319Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:13.319Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:56:13.319Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:13.325Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:13.326Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132573319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:56:13.422Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-28T07:56:13.423Z||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-04-28T07:56:13.424Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:13.440Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:13.441Z||pool-148-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:56:14.326Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Preparing to deploy Service: b09f6987-ab57-4640-b722-bcd5824ca451
2022-04-28T07:56:14.327Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 85238633-a190-4c1f-a67a-cf48ddedd914 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-04-28T07:56:14.342Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b117a20, org.onap.sdc.toscaparser.api.parameters.Input@2223c9, org.onap.sdc.toscaparser.api.parameters.Input@497a34aa, org.onap.sdc.toscaparser.api.parameters.Input@794d89ff, org.onap.sdc.toscaparser.api.parameters.Input@59ad2c8c]
2022-04-28T07:56:14.344Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.344Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:14.345Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-28T07:56:14.345Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||VFCustomizationUUID= 4da5b88b-2e95-41e7-9a17-54bc32475989
2022-04-28T07:56:14.345Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4da5b88b-2e95-41e7-9a17-54bc32475989 matches Tosca VF Customization UUID: 4da5b88b-2e95-41e7-9a17-54bc32475989
2022-04-28T07:56:14.345Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||vfCustomizationUUID: 4da5b88b-2e95-41e7-9a17-54bc32475989  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-04-28T07:56:14.348Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.349Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:14.350Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||resource request for resource customization id 4da5b88b-2e95-41e7-9a17-54bc32475989: {\"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-04-28T07:56:14.350Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4550ab43
2022-04-28T07:56:14.350Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.350Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:56:14.351Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5022a48c-ff6b-444f-a79c-37ba18fc6f03
2022-04-28T07:56:14.351Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5022a48c-ff6b-444f-a79c-37ba18fc6f03
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-04-28T07:56:14.355Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.355Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T07:56:14.359Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:56:14.360Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.360Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T07:56:14.360Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:56:14.361Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.361Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-28T07:56:14.361Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-28T07:56:14.362Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-28T07:56:14.362Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5d23b649-0e3a-496d-b392-60ff5dca0d26
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-04-28T07:56:14.366Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.367Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T07:56:14.367Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:56:14.367Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.368Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T07:56:14.368Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4da5b88b-2e95-41e7-9a17-54bc32475989
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T07:56:14.371Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.371Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:14.372Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500|| resourceSeq for service uuid b09f6987-ab57-4640-b722-bcd5824ca451: basic_vm
2022-04-28T07:56:14.372Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.372Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:14.373Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.373Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:14.373Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.374Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:14.374Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.374Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:14.374Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T07:56:14.375Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:56:14.375Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:14.479Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 85238633-a190-4c1f-a67a-cf48ddedd914 1 ASDC deployResourceStructure
2022-04-28T07:56:14.479Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:14.479Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:14.479Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:56:14.480Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:14.482Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:14.482Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132574479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:56:14.583Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:56:14.584Z||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-04-28T07:56:14.584Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:14.602Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:14.602Z||pool-149-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:56:15.483Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:15.484Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:15.485Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:56:15.485Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:15.488Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:15.488Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132575483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:56:15.589Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:56:15.590Z||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-04-28T07:56:15.590Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:15.603Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:15.603Z||pool-150-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:56:16.489Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:16.490Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:16.490Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:56:16.491Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:16.494Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:16.494Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132576489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:56:16.594Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:56:16.596Z||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-04-28T07:56:16.596Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:16.608Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:16.609Z||pool-151-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:56:17.496Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:17.496Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:17.496Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:56:17.497Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:17.499Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:17.500Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132577495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:56:17.600Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:56:17.601Z||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-04-28T07:56:17.601Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:17.613Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:17.614Z||pool-152-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:56:18.501Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59dc51df-bdba-4337-b983-9f257f865f1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:56:18.515Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59dc51df-bdba-4337-b983-9f257f865f1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T07:56:18.519Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:56:18.520Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:56:18.520Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T07:56:18.520Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T07:56:18.520Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T07:56:18.520Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?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-04-28T07:56:18.527Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T07:56:48.528Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 59dc51df-bdba-4337-b983-9f257f865f1c 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-04-28T07:56:48.535Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59dc51df-bdba-4337-b983-9f257f865f1c and serviceModelVersionId: b09f6987-ab57-4640-b722-bcd5824ca451
2022-04-28T07:56:48.535Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d66c10bc-2a18-46ff-b1bb-1e0b612b4123
2022-04-28T07:56:48.536Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0
2022-04-28T07:56:48.541Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8202360-2019-4d95-900a-8802c12e3c21/model-vers/model-ver/3450d473-d8f8-4bec-8fa9-d8d58439a071?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-28T07:56:48.593Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Invoke
2022-04-28T07:56:48.594Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59dc51df-bdba-4337-b983-9f257f865f1c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4bcde2ca-e489-4648-ae0b-6f045cd9f23d], X-ECOMP-RequestID=[59dc51df-bdba-4337-b983-9f257f865f1c], X-TransactionId=[], X-ONAP-RequestID=[59dc51df-bdba-4337-b983-9f257f865f1c], Content-Type=[application/merge-patch+json]}
2022-04-28T07:56:50.129Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Invoke
2022-04-28T07:56:50.129Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59dc51df-bdba-4337-b983-9f257f865f1c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1d67fd4b-3afc-426a-ac68-3ed4090c87fe], X-ECOMP-RequestID=[59dc51df-bdba-4337-b983-9f257f865f1c], X-TransactionId=[], X-ONAP-RequestID=[59dc51df-bdba-4337-b983-9f257f865f1c], Content-Type=[application/merge-patch+json]}
2022-04-28T07:56:51.665Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Invoke
2022-04-28T07:56:51.666Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59dc51df-bdba-4337-b983-9f257f865f1c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f032fc11-2eef-4ade-a118-c03bbb7ddcc5], X-ECOMP-RequestID=[59dc51df-bdba-4337-b983-9f257f865f1c], X-TransactionId=[], X-ONAP-RequestID=[59dc51df-bdba-4337-b983-9f257f865f1c], Content-Type=[application/merge-patch+json]}
2022-04-28T07:56:52.696Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:56:52.697Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T07:56:52.697Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:56:52.698Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T07:56:52.704Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T07:56:52.705Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59dc51df-bdba-4337-b983-9f257f865f1c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:56:52.706Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T07:56:52.706Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:56:52.712Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:56:52.713Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||try to send status {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132612705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:56:52.810Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-28T07:56:52.811Z||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-04-28T07:56:52.811Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:56:52.830Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:56:52.831Z||pool-153-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T07:56:53.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:56:53.731Z||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-04-28T07:56:53.731Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:57:01.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:57:01.928Z||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-04-28T07:57:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:57:01.961Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:57:01.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:57:01.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:57:01.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:57:01.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:57:01.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:57:01.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:57:01.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-28T07:57:01.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:57:01.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:57:01.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:57:01.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:57:01.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:57:01.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132508580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:57:01.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:57:01.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132511876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:57:01.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:57:01.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132512946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:57:01.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:57:01.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132514004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:57:01.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:57:01.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132515074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:57:01.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:57:01.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132516137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:57:01.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:57:01.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132517310,
  "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-04-28T07:57:01.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:57:01.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132518317,
  "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-04-28T07:57:01.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:57:01.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132519322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:57:01.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:57:01.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132520327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:57:01.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:57:01.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132521335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:57:01.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:57:01.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132522341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:57:01.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:57:01.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b229f6-163b-4bae-b4a8-a43439ba5353",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132557603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:57:01.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:57:01.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:57:01.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:57:01.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T07:57:01.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:57:01.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T07:57:01.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:57:01.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T07:57:01.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:57:01.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:57:03.944Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:57:03.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:57:03.946Z||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-04-28T07:57:03.946Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:57:13.482Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:57:13.483Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:57:13.483Z||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-04-28T07:57:13.484Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:57:23.014Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:57:23.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:57:23.015Z||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-04-28T07:57:23.015Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:57:32.547Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:57:32.548Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:57:32.549Z||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-04-28T07:57:32.549Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:57:42.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:57:42.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:57:42.082Z||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-04-28T07:57:42.082Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:57:51.620Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:57:51.621Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:57:51.622Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T07:57:51.623Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:58:01.157Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:58:01.921Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:58:01.922Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:58:01.922Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:58:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:58:01.927Z||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-04-28T07:58:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:58:02.455Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:58:02.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T07:58:02.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-28T07:58:02.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:58:02.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T07:58:02.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T07:58:02.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:58:02.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T07:58:02.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132444681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T07:58:02.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T07:58:02.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T07:58:02.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132567533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:58:02.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:58:02.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T07:58:02.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132571200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:58:02.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:58:02.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T07:58:02.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132572265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:58:02.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:58:02.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T07:58:02.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132573319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T07:58:02.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:58:02.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T07:58:02.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132574479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T07:58:02.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:58:02.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T07:58:02.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132575483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T07:58:02.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:58:02.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T07:58:02.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132576489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-28T07:58:02.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:58:02.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T07:58:02.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132577495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T07:58:02.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:58:02.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T07:58:02.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc51df-bdba-4337-b983-9f257f865f1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651132612705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:58:02.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:58:11.484Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:59:01.920Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:59:01.925Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T07:59:01.925Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:59:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:59:01.927Z||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-04-28T07:59:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:59:11.495Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T07:59:11.495Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:00:01.921Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:00:01.923Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T08:00:01.923Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:00:01.926Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:00:01.927Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T08:00:01.927Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:00:11.465Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:00:11.465Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:01:01.919Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:01:01.923Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T08:01:01.923Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:01:01.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:01:01.929Z||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-04-28T08:01:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:01:11.497Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:01:11.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:02:01.919Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:02:01.920Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T08:02:01.921Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:02:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:02:01.927Z||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-04-28T08:02:01.927Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:02:11.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:02:11.501Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:03:01.922Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:03:01.923Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T08:03:01.923Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:03:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:03:01.927Z||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-04-28T08:03:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:03:11.476Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:03:11.477Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:04:01.919Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:04:01.921Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T08:04:01.921Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:04:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:04:01.927Z||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-04-28T08:04:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:04:11.469Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:04:11.469Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:05:01.919Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:05:01.921Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T08:05:01.921Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:05:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:05:01.928Z||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-04-28T08:05:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:05:07.657Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:05:07.658Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||received message from topic
2022-04-28T08:05:07.658Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"095c6e0d-87f4-41ae-99fd-4dae93c4b4c2","serviceName":"Demo_pNF_pPs6ocpBfNyMMbKt46ZI","serviceVersion":"1.0","serviceUUID":"1d253e15-fe11-49a0-83d1-57b31d0bb630","serviceDescription":"catalog service description","serviceInvariantUUID":"146accfc-9829-4591-b1c1-9d1704eee342","resources":[{"resourceInstanceName":"pNF af2acab8-15af 0","resourceName":"pNF af2acab8-15af","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c6130a0b-8079-4c40-b39f-fad7436082f8","resourceInvariantUUID":"5970fd74-3c37-43ee-b88d-818b8d6cfd94","resourceCustomizationUUID":"eb812c90-c0fb-4e57-a499-6a3560702129","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vf-license-model.xml","artifactChecksum":"MTRhZTg5ZGU0OGE5ZTMxMDA1YTUzYjU1YTQzYjNkZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7da2b8c2-7864-4305-867c-cc46a4fb46b6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/pNF.csar","artifactChecksum":"NjYwM2UxYjZhOGI2ZDY1YjAxZWIxODc2NWVmZmM5NmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e6c87938-d0f2-455e-9db5-a6d54fcd8a75","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0521172b-229e-421d-bd6f-96ce0f494c7e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vendor-license-model.xml","artifactChecksum":"NmU1ZDFkYjhjYjMwYzU2OTU1YjY2MDM5NWJlZjcwZmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"acedbcc5-c20b-4748-8413-3b57fa1959af","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"536e858d-c5ac-4b50-a73a-54dfb82fdc2c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b508ae21-783a-4a74-9cc7-3395d7b6067c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPps6ocpbfnymmbkt46zi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-template.yml","artifactChecksum":"MjcwM2UwZGJiMTcxNmEzODg5YWM0NmM5MTM3NTI1NDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4be1f04-8cd1-47bf-bdc7-408a40c04148","artifactVersion":"1"},{"artifactName":"service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar","artifactChecksum":"ODVmMDY5NmFkM2FmZDg3ZGIxYzQ5ZTJiYTdjNDRkNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a22ed6c7-4c2e-42e0-ba0c-c8e760e6bb9c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T08:05:07.663Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:05:07.664Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:05:07.670Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:05:07.670Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||try to send status {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:05:07.770Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:05:07.772Z||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-04-28T08:05:07.772Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:05:07.808Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:05:07.809Z||pool-154-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":5,"count":1}
2022-04-28T08:05:07.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:05:07.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T08:05:07.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:05:07.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:05:08.671Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:05:08.673Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:05:08.676Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:05:08.676Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||try to send status {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:05:08.776Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:05:08.777Z||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-04-28T08:05:08.778Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:05:08.791Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:05:08.792Z||pool-155-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:05:09.677Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:05:09.677Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:05:09.680Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:05:09.680Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||try to send status {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:05:09.783Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-28T08:05:09.791Z||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-04-28T08:05:09.791Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:05:09.805Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:05:09.806Z||pool-156-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:05:10.696Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:05:10.697Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:05:10.704Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:05:10.704Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||try to send status {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:05:10.800Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-28T08:05:10.802Z||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-04-28T08:05:10.802Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:05:10.834Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:05:10.835Z||pool-157-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:05:11.705Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:05:11.707Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:05:11.710Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:05:11.710Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||try to send status {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:05:11.810Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:05:11.811Z||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-04-28T08:05:11.812Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:05:11.822Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:05:11.823Z||pool-158-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-28T08:05:12.711Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:05:12.712Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:05:12.715Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:05:12.715Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||try to send status {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:05:12.815Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:05:12.817Z||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-04-28T08:05:12.817Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:05:12.828Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:05:12.829Z||pool-159-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-28T08:05:13.716Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:05:13.717Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:05:13.721Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:05:13.722Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||try to send status {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:05:13.821Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-28T08:05:13.822Z||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-04-28T08:05:13.822Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:05:13.835Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:05:13.836Z||pool-160-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:05:14.723Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:05:14.724Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:05:14.727Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:05:14.727Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||try to send status {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:05:14.827Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:05:14.829Z||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-04-28T08:05:14.829Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:05:14.840Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:05:14.841Z||pool-161-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:05:15.728Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "serviceName": "Demo_pNF_pPs6ocpBfNyMMbKt46ZI",
  "serviceVersion": "1.0",
  "serviceUUID": "1d253e15-fe11-49a0-83d1-57b31d0bb630",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "146accfc-9829-4591-b1c1-9d1704eee342",
  "resources": [
    {
      "resourceInstanceName": "pNF af2acab8-15af 0",
      "resourceCustomizationUUID": "eb812c90-c0fb-4e57-a499-6a3560702129",
      "resourceName": "pNF af2acab8-15af",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c6130a0b-8079-4c40-b39f-fad7436082f8",
      "resourceInvariantUUID": "5970fd74-3c37-43ee-b88d-818b8d6cfd94",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
      "artifactChecksum": "ODVmMDY5NmFkM2FmZDg3ZGIxYzQ5ZTJiYTdjNDRkNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a22ed6c7-4c2e-42e0-ba0c-c8e760e6bb9c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T08:05:15.729Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T08:05:15.730Z|adba08f1-c2f3-4feb-a131-22aa3f4dc160|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1d253e15-fe11-49a0-83d1-57b31d0bb630 ASDC
2022-04-28T08:05:15.732Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||ASDC Notification:
DistributionID:095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
ServiceName:Demo_pNF_pPs6ocpBfNyMMbKt46ZI
ServiceVersion:1.0
ServiceUUID:1d253e15-fe11-49a0-83d1-57b31d0bb630
ServiceInvariantUUID:146accfc-9829-4591-b1c1-9d1704eee342
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
ArtifactUUID:a22ed6c7-4c2e-42e0-ba0c-c8e760e6bb9c
ArtifactChecksum:ODVmMDY5NmFkM2FmZDg3ZGIxYzQ5ZTJiYTdjNDRkNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF af2acab8-15af 0
ResourceCustomizationUUID:eb812c90-c0fb-4e57-a499-6a3560702129
ResourceInvariantUUID:5970fd74-3c37-43ee-b88d-818b8d6cfd94
ResourceName:pNF af2acab8-15af
ResourceType:PNF
ResourceUUID:c6130a0b-8079-4c40-b39f-fad7436082f8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-28T08:05:15.733Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d253e15-fe11-49a0-83d1-57b31d0bb630 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-04-28T08:05:15.787Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T08:05:15.789Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||MSO config path is: /app
2022-04-28T08:05:15.789Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||MSO config path is: /app
2022-04-28T08:05:15.789Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||Trying to download the artifact UUID: a22ed6c7-4c2e-42e0-ba0c-c8e760e6bb9c from URL: /sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:15.790Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - download
2022-04-28T08:05:15.790Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:19.198Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T08:05:19.205Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar a22ed6c7-4c2e-42e0-ba0c-c8e760e6bb9c 82634
2022-04-28T08:05:19.206Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar ASDC sendASDCNotification
2022-04-28T08:05:19.206Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:19.206Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T08:05:19.207Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:05:19.210Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:05:19.211Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||try to send status {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133119206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:05:19.311Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:05:19.312Z||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-04-28T08:05:19.312Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:05:19.323Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:05:19.324Z||pool-162-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:05:20.212Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T08:05:20.214Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||MSO config path is: /app
2022-04-28T08:05:20.214Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||Trying to write artifact UUID: a22ed6c7-4c2e-42e0-ba0c-c8e760e6bb9c, URL: /sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar to file: /app/ASDC/1/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:20.215Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:20.215Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:20.216Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:20.467Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7583147655459253462/Definitions/service-DemoPnfPps6ocpbfnymmbkt46zi-template.yml
2022-04-28T08:05:22.231Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-28T08:05:22.232Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|WARN|500||####################################################################################################
2022-04-28T08:05:22.232Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:22.232Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-28T08:05:22.232Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:22.232Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:22.232Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:22.232Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:22.232Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:22.232Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF af2acab8-15af 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-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:22.233Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:22.233Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|WARN|500||####################################################################################################
2022-04-28T08:05:22.233Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:05:22.234Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Service Demo_pNF_pPs6ocpBfNyMMbKt46ZI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:05:22.234Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Node template pNF af2acab8-15af 0 is matching search criteria
2022-04-28T08:05:22.234Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T08:05:22.234Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Found topology templates [pNF af2acab8-15af 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T08:05:22.235Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:05:22.235Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Service Demo_pNF_pPs6ocpBfNyMMbKt46ZI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:05:22.235Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Node template pNF af2acab8-15af 0 is matching search criteria
2022-04-28T08:05:22.235Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T08:05:22.236Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Found topology templates [pNF af2acab8-15af 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T08:05:22.236Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:05:22.236Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Service Demo_pNF_pPs6ocpBfNyMMbKt46ZI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:05:22.236Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:05:22.237Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Service Demo_pNF_pPs6ocpBfNyMMbKt46ZI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:05:22.237Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:05:22.238Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Service Demo_pNF_pPs6ocpBfNyMMbKt46ZI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:05:22.238Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:05:22.238Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Service Demo_pNF_pPs6ocpBfNyMMbKt46ZI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:05:22.238Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:05:22.238Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Service Demo_pNF_pPs6ocpBfNyMMbKt46ZI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:05:22.239Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pPs6ocpBfNyMMbKt46ZI
Description:catalog service description
Model UUID:1d253e15-fe11-49a0-83d1-57b31d0bb630
Model Version:NULL
Model InvariantUuid:146accfc-9829-4591-b1c1-9d1704eee342
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-04-28T08:05:22.251Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: c6130a0b-8079-4c40-b39f-fad7436082f8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T08:05:22.259Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||pNF af2acab8-15af 0
2022-04-28T08:05:22.260Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: c6130a0b-8079-4c40-b39f-fad7436082f8
2022-04-28T08:05:22.261Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||No resources found for Service: 1d253e15-fe11-49a0-83d1-57b31d0bb630
2022-04-28T08:05:22.261Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Preparing to deploy Service: 1d253e15-fe11-49a0-83d1-57b31d0bb630
2022-04-28T08:05:22.261Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF af2acab8-15af 0 c6130a0b-8079-4c40-b39f-fad7436082f8 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-04-28T08:05:22.270Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c0a0835, org.onap.sdc.toscaparser.api.parameters.Input@a6d00f9, org.onap.sdc.toscaparser.api.parameters.Input@78952744, org.onap.sdc.toscaparser.api.parameters.Input@657aa7e1, org.onap.sdc.toscaparser.api.parameters.Input@590d40db]
2022-04-28T08:05:22.271Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:05:22.272Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Service Demo_pNF_pPs6ocpBfNyMMbKt46ZI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:05:22.272Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500|| resourceSeq for service uuid 1d253e15-fe11-49a0-83d1-57b31d0bb630: pNF af2acab8-15af
2022-04-28T08:05:22.273Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||Processing PNF resource: c6130a0b-8079-4c40-b39f-fad7436082f8
2022-04-28T08:05:22.274Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:05:22.274Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Service Demo_pNF_pPs6ocpBfNyMMbKt46ZI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:05:22.274Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||Resource customization UUID: eb812c90-c0fb-4e57-a499-6a3560702129 is the same as notified resource customizationUUID: eb812c90-c0fb-4e57-a499-6a3560702129
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-04-28T08:05:22.335Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF af2acab8-15af c6130a0b-8079-4c40-b39f-fad7436082f8 0 ASDC deployResourceStructure
2022-04-28T08:05:22.335Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar ASDC sendASDCNotification
2022-04-28T08:05:22.335Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar
2022-04-28T08:05:22.336Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T08:05:22.337Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:05:22.340Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:05:22.340Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||try to send status {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133122335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:05:22.440Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:05:22.441Z||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-04-28T08:05:22.441Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:05:22.455Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:05:22.455Z||pool-163-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:05:23.342Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:05:23.359Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:05:23.363Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:05:23.364Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:05:23.364Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:05:53.365Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:05:53.377Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:05:53.380Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:05:53.380Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:05:53.380Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:06:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:06:01.927Z||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-04-28T08:06:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:06:01.949Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:06:01.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T08:06:01.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133097973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:06:01.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:06:23.381Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:06:23.401Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:06:23.405Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:06:23.406Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:06:23.406Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:06:53.406Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:06:53.420Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:06:53.423Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:06:53.423Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:06:53.423Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:07:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:07:01.927Z||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-04-28T08:07:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:07:01.955Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:07:01.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T08:07:01.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "cds",
  "timestamp": 1651133104911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:07:01.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:07:01.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T08:07:01.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "policy-id",
  "timestamp": 1651133106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:07:01.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:07:23.424Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:07:23.436Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:07:23.439Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:07:23.439Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:07:23.439Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:07:53.439Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:07:53.456Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:07:53.459Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:07:53.460Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:07:53.461Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:08:01.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:08:01.928Z||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-04-28T08:08:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:08:02.474Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:08:02.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "cds",
  "timestamp": 1651133104911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133097973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "policy-id",
  "timestamp": 1651133106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133097973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "cds",
  "timestamp": 1651133104911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "policy-id",
  "timestamp": 1651133106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133097973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "cds",
  "timestamp": 1651133104911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "policy-id",
  "timestamp": 1651133106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133097973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "cds",
  "timestamp": 1651133104911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "policy-id",
  "timestamp": 1651133106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133097973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "cds",
  "timestamp": 1651133104911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "policy-id",
  "timestamp": 1651133106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133097973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "cds",
  "timestamp": 1651133104911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "policy-id",
  "timestamp": 1651133106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133097973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:08:02.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "cds",
  "timestamp": 1651133104911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:08:02.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133101919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:08:02.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "policy-id",
  "timestamp": 1651133106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:08:02.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "clamp",
  "timestamp": 1651133116753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "clamp",
  "timestamp": 1651133116753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "clamp",
  "timestamp": 1651133116753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "policy-id",
  "timestamp": 1651133119350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:08:02.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:08:02.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "cds",
  "timestamp": 1651133119091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:08:02.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:08:02.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133119206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:08:02.495Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:08:02.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "clamp",
  "timestamp": 1651133116753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "policy-id",
  "timestamp": 1651133120355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:08:02.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:08:02.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "cds",
  "timestamp": 1651133120099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-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-04-28T08:08:02.505Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
2022-04-28T08:08:02.506Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2 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-04-28T08:08:02.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "clamp",
  "timestamp": 1651133116753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "policy-id",
  "timestamp": 1651133121357,
  "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-04-28T08:08:02.526Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
2022-04-28T08:08:02.526Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2 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-04-28T08:08:02.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "clamp",
  "timestamp": 1651133116753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133122335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:08:02.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:08:02.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "clamp",
  "timestamp": 1651133116753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-28T08:08:02.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "clamp",
  "timestamp": 1651133116753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:08:02.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133124077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133124077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "aai-ml",
  "timestamp": 1651133126081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133124077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133127788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:08:02.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:08:02.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "aai-ml",
  "timestamp": 1651133126081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133124077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133128817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T08:08:02.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:08:02.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "aai-ml",
  "timestamp": 1651133126081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133124077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133129820,
  "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-04-28T08:08:02.554Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
2022-04-28T08:08:02.555Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2 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-04-28T08:08:02.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "aai-ml",
  "timestamp": 1651133126081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133124077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133124077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "aai-ml",
  "timestamp": 1651133126081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "aai-ml",
  "timestamp": 1651133126081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/resourceInstances/pnfaf2acab815af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133124077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:08:02.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "aai-ml",
  "timestamp": 1651133126081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:08:02.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "aai-ml",
  "timestamp": 1651133126081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:08:02.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:08:02.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133133839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:08:02.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:08:02.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "clamp",
  "timestamp": 1651133135466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:08:02.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:08:02.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133135874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:08:02.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:08:02.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133136879,
  "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-04-28T08:08:02.582Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
2022-04-28T08:08:02.583Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2 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-04-28T08:08:02.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "clamp",
  "timestamp": 1651133137475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:08:02.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:08:02.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "aai-ml",
  "timestamp": 1651133137754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:08:02.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:08:02.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "clamp",
  "timestamp": 1651133138479,
  "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-04-28T08:08:02.607Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
2022-04-28T08:08:02.608Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2 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-04-28T08:08:02.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "aai-ml",
  "timestamp": 1651133143102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPps6ocpbfnymmbkt46zi/1.0/artifacts/service-DemoPnfPps6ocpbfnymmbkt46zi-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T08:08:02.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:08:02.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:08:02.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "aai-ml",
  "timestamp": 1651133144106,
  "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-04-28T08:08:02.626Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
2022-04-28T08:08:02.626Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2 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-04-28T08:08:23.462Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:08:23.483Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:08:23.487Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:08:23.487Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T08:08:23.487Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T08:08:23.487Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T08:08:23.487Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T08:08:23.488Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T08:08:23.488Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?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-04-28T08:08:23.495Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T08:08:53.496Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2 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-04-28T08:08:53.508Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2 and serviceModelVersionId: 1d253e15-fe11-49a0-83d1-57b31d0bb630
2022-04-28T08:08:53.509Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 146accfc-9829-4591-b1c1-9d1704eee342
2022-04-28T08:08:53.511Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0
2022-04-28T08:08:53.529Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fb959e3-f20e-419a-9e71-ba75955728fb/model-vers/model-ver/3e03413b-b091-4beb-84ee-541b8b60ce94?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-28T08:08:53.617Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||Invoke
2022-04-28T08:08:53.618Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[095c6e0d-87f4-41ae-99fd-4dae93c4b4c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[79857abe-99eb-4274-b0d0-c0c616edfd37], X-ECOMP-RequestID=[095c6e0d-87f4-41ae-99fd-4dae93c4b4c2], X-TransactionId=[], X-ONAP-RequestID=[095c6e0d-87f4-41ae-99fd-4dae93c4b4c2], Content-Type=[application/merge-patch+json]}
2022-04-28T08:08:55.152Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||Invoke
2022-04-28T08:08:55.153Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[095c6e0d-87f4-41ae-99fd-4dae93c4b4c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b0b979bc-c190-4ad0-8e87-e5df771f01e3], X-ECOMP-RequestID=[095c6e0d-87f4-41ae-99fd-4dae93c4b4c2], X-TransactionId=[], X-ONAP-RequestID=[095c6e0d-87f4-41ae-99fd-4dae93c4b4c2], Content-Type=[application/merge-patch+json]}
2022-04-28T08:08:56.692Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||Invoke
2022-04-28T08:08:56.692Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[095c6e0d-87f4-41ae-99fd-4dae93c4b4c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[94082f75-63ac-4db2-bf20-35df43180258], X-ECOMP-RequestID=[095c6e0d-87f4-41ae-99fd-4dae93c4b4c2], X-TransactionId=[], X-ONAP-RequestID=[095c6e0d-87f4-41ae-99fd-4dae93c4b4c2], Content-Type=[application/merge-patch+json]}
2022-04-28T08:08:57.720Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:08:57.721Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?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-04-28T08:08:57.722Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:08:57.722Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?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-04-28T08:08:57.733Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?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-04-28T08:08:57.734Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 095c6e0d-87f4-41ae-99fd-4dae93c4b4c2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:08:57.734Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T08:08:57.735Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:08:57.739Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:08:57.739Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||try to send status {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133337734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T08:08:57.839Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:08:57.841Z||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-04-28T08:08:57.841Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:08:57.861Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:08:57.862Z||pool-164-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T08:08:58.762Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:08:58.764Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?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-04-28T08:08:58.764Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:09:01.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:09:01.928Z||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-04-28T08:09:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:09:02.563Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:09:02.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "aai-ml",
  "timestamp": 1651133306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "cds",
  "timestamp": 1651133299913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "policy-id",
  "timestamp": 1651133306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "aai-ml",
  "timestamp": 1651133306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "cds",
  "timestamp": 1651133299913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "policy-id",
  "timestamp": 1651133306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "aai-ml",
  "timestamp": 1651133306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "policy-id",
  "timestamp": 1651133306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "cds",
  "timestamp": 1651133299913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "aai-ml",
  "timestamp": 1651133306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "policy-id",
  "timestamp": 1651133306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "cds",
  "timestamp": 1651133299913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "aai-ml",
  "timestamp": 1651133306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "policy-id",
  "timestamp": 1651133306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "cds",
  "timestamp": 1651133299913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "aai-ml",
  "timestamp": 1651133306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "policy-id",
  "timestamp": 1651133306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "cds",
  "timestamp": 1651133299913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "aai-ml",
  "timestamp": 1651133306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "policy-id",
  "timestamp": 1651133306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "cds",
  "timestamp": 1651133299913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "policy-id",
  "timestamp": 1651133306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:09:02.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "aai-ml",
  "timestamp": 1651133306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:09:02.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:09:02.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "cds",
  "timestamp": 1651133299913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:09:02.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "aai-ml",
  "timestamp": 1651133317538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:09:02.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:09:02.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "policy-id",
  "timestamp": 1651133317870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:09:02.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:09:02.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133317832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:09:02.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:09:02.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "cds",
  "timestamp": 1651133317730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:09:02.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:09:02.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "policy-id",
  "timestamp": 1651133318875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:09:02.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:09:02.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "cds",
  "timestamp": 1651133318755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-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-04-28T08:09:02.598Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e9d9573-97b8-405e-b823-cd613830be02
2022-04-28T08:09:02.599Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e9d9573-97b8-405e-b823-cd613830be02 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-04-28T08:09:02.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "policy-id",
  "timestamp": 1651133319877,
  "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-04-28T08:09:02.620Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e9d9573-97b8-405e-b823-cd613830be02
2022-04-28T08:09:02.620Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e9d9573-97b8-405e-b823-cd613830be02 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-04-28T08:09:02.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133319783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:09:02.631Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:09:02.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651133320788,
  "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-04-28T08:09:02.644Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e9d9573-97b8-405e-b823-cd613830be02
2022-04-28T08:09:02.644Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e9d9573-97b8-405e-b823-cd613830be02 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-04-28T08:09:02.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "aai-ml",
  "timestamp": 1651133322724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T08:09:02.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:09:02.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-28T08:09:02.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "aai-ml",
  "timestamp": 1651133323728,
  "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-04-28T08:09:02.667Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2e9d9573-97b8-405e-b823-cd613830be02
2022-04-28T08:09:02.667Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e9d9573-97b8-405e-b823-cd613830be02 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-04-28T08:09:02.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651133317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:09:02.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133326942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:09:02.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:09:02.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "clamp",
  "timestamp": 1651133326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133327967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T08:09:02.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:09:02.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "clamp",
  "timestamp": 1651133326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651133328969,
  "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-04-28T08:09:02.687Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2e9d9573-97b8-405e-b823-cd613830be02
2022-04-28T08:09:02.687Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e9d9573-97b8-405e-b823-cd613830be02 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-04-28T08:09:02.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "clamp",
  "timestamp": 1651133326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "clamp",
  "timestamp": 1651133326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "clamp",
  "timestamp": 1651133326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "clamp",
  "timestamp": 1651133326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "clamp",
  "timestamp": 1651133326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:02.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "clamp",
  "timestamp": 1651133326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:09:02.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:09:02.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:09:02.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6e0d-87f4-41ae-99fd-4dae93c4b4c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133337734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T08:09:02.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:09:03.072Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:09:03.073Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||received message from topic
2022-04-28T08:09:03.073Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"2e9d9573-97b8-405e-b823-cd613830be02","serviceName":"Demo_pNF_rvfo5oqWk16iiRLbzvFD","serviceVersion":"1.0","serviceUUID":"36076bc4-3c2d-432d-b7dc-b0f7ff66e993","serviceDescription":"catalog service description","serviceInvariantUUID":"edcacf15-6612-4480-b4fb-fc0743cb1626","resources":[{"resourceInstanceName":"pNF ef6720b1-4137 0","resourceName":"pNF ef6720b1-4137","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e43653b5-f9e9-4c6d-98ac-8e05304b687a","resourceInvariantUUID":"a01cf722-db71-4a72-bba5-b096e89d521c","resourceCustomizationUUID":"a1e7475e-cbf0-4d93-a2ae-4c66aeb25b59","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vf-license-model.xml","artifactChecksum":"ZGRhYzg1MmE3ZGNhMTAyMTU1ZDAyMGUwMzgzZmZhYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e1d8ac96-fd39-449b-8ed8-37d7bb4af3c0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/pNF.csar","artifactChecksum":"NjYwM2UxYjZhOGI2ZDY1YjAxZWIxODc2NWVmZmM5NmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0b2cd36-ba02-4f3b-9920-63be94367275","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3823c432-d773-4bb4-9c16-91bb20eb2688","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vendor-license-model.xml","artifactChecksum":"MTRjNGViYWM3MWIwNDUyMzEzM2QwYTNiN2IwNzA5ZDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b0e6637c-852f-41db-ad00-4693ac3060eb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9fcf83aa-54fa-45af-b640-f570f349b7d0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3da621b5-32ac-43e8-93be-02aa4db0df9e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRvfo5oqwk16iirlbzvfd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-template.yml","artifactChecksum":"MDMxMmJjMDQ3ZTFmY2I0YjM5MzYwNTg1ZDE1YWRiNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac327ada-aa4a-42b3-aec0-1cb67d7eec54","artifactVersion":"1"},{"artifactName":"service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar","artifactChecksum":"ZjdjZTQ0ZmQ1NTBhNDBiMTNiZmJiMjRlOWU4ZGQ1N2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac88c480-4920-43ab-b2bf-19637688746f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T08:09:03.076Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:09:03.076Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:09:03.079Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:09:03.080Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:03.179Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:09:03.181Z||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-04-28T08:09:03.181Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:09:03.193Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:09:03.194Z||pool-165-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:09:04.081Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:09:04.082Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:09:04.086Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:09:04.086Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:04.185Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:09:04.186Z||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-04-28T08:09:04.186Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:09:04.201Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:09:04.203Z||pool-166-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-28T08:09:05.087Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:09:05.088Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:09:05.092Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:09:05.093Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:05.193Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:09:05.194Z||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-04-28T08:09:05.194Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:09:05.206Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:09:05.207Z||pool-167-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:09:06.096Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:09:06.112Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:09:06.264Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:09:06.264Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:06.368Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-28T08:09:06.369Z||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-04-28T08:09:06.369Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:09:06.420Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:09:06.421Z||pool-168-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:09:07.265Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:09:07.266Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:09:07.269Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:09:07.269Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:07.369Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:09:07.371Z||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-04-28T08:09:07.371Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:09:07.381Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:09:07.382Z||pool-169-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:09:08.270Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:09:08.277Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:09:08.280Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:09:08.280Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:08.380Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:09:08.381Z||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-04-28T08:09:08.382Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:09:08.393Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:09:08.394Z||pool-170-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:09:09.282Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:09:09.283Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:09:09.292Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:09:09.292Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:09:09.392Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:09:09.393Z||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-04-28T08:09:09.393Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:09:09.404Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:09:09.405Z||pool-171-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:09:10.293Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:09:10.295Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:09:10.299Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:09:10.299Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:09:10.399Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:09:10.400Z||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-04-28T08:09:10.400Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:09:10.414Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:09:10.415Z||pool-172-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:09:11.301Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "serviceName": "Demo_pNF_rvfo5oqWk16iiRLbzvFD",
  "serviceVersion": "1.0",
  "serviceUUID": "36076bc4-3c2d-432d-b7dc-b0f7ff66e993",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "edcacf15-6612-4480-b4fb-fc0743cb1626",
  "resources": [
    {
      "resourceInstanceName": "pNF ef6720b1-4137 0",
      "resourceCustomizationUUID": "a1e7475e-cbf0-4d93-a2ae-4c66aeb25b59",
      "resourceName": "pNF ef6720b1-4137",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e43653b5-f9e9-4c6d-98ac-8e05304b687a",
      "resourceInvariantUUID": "a01cf722-db71-4a72-bba5-b096e89d521c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
      "artifactChecksum": "ZjdjZTQ0ZmQ1NTBhNDBiMTNiZmJiMjRlOWU4ZGQ1N2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac88c480-4920-43ab-b2bf-19637688746f"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T08:09:11.302Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T08:09:11.302Z|095c6e0d-87f4-41ae-99fd-4dae93c4b4c2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36076bc4-3c2d-432d-b7dc-b0f7ff66e993 ASDC
2022-04-28T08:09:11.303Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||ASDC Notification:
DistributionID:2e9d9573-97b8-405e-b823-cd613830be02
ServiceName:Demo_pNF_rvfo5oqWk16iiRLbzvFD
ServiceVersion:1.0
ServiceUUID:36076bc4-3c2d-432d-b7dc-b0f7ff66e993
ServiceInvariantUUID:edcacf15-6612-4480-b4fb-fc0743cb1626
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
ArtifactUUID:ac88c480-4920-43ab-b2bf-19637688746f
ArtifactChecksum:ZjdjZTQ0ZmQ1NTBhNDBiMTNiZmJiMjRlOWU4ZGQ1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ef6720b1-4137 0
ResourceCustomizationUUID:a1e7475e-cbf0-4d93-a2ae-4c66aeb25b59
ResourceInvariantUUID:a01cf722-db71-4a72-bba5-b096e89d521c
ResourceName:pNF ef6720b1-4137
ResourceType:PNF
ResourceUUID:e43653b5-f9e9-4c6d-98ac-8e05304b687a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-28T08:09:11.304Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36076bc4-3c2d-432d-b7dc-b0f7ff66e993 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-04-28T08:09:11.340Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T08:09:11.341Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||MSO config path is: /app
2022-04-28T08:09:11.341Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||MSO config path is: /app
2022-04-28T08:09:11.341Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||Trying to download the artifact UUID: ac88c480-4920-43ab-b2bf-19637688746f from URL: /sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:11.341Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - download
2022-04-28T08:09:11.342Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:11.417Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T08:09:11.423Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar ac88c480-4920-43ab-b2bf-19637688746f 82637
2022-04-28T08:09:11.424Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar ASDC sendASDCNotification
2022-04-28T08:09:11.425Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:11.425Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T08:09:11.426Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:09:11.430Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:09:11.430Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133351424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:09:11.530Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:09:11.532Z||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-04-28T08:09:11.532Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:09:11.546Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:09:11.547Z||pool-173-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:09:12.431Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T08:09:12.432Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||MSO config path is: /app
2022-04-28T08:09:12.433Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||Trying to write artifact UUID: ac88c480-4920-43ab-b2bf-19637688746f, URL: /sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar to file: /app/ASDC/1/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:12.433Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:12.434Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:12.434Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:12.635Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14598315790242276421/Definitions/service-DemoPnfRvfo5oqwk16iirlbzvfd-template.yml
2022-04-28T08:09:14.196Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-28T08:09:14.197Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|WARN|500||####################################################################################################
2022-04-28T08:09:14.197Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:14.197Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-28T08:09:14.197Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?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-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:14.197Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ef6720b1-4137 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-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:14.197Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?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-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:14.198Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?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-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:14.198Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?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-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:14.198Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?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-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:14.198Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?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-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:14.198Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|WARN|500||####################################################################################################
2022-04-28T08:09:14.199Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:09:14.199Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Service Demo_pNF_rvfo5oqWk16iiRLbzvFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:09:14.199Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Node template pNF ef6720b1-4137 0 is matching search criteria
2022-04-28T08:09:14.199Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T08:09:14.199Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Found topology templates [pNF ef6720b1-4137 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T08:09:14.200Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:09:14.200Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Service Demo_pNF_rvfo5oqWk16iiRLbzvFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:09:14.200Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Node template pNF ef6720b1-4137 0 is matching search criteria
2022-04-28T08:09:14.200Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T08:09:14.200Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Found topology templates [pNF ef6720b1-4137 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T08:09:14.201Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:09:14.201Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Service Demo_pNF_rvfo5oqWk16iiRLbzvFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:09:14.201Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:09:14.201Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Service Demo_pNF_rvfo5oqWk16iiRLbzvFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:09:14.201Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:09:14.201Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Service Demo_pNF_rvfo5oqWk16iiRLbzvFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:09:14.202Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:09:14.202Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Service Demo_pNF_rvfo5oqWk16iiRLbzvFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:09:14.202Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:09:14.202Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Service Demo_pNF_rvfo5oqWk16iiRLbzvFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:09:14.203Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rvfo5oqWk16iiRLbzvFD
Description:catalog service description
Model UUID:36076bc4-3c2d-432d-b7dc-b0f7ff66e993
Model Version:NULL
Model InvariantUuid:edcacf15-6612-4480-b4fb-fc0743cb1626
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-04-28T08:09:14.211Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: e43653b5-f9e9-4c6d-98ac-8e05304b687a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T08:09:14.216Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||pNF ef6720b1-4137 0
2022-04-28T08:09:14.216Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: e43653b5-f9e9-4c6d-98ac-8e05304b687a
2022-04-28T08:09:14.217Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||No resources found for Service: 36076bc4-3c2d-432d-b7dc-b0f7ff66e993
2022-04-28T08:09:14.217Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Preparing to deploy Service: 36076bc4-3c2d-432d-b7dc-b0f7ff66e993
2022-04-28T08:09:14.217Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ef6720b1-4137 0 e43653b5-f9e9-4c6d-98ac-8e05304b687a 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-04-28T08:09:14.224Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a7c1d7c, org.onap.sdc.toscaparser.api.parameters.Input@3d8f50be, org.onap.sdc.toscaparser.api.parameters.Input@794e25e4, org.onap.sdc.toscaparser.api.parameters.Input@48de2149, org.onap.sdc.toscaparser.api.parameters.Input@424342d3]
2022-04-28T08:09:14.225Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:09:14.225Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Service Demo_pNF_rvfo5oqWk16iiRLbzvFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:09:14.225Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500|| resourceSeq for service uuid 36076bc4-3c2d-432d-b7dc-b0f7ff66e993: pNF ef6720b1-4137
2022-04-28T08:09:14.225Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||Processing PNF resource: e43653b5-f9e9-4c6d-98ac-8e05304b687a
2022-04-28T08:09:14.226Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:09:14.226Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Service Demo_pNF_rvfo5oqWk16iiRLbzvFD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:09:14.226Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||Resource customization UUID: a1e7475e-cbf0-4d93-a2ae-4c66aeb25b59 is the same as notified resource customizationUUID: a1e7475e-cbf0-4d93-a2ae-4c66aeb25b59
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-04-28T08:09:14.270Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ef6720b1-4137 e43653b5-f9e9-4c6d-98ac-8e05304b687a 0 ASDC deployResourceStructure
2022-04-28T08:09:14.271Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar ASDC sendASDCNotification
2022-04-28T08:09:14.271Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar
2022-04-28T08:09:14.271Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T08:09:14.272Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:09:14.274Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:09:14.275Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133354271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:09:14.375Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:09:14.376Z||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-04-28T08:09:14.376Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:09:14.390Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:09:14.391Z||pool-174-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:09:15.281Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e9d9573-97b8-405e-b823-cd613830be02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:09:15.296Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e9d9573-97b8-405e-b823-cd613830be02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:09:15.301Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:09:15.301Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T08:09:15.301Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T08:09:15.301Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T08:09:15.301Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T08:09:15.302Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T08:09:15.302Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?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-04-28T08:09:15.309Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T08:09:45.311Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e9d9573-97b8-405e-b823-cd613830be02 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-04-28T08:09:45.365Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e9d9573-97b8-405e-b823-cd613830be02 and serviceModelVersionId: 36076bc4-3c2d-432d-b7dc-b0f7ff66e993
2022-04-28T08:09:45.366Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : edcacf15-6612-4480-b4fb-fc0743cb1626
2022-04-28T08:09:45.367Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0
2022-04-28T08:09:45.493Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-28T08:09:45.805Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/146accfc-9829-4591-b1c1-9d1704eee342/model-vers/model-ver/1d253e15-fe11-49a0-83d1-57b31d0bb630?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:09:45.808Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||Invoke
2022-04-28T08:09:47.342Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:09:47.343Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||Invoke
2022-04-28T08:09:48.882Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:09:48.894Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||Invoke
2022-04-28T08:09:49.911Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:09:49.913Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:09:49.914Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:09:49.914Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:09:49.920Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:09:49.920Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e9d9573-97b8-405e-b823-cd613830be02 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:09:49.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T08:09:49.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:09:49.925Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:09:49.925Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133389921,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T08:09:50.025Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:09:50.026Z||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-04-28T08:09:50.026Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:09:50.041Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:09:50.042Z||pool-175-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T08:09:50.941Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:09:50.942Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:09:50.942Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:10:00.477Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:10:00.478Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:10:00.479Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:10:00.479Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:10:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:10:01.927Z||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-04-28T08:10:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:10:02.567Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:10:02.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:10:02.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:10:02.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:10:02.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:10:02.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:10:02.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:10:02.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:10:02.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:10:02.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "clamp",
  "timestamp": 1651133347096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:10:02.570Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:10:02.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:10:02.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:10:02.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "clamp",
  "timestamp": 1651133348511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:10:02.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:10:02.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/resourceInstances/pnfef6720b141370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:10:02.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:10:02.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "clamp",
  "timestamp": 1651133349515,
  "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-04-28T08:10:02.579Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e9d9573-97b8-405e-b823-cd613830be02
2022-04-28T08:10:02.579Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e9d9573-97b8-405e-b823-cd613830be02 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-04-28T08:10:02.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:10:02.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:10:02.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133338762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:10:02.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:10:02.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133351424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:10:02.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:10:02.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133354271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRvfo5oqwk16iirlbzvfd/1.0/artifacts/service-DemoPnfRvfo5oqwk16iirlbzvfd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:10:02.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:10:02.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:10:02.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e9d9573-97b8-405e-b823-cd613830be02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651133389921,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T08:10:02.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:10:10.018Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:10:10.019Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:10:10.019Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:10:10.020Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:10:19.549Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:10:19.550Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:10:19.551Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:10:19.552Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:10:29.100Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:11:01.920Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:11:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:11:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:11:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:11:01.927Z||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-04-28T08:11:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:11:11.465Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:11:11.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:12:01.919Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:12:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:12:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:12:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:12:01.928Z||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-04-28T08:12:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:12:11.480Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:12:11.481Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:13:01.919Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:13:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:13:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:13:01.926Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:13:01.928Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T08:13:01.929Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:13:11.469Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:13:11.474Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:14:01.919Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:14:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:14:01.922Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:14:01.926Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:14:01.927Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T08:14:01.927Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:14:11.472Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:14:11.472Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:15:01.919Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:15:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:15:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:15:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:15:01.927Z||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-04-28T08:15:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:15:11.463Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:15:11.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:16:01.919Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:16:01.920Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:16:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:16:01.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:16:01.928Z||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-04-28T08:16:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:16:11.466Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:16:11.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:17:01.920Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:17:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:17:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:17:01.927Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:17:01.928Z||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-04-28T08:17:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:17:11.466Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:17:11.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:18:01.919Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:18:01.921Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T08:18:01.921Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:18:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:18:01.927Z||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-04-28T08:18:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:18:11.472Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:18:11.476Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:19:01.920Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:19:01.923Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T08:19:01.923Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:19:01.926Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:19:01.927Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?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-04-28T08:19:01.927Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:19:11.471Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:19:11.471Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:20:01.920Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:20:01.921Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T08:20:01.921Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:20:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:20:01.927Z||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-04-28T08:20:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:20:11.468Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:20:11.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:21:01.919Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:21:01.921Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T08:21:01.921Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:21:01.926Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:21:01.927Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:21:01.927Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:21:11.473Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:21:11.473Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:22:01.919Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:22:01.921Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T08:22:01.921Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:22:01.926Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:22:01.927Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T08:22:01.928Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:22:02.065Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:22:02.066Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.067Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651134114076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.069Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.070Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.070Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "clamp",
  "timestamp": 1651134106753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.070Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.070Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.070Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "policy-id",
  "timestamp": 1651134106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.070Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.071Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.071Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "cds",
  "timestamp": 1651134109911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.071Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.072Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.072Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "aai-ml",
  "timestamp": 1651134116081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.073Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.073Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.073Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "clamp",
  "timestamp": 1651134106753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.073Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.073Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.074Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651134114076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.074Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.074Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.074Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "policy-id",
  "timestamp": 1651134106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.074Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.074Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.074Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "cds",
  "timestamp": 1651134109911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.074Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.075Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.075Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "aai-ml",
  "timestamp": 1651134116081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.075Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.075Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.075Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "clamp",
  "timestamp": 1651134106753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.075Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.075Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.075Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651134114076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.075Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.076Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.076Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "policy-id",
  "timestamp": 1651134106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.076Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.076Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.076Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "cds",
  "timestamp": 1651134109911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.076Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.076Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.076Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651134118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.077Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.077Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.077Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651134117973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.077Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.077Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.077Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "aai-ml",
  "timestamp": 1651134116081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.077Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.077Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.077Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "clamp",
  "timestamp": 1651134106753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.077Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.078Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.078Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651134114076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.078Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.078Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.078Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "policy-id",
  "timestamp": 1651134106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.078Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.078Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.078Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "cds",
  "timestamp": 1651134109911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.078Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.079Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.079Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651134118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.079Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.079Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.080Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651134117973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.080Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.081Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.081Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "aai-ml",
  "timestamp": 1651134116081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.081Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.081Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.081Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "clamp",
  "timestamp": 1651134106753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.081Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.081Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.081Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651134114076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.081Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.081Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.082Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "policy-id",
  "timestamp": 1651134106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.082Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.082Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.082Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "cds",
  "timestamp": 1651134109911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.082Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.082Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.083Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651134118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.083Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.083Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.083Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651134117973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.083Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.083Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.084Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "aai-ml",
  "timestamp": 1651134116081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.084Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.084Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.084Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651134114076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.084Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.085Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.085Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "policy-id",
  "timestamp": 1651134106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.085Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.085Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.085Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "clamp",
  "timestamp": 1651134106753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.085Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.085Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.085Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "cds",
  "timestamp": 1651134109911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.085Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.086Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.086Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651134118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.086Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.086Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.086Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651134117973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.086Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.086Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.086Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "aai-ml",
  "timestamp": 1651134116081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.086Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:22:02.562Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:22:02.563Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||received message from topic
2022-04-28T08:22:02.563Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"0f2ff856-d2a0-48f4-9298-b799e5a36f2d","serviceName":"Demo_pNF_DPOrdQH1hPL2YQc3ggtg","serviceVersion":"1.0","serviceUUID":"c16d0699-fd37-4b08-b8bd-7a4a5ed792e2","serviceDescription":"catalog service description","serviceInvariantUUID":"563b1b16-399a-4c15-8488-2c6118d99cf7","resources":[{"resourceInstanceName":"pNF be462aaa-f80a 0","resourceName":"pNF be462aaa-f80a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"46518cd5-2f76-44fc-90c2-ec95316c1d83","resourceInvariantUUID":"a89a3789-c9aa-4a9b-9a1f-6d79f8a2dc5a","resourceCustomizationUUID":"871a92dc-0601-4e46-a244-a14b5837f198","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vf-license-model.xml","artifactChecksum":"MTA0NzZjMWQzYjZhYWEwM2Q5NDQ2YTdhZGI1NTFmNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb597585-50cb-4b56-8dba-2320e36fc313","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/pNF.csar","artifactChecksum":"NjYwM2UxYjZhOGI2ZDY1YjAxZWIxODc2NWVmZmM5NmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b3b5c95-89d4-4d2f-b8d7-2bafe41f9ac2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"889e6502-68ec-4f08-9495-857a9674f138","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDgxY2U2ZmYxZTFhNTUwYmE5MDQ1YjY4ODE4YTZiMjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"43fb597f-df69-4546-96fe-3c02518b71f6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"64f505aa-4b6a-47c6-a11d-1b4b28fd031c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b42286e0-9148-421d-bc4c-367b614cce1c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDpordqh1hpl2yqc3ggtg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-template.yml","artifactChecksum":"MjE5MzI3ZTgxOWY4OTgxYzRjYjRiYjYwMTA0NGNmMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"838caad6-eb78-4f20-962a-38d435a12f81","artifactVersion":"1"},{"artifactName":"service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar","artifactChecksum":"NzFlZDdjOWJkNGRlNGYyMDYxMWQ2YjhhOTRkYTM0MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ceb3d5db-3521-421f-ab53-ee06bb41a2d3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T08:22:02.567Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:22:02.567Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:22:02.571Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:22:02.571Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||try to send status {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:02.671Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:22:02.673Z||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-04-28T08:22:02.673Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:22:02.685Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:22:02.686Z||pool-176-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:22:03.572Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:22:03.573Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:22:03.576Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:22:03.576Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||try to send status {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:03.677Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T08:22:03.678Z||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-04-28T08:22:03.678Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:22:03.691Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:22:03.692Z||pool-177-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-28T08:22:04.577Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:22:04.578Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:22:04.580Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:22:04.580Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||try to send status {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:04.681Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:22:04.682Z||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-04-28T08:22:04.682Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:22:04.695Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:22:04.696Z||pool-178-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:22:05.581Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:22:05.582Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:22:05.585Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:22:05.586Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||try to send status {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:05.686Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-28T08:22:05.687Z||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-04-28T08:22:05.687Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:22:05.699Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:22:05.700Z||pool-179-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:22:06.588Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:22:06.589Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:22:06.593Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:22:06.594Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||try to send status {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:06.693Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-28T08:22:06.694Z||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-04-28T08:22:06.694Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:22:06.705Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:22:06.706Z||pool-180-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:22:07.596Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:22:07.598Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:22:07.602Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:22:07.602Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||try to send status {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:07.702Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:22:07.703Z||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-04-28T08:22:07.703Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:22:07.718Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:22:07.718Z||pool-181-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:22:08.603Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:22:08.605Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:22:08.608Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:22:08.609Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||try to send status {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:22:08.709Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:22:08.710Z||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-04-28T08:22:08.710Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:22:08.723Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:22:08.724Z||pool-182-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:22:09.610Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:22:09.612Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:22:09.615Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:22:09.615Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||try to send status {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:22:09.717Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-28T08:22:09.718Z||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-04-28T08:22:09.718Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:22:09.743Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:22:09.743Z||pool-183-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:22:10.618Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "serviceName": "Demo_pNF_DPOrdQH1hPL2YQc3ggtg",
  "serviceVersion": "1.0",
  "serviceUUID": "c16d0699-fd37-4b08-b8bd-7a4a5ed792e2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "563b1b16-399a-4c15-8488-2c6118d99cf7",
  "resources": [
    {
      "resourceInstanceName": "pNF be462aaa-f80a 0",
      "resourceCustomizationUUID": "871a92dc-0601-4e46-a244-a14b5837f198",
      "resourceName": "pNF be462aaa-f80a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "46518cd5-2f76-44fc-90c2-ec95316c1d83",
      "resourceInvariantUUID": "a89a3789-c9aa-4a9b-9a1f-6d79f8a2dc5a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
      "artifactChecksum": "NzFlZDdjOWJkNGRlNGYyMDYxMWQ2YjhhOTRkYTM0MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ceb3d5db-3521-421f-ab53-ee06bb41a2d3"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T08:22:10.619Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T08:22:10.619Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c16d0699-fd37-4b08-b8bd-7a4a5ed792e2 ASDC
2022-04-28T08:22:10.621Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||ASDC Notification:
DistributionID:0f2ff856-d2a0-48f4-9298-b799e5a36f2d
ServiceName:Demo_pNF_DPOrdQH1hPL2YQc3ggtg
ServiceVersion:1.0
ServiceUUID:c16d0699-fd37-4b08-b8bd-7a4a5ed792e2
ServiceInvariantUUID:563b1b16-399a-4c15-8488-2c6118d99cf7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
ArtifactUUID:ceb3d5db-3521-421f-ab53-ee06bb41a2d3
ArtifactChecksum:NzFlZDdjOWJkNGRlNGYyMDYxMWQ2YjhhOTRkYTM0MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF be462aaa-f80a 0
ResourceCustomizationUUID:871a92dc-0601-4e46-a244-a14b5837f198
ResourceInvariantUUID:a89a3789-c9aa-4a9b-9a1f-6d79f8a2dc5a
ResourceName:pNF be462aaa-f80a
ResourceType:PNF
ResourceUUID:46518cd5-2f76-44fc-90c2-ec95316c1d83
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-28T08:22:10.621Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c16d0699-fd37-4b08-b8bd-7a4a5ed792e2 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-04-28T08:22:10.668Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T08:22:10.669Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||MSO config path is: /app
2022-04-28T08:22:10.669Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||MSO config path is: /app
2022-04-28T08:22:10.670Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||Trying to download the artifact UUID: ceb3d5db-3521-421f-ab53-ee06bb41a2d3 from URL: /sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:10.670Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - download
2022-04-28T08:22:10.670Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:10.941Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T08:22:10.949Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar ceb3d5db-3521-421f-ab53-ee06bb41a2d3 82646
2022-04-28T08:22:10.949Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar ASDC sendASDCNotification
2022-04-28T08:22:10.950Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:10.950Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T08:22:10.950Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:22:10.954Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:22:10.954Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||try to send status {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134130949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:22:11.054Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:22:11.055Z||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-04-28T08:22:11.056Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:22:11.069Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:22:11.069Z||pool-184-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:22:11.955Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T08:22:11.957Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||MSO config path is: /app
2022-04-28T08:22:11.957Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||Trying to write artifact UUID: ceb3d5db-3521-421f-ab53-ee06bb41a2d3, URL: /sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar to file: /app/ASDC/1/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:11.958Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:11.959Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:11.959Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:12.226Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10200344589356451942/Definitions/service-DemoPnfDpordqh1hpl2yqc3ggtg-template.yml
2022-04-28T08:22:13.858Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-28T08:22:13.859Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|WARN|500||####################################################################################################
2022-04-28T08:22:13.859Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:13.860Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-28T08:22:13.860Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:13.860Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF be462aaa-f80a 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-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:13.860Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:13.860Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:13.861Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:13.861Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:13.861Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:13.861Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|WARN|500||####################################################################################################
2022-04-28T08:22:13.861Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:22:13.862Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Service Demo_pNF_DPOrdQH1hPL2YQc3ggtg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:22:13.862Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Node template pNF be462aaa-f80a 0 is matching search criteria
2022-04-28T08:22:13.862Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T08:22:13.863Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Found topology templates [pNF be462aaa-f80a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T08:22:13.863Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:22:13.863Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Service Demo_pNF_DPOrdQH1hPL2YQc3ggtg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:22:13.863Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Node template pNF be462aaa-f80a 0 is matching search criteria
2022-04-28T08:22:13.864Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T08:22:13.864Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Found topology templates [pNF be462aaa-f80a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T08:22:13.864Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:22:13.865Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Service Demo_pNF_DPOrdQH1hPL2YQc3ggtg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:22:13.865Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:22:13.865Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Service Demo_pNF_DPOrdQH1hPL2YQc3ggtg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:22:13.865Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:22:13.866Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Service Demo_pNF_DPOrdQH1hPL2YQc3ggtg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:22:13.866Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:22:13.866Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Service Demo_pNF_DPOrdQH1hPL2YQc3ggtg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:22:13.867Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:22:13.867Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Service Demo_pNF_DPOrdQH1hPL2YQc3ggtg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:22:13.867Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_DPOrdQH1hPL2YQc3ggtg
Description:catalog service description
Model UUID:c16d0699-fd37-4b08-b8bd-7a4a5ed792e2
Model Version:NULL
Model InvariantUuid:563b1b16-399a-4c15-8488-2c6118d99cf7
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-04-28T08:22:13.876Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 46518cd5-2f76-44fc-90c2-ec95316c1d83
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T08:22:13.881Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||pNF be462aaa-f80a 0
2022-04-28T08:22:13.882Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 46518cd5-2f76-44fc-90c2-ec95316c1d83
2022-04-28T08:22:13.882Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||No resources found for Service: c16d0699-fd37-4b08-b8bd-7a4a5ed792e2
2022-04-28T08:22:13.882Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Preparing to deploy Service: c16d0699-fd37-4b08-b8bd-7a4a5ed792e2
2022-04-28T08:22:13.883Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF be462aaa-f80a 0 46518cd5-2f76-44fc-90c2-ec95316c1d83 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-04-28T08:22:13.889Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12386960, org.onap.sdc.toscaparser.api.parameters.Input@4913c56f, org.onap.sdc.toscaparser.api.parameters.Input@3fa509ed, org.onap.sdc.toscaparser.api.parameters.Input@437589bd, org.onap.sdc.toscaparser.api.parameters.Input@12d79bda]
2022-04-28T08:22:13.889Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:22:13.890Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Service Demo_pNF_DPOrdQH1hPL2YQc3ggtg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:22:13.890Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500|| resourceSeq for service uuid c16d0699-fd37-4b08-b8bd-7a4a5ed792e2: pNF be462aaa-f80a
2022-04-28T08:22:13.890Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||Processing PNF resource: 46518cd5-2f76-44fc-90c2-ec95316c1d83
2022-04-28T08:22:13.891Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:22:13.891Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Service Demo_pNF_DPOrdQH1hPL2YQc3ggtg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:22:13.891Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||Resource customization UUID: 871a92dc-0601-4e46-a244-a14b5837f198 is the same as notified resource customizationUUID: 871a92dc-0601-4e46-a244-a14b5837f198
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-04-28T08:22:13.943Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF be462aaa-f80a 46518cd5-2f76-44fc-90c2-ec95316c1d83 0 ASDC deployResourceStructure
2022-04-28T08:22:13.944Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar ASDC sendASDCNotification
2022-04-28T08:22:13.944Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar
2022-04-28T08:22:13.944Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T08:22:13.945Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:22:13.947Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:22:13.947Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||try to send status {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134133944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:22:14.047Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:22:14.048Z||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-04-28T08:22:14.049Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:22:14.062Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:22:14.063Z||pool-185-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:22:14.948Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:22:14.964Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:22:14.967Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:22:14.967Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:22:14.967Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:22:44.968Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:22:44.982Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:22:44.985Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:22:44.986Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:22:44.986Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:23:01.926Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:23:01.927Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T08:23:01.927Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:23:01.948Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:23:01.948Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:23:01.949Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "policy-id",
  "timestamp": 1651134106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:23:01.950Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:23:14.986Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:23:15.003Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:23:15.006Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:23:15.006Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:23:15.006Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:23:45.007Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:23:45.020Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:23:45.034Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:23:45.034Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:23:45.034Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:24:01.926Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:24:01.927Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T08:24:01.927Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:24:01.951Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:24:01.952Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:24:01.952Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651134114076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:24:01.954Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:24:01.954Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:24:01.954Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "clamp",
  "timestamp": 1651134106753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:24:01.955Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:24:01.955Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:24:01.955Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "cds",
  "timestamp": 1651134109911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:24:01.955Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:24:01.956Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:24:01.956Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651134118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:24:01.956Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:24:15.035Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:24:15.051Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:24:15.054Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:24:15.055Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:24:15.055Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:24:45.056Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:24:45.073Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:24:45.075Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:24:45.075Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:24:45.076Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:25:01.926Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:25:01.927Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T08:25:01.927Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:25:02.451Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:25:02.452Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.453Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651134117973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:25:02.454Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.454Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.454Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:25:02.454Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.454Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.454Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "aai-ml",
  "timestamp": 1651134116081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:25:02.455Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.455Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.455Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "policy-id",
  "timestamp": 1651134106224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:25:02.455Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.455Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.455Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "clamp",
  "timestamp": 1651134106753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:25:02.455Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.455Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.456Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651134114076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:25:02.456Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.456Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.456Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "cds",
  "timestamp": 1651134109911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:25:02.456Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.456Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.456Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651134118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-28T08:25:02.457Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.457Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.457Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651134117973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:25:02.457Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.457Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.457Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:25:02.457Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.457Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.458Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "aai-ml",
  "timestamp": 1651134116081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:25:02.458Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.458Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.458Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651134118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:25:02.458Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.458Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.458Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651134117973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:25:02.458Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.459Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.459Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651134124537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:25:02.459Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:25:02.459Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.459Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:25:02.459Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.459Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.460Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651134118068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:25:02.460Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.460Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.460Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651134117973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:25:02.460Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.460Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.460Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "cds",
  "timestamp": 1651134125194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:25:02.460Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:25:02.461Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.461Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:25:02.461Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.461Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.461Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "policy-id",
  "timestamp": 1651134125933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:25:02.461Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:25:02.461Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.461Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "aai-ml",
  "timestamp": 1651134125741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:25:02.462Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:25:02.462Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.462Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "cds",
  "timestamp": 1651134126219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-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-04-28T08:25:02.471Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
2022-04-28T08:25:02.472Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0f2ff856-d2a0-48f4-9298-b799e5a36f2d 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-04-28T08:25:02.485Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.485Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:25:02.486Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.486Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.486Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "policy-id",
  "timestamp": 1651134126938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:25:02.486Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:25:02.486Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.486Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651134127137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:25:02.486Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:25:02.486Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.486Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651134127921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:25:02.486Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:25:02.487Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.487Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:25:02.487Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.487Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.487Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "policy-id",
  "timestamp": 1651134127941,
  "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-04-28T08:25:02.493Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
2022-04-28T08:25:02.493Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0f2ff856-d2a0-48f4-9298-b799e5a36f2d 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-04-28T08:25:02.514Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.514Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651134128142,
  "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-04-28T08:25:02.520Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
2022-04-28T08:25:02.521Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0f2ff856-d2a0-48f4-9298-b799e5a36f2d 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-04-28T08:25:02.533Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.534Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651134128947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/resourceInstances/pnfbe462aaaf80a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T08:25:02.534Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:25:02.534Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.534Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:25:02.534Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.534Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.534Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "clamp",
  "timestamp": 1651134129634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:25:02.534Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:25:02.534Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.535Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651134129950,
  "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-04-28T08:25:02.543Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
2022-04-28T08:25:02.544Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0f2ff856-d2a0-48f4-9298-b799e5a36f2d 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-04-28T08:25:02.555Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.555Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134121919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:25:02.556Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:25:02.556Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.556Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134130949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:25:02.556Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:25:02.556Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.556Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "aai-ml",
  "timestamp": 1651134131108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T08:25:02.556Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:25:02.556Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.557Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "clamp",
  "timestamp": 1651134131644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:25:02.557Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:25:02.557Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.557Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "aai-ml",
  "timestamp": 1651134132113,
  "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-04-28T08:25:02.563Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
2022-04-28T08:25:02.564Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0f2ff856-d2a0-48f4-9298-b799e5a36f2d 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-04-28T08:25:02.575Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.575Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "clamp",
  "timestamp": 1651134132648,
  "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-04-28T08:25:02.582Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
2022-04-28T08:25:02.582Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 0f2ff856-d2a0-48f4-9298-b799e5a36f2d 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-04-28T08:25:02.600Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T08:25:02.600Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134133944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDpordqh1hpl2yqc3ggtg/1.0/artifacts/service-DemoPnfDpordqh1hpl2yqc3ggtg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:25:02.600Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:25:15.076Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:25:15.089Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:25:15.094Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:25:15.094Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T08:25:15.094Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T08:25:15.094Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T08:25:15.094Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T08:25:15.094Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T08:25:15.094Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?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-04-28T08:25:15.101Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T08:25:45.102Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d 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-04-28T08:25:45.108Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f2ff856-d2a0-48f4-9298-b799e5a36f2d and serviceModelVersionId: c16d0699-fd37-4b08-b8bd-7a4a5ed792e2
2022-04-28T08:25:45.109Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 563b1b16-399a-4c15-8488-2c6118d99cf7
2022-04-28T08:25:45.110Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0
2022-04-28T08:25:45.119Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-28T08:25:45.172Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b/model-vers/model-ver/23407bb6-4fec-4b47-b6e7-53f559ce59ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?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-04-28T08:25:45.174Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||Invoke
2022-04-28T08:25:46.705Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?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-04-28T08:25:46.706Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||Invoke
2022-04-28T08:25:48.238Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?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-04-28T08:25:48.241Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||Invoke
2022-04-28T08:25:49.273Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:25:49.275Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?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-04-28T08:25:49.275Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:25:49.275Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?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-04-28T08:25:49.280Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?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-04-28T08:25:49.280Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f2ff856-d2a0-48f4-9298-b799e5a36f2d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:25:49.281Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T08:25:49.282Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:25:49.284Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:25:49.284Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|DEBUG|500||try to send status {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134349281,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T08:25:49.385Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:25:49.386Z||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-04-28T08:25:49.386Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:25:49.402Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:25:49.403Z||pool-186-thread-1|||||INFO|500||cambria reply ok (18 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-04-28T08:25:50.301Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:25:50.302Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?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-04-28T08:25:50.302Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:26:00.562Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:26:00.563Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:26:00.563Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?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-04-28T08:26:00.563Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:26:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:26:01.927Z||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-04-28T08:26:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:26:02.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:26:02.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T08:26:02.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f2ff856-d2a0-48f4-9298-b799e5a36f2d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651134349281,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T08:26:02.583Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:26:10.112Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:26:10.113Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:26:10.114Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?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-04-28T08:26:10.114Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:26:19.664Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:26:19.665Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:26:19.666Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?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-04-28T08:26:19.666Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:26:29.210Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:27:01.919Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:27:01.920Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:27:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:27:01.926Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:27:01.930Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T08:27:01.931Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:27:11.480Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:27:11.484Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:28:01.920Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:28:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:28:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:28:01.960Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:28:01.961Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?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-04-28T08:28:01.962Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:28:11.513Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:28:11.529Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:29:01.920Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:29:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:29:01.922Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:29:01.928Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:29:01.929Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?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-04-28T08:29:01.929Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:29:11.477Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:29:11.484Z|0f2ff856-d2a0-48f4-9298-b799e5a36f2d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/563b1b16-399a-4c15-8488-2c6118d99cf7/model-vers/model-ver/c16d0699-fd37-4b08-b8bd-7a4a5ed792e2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:30:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:30:01.924Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:30:01.925Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:30:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:30:01.927Z||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-04-28T08:30:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:30:11.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:30:11.470Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:31:01.919Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:31:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:31:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:31:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:31:01.927Z||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-04-28T08:31:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:31:11.485Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:31:11.490Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:32:01.920Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:32:01.921Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T08:32:01.921Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:32:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:32:01.927Z||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-04-28T08:32:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:32:11.467Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:32:11.491Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:33:01.919Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:33:01.921Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T08:33:01.921Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:33:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:33:01.927Z||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-04-28T08:33:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:33:11.491Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:33:11.495Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:34:01.919Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:34:01.921Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T08:34:01.921Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:34:01.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:34:01.928Z||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-04-28T08:34:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:34:11.472Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:34:11.473Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:35:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:35:01.921Z||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-04-28T08:35:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:35:01.927Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:35:01.928Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:35:01.928Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:35:11.508Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:35:11.508Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:36:01.919Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:36:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:36:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:36:01.926Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:36:01.927Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?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-04-28T08:36:01.927Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:36:11.476Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:36:11.476Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:37:01.920Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:37:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:37:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:37:01.926Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:37:01.927Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?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-04-28T08:37:01.927Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:37:11.470Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:37:11.501Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:38:01.919Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:38:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:38:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:38:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:38:01.927Z||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-04-28T08:38:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:38:11.460Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:38:11.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:39:01.920Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:39:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:39:01.922Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:39:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:39:01.927Z||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-04-28T08:39:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:39:11.464Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:39:11.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:40:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:40:01.926Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:40:01.930Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:40:01.930Z||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-04-28T08:40:01.930Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:40:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:40:11.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:40:11.501Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:41:01.920Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:41:01.924Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:41:01.924Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:41:01.926Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:41:01.927Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?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-04-28T08:41:01.927Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:41:11.466Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:41:11.490Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:42:01.920Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:42:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:42:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:42:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:42:01.927Z||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-04-28T08:42:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:42:11.465Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:42:11.491Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:43:01.919Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:43:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:43:01.921Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:43:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:43:01.927Z||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-04-28T08:43:01.927Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:43:02.547Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:43:02.548Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||received message from topic
2022-04-28T08:43:02.549Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"dc34272f-649f-4d2a-a9a1-da8b11c129ec","serviceName":"Demo_pNF_3HroXhrzquZGfeTMaber","serviceVersion":"1.0","serviceUUID":"b306cbb7-42f5-4b9d-9106-5d98f2ab9d61","serviceDescription":"catalog service description","serviceInvariantUUID":"2f98abe0-b53f-408d-8fe9-b597f839017d","resources":[{"resourceInstanceName":"pNF 4ecbfabd-9cc2 0","resourceName":"pNF 4ecbfabd-9cc2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"83d8189b-2247-4aa2-ad10-416c413d42cf","resourceInvariantUUID":"bd0b9d67-e05c-4fc7-8f05-07c61d88c04e","resourceCustomizationUUID":"bb6c9977-434e-47e0-95de-e6232a36644d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vf-license-model.xml","artifactChecksum":"Mzg2OTUxMWU4ZTRiZmJlNGJiYjZmZmQ2Zjg1NzdjMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d2660c5-c6ec-401a-9b50-d442d36f00c9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/pNF.csar","artifactChecksum":"NjYwM2UxYjZhOGI2ZDY1YjAxZWIxODc2NWVmZmM5NmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7e4bfab-bb60-4e72-80ff-c4a212820df3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17c35308-aac6-410f-877c-bcaf2e1394ef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vendor-license-model.xml","artifactChecksum":"MTI4MzE2N2Q5MGQ0MDZlZWY0OGY4YTE0ZGE2MmQ5Y2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"26fc8e7b-7778-4a54-8efa-a45014ee7f66","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4754987-69c7-44aa-8f6c-445c7100b1bb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"151c3f72-6b26-4bfd-8394-3abc113fc0ff","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3hroxhrzquzgfetmaber-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-template.yml","artifactChecksum":"MzU2ZGQzODVhMWU2NWQ5NGI0MzkzMjZjMmZlNmVkY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16d454ea-9dc0-483b-97b5-acdd71471169","artifactVersion":"1"},{"artifactName":"service-DemoPnf3hroxhrzquzgfetmaber-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar","artifactChecksum":"YWUwODFiYTkyNzg4ZDI4NmM1MGRiNGJhMjIwZDM4YTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28fa11ee-ac89-4348-9ad9-db93e15d694c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T08:43:02.550Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:43:02.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "cds",
  "timestamp": 1651135354911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.553Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:43:02.554Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:43:02.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651135358068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.558Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:43:02.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "cds",
  "timestamp": 1651135354911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.559Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||try to send status {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651135357973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651135358068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "cds",
  "timestamp": 1651135354911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651135357973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651135358068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "cds",
  "timestamp": 1651135354911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651135357973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651135358068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "cds",
  "timestamp": 1651135354911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651135357973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651135358068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "cds",
  "timestamp": 1651135354911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651135357973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651135358068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-28T08:43:02.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "cds",
  "timestamp": 1651135354911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651135357973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651135358068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "cds",
  "timestamp": 1651135354911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:43:02.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651135357973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651135358068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651135357973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:43:02.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "cds",
  "timestamp": 1651135366402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:43:02.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:43:02.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "policy-id",
  "timestamp": 1651135366224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "clamp",
  "timestamp": 1651135366753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651135368361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:43:02.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:43:02.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "policy-id",
  "timestamp": 1651135366224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "cds",
  "timestamp": 1651135367409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-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-04-28T08:43:02.591Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc34272f-649f-4d2a-a9a1-da8b11c129ec
2022-04-28T08:43:02.592Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc34272f-649f-4d2a-a9a1-da8b11c129ec 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-04-28T08:43:02.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "clamp",
  "timestamp": 1651135366753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "policy-id",
  "timestamp": 1651135366224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651135369388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T08:43:02.610Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:43:02.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "clamp",
  "timestamp": 1651135366753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "policy-id",
  "timestamp": 1651135366224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651135370391,
  "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-04-28T08:43:02.618Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dc34272f-649f-4d2a-a9a1-da8b11c129ec
2022-04-28T08:43:02.618Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc34272f-649f-4d2a-a9a1-da8b11c129ec 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-04-28T08:43:02.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "clamp",
  "timestamp": 1651135366753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "policy-id",
  "timestamp": 1651135366224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "clamp",
  "timestamp": 1651135366753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "policy-id",
  "timestamp": 1651135366224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "clamp",
  "timestamp": 1651135366753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "policy-id",
  "timestamp": 1651135366224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "clamp",
  "timestamp": 1651135366753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "policy-id",
  "timestamp": 1651135366224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:43:02.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "clamp",
  "timestamp": 1651135366753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:43:02.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651135374076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "policy-id",
  "timestamp": 1651135375251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:43:02.643Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:43:02.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651135374076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "policy-id",
  "timestamp": 1651135376258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:43:02.643Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:43:02.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "aai-ml",
  "timestamp": 1651135376081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651135374076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "policy-id",
  "timestamp": 1651135377261,
  "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-04-28T08:43:02.651Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc34272f-649f-4d2a-a9a1-da8b11c129ec
2022-04-28T08:43:02.651Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc34272f-649f-4d2a-a9a1-da8b11c129ec 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-04-28T08:43:02.658Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:43:02.659Z||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-04-28T08:43:02.659Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:43:02.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "aai-ml",
  "timestamp": 1651135376081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651135374076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "aai-ml",
  "timestamp": 1651135376081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651135374076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "aai-ml",
  "timestamp": 1651135376081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651135374076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "aai-ml",
  "timestamp": 1651135376081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651135374076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "aai-ml",
  "timestamp": 1651135376081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:02.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:43:02.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651135374076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:43:02.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:43:02.671Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:43:02.672Z||pool-187-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:43:03.560Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:43:03.561Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:43:03.564Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:43:03.565Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||try to send status {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:03.664Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:43:03.665Z||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-04-28T08:43:03.665Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:43:03.677Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:43:03.678Z||pool-188-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:43:04.565Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:43:04.566Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:43:04.570Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:43:04.570Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||try to send status {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:04.670Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:43:04.671Z||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-04-28T08:43:04.672Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:43:04.685Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:43:04.686Z||pool-189-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:43:05.572Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:43:05.768Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:43:05.807Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:43:05.808Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||try to send status {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:05.884Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2022-04-28T08:43:05.885Z||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-04-28T08:43:05.885Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:43:05.918Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:43:05.919Z||pool-190-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-04-28T08:43:06.809Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:43:06.810Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:43:06.813Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:43:06.813Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||try to send status {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:06.914Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:43:06.915Z||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-04-28T08:43:06.915Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:43:06.928Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:43:06.928Z||pool-191-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:43:07.814Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:43:07.815Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:43:07.818Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:43:07.818Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||try to send status {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:07.919Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:43:07.920Z||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-04-28T08:43:07.920Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:43:07.937Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:43:07.938Z||pool-192-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-28T08:43:08.819Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:43:08.825Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:43:08.828Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:43:08.828Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||try to send status {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:43:08.928Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:43:08.930Z||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-04-28T08:43:08.930Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:43:08.943Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:43:08.944Z||pool-193-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:43:09.829Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:43:09.836Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:43:09.841Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:43:09.842Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||try to send status {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:43:09.939Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-28T08:43:09.941Z||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-04-28T08:43:09.941Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:43:09.953Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:43:09.953Z||pool-194-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:43:10.843Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "serviceName": "Demo_pNF_3HroXhrzquZGfeTMaber",
  "serviceVersion": "1.0",
  "serviceUUID": "b306cbb7-42f5-4b9d-9106-5d98f2ab9d61",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2f98abe0-b53f-408d-8fe9-b597f839017d",
  "resources": [
    {
      "resourceInstanceName": "pNF 4ecbfabd-9cc2 0",
      "resourceCustomizationUUID": "bb6c9977-434e-47e0-95de-e6232a36644d",
      "resourceName": "pNF 4ecbfabd-9cc2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "83d8189b-2247-4aa2-ad10-416c413d42cf",
      "resourceInvariantUUID": "bd0b9d67-e05c-4fc7-8f05-07c61d88c04e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
      "artifactChecksum": "YWUwODFiYTkyNzg4ZDI4NmM1MGRiNGJhMjIwZDM4YTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "28fa11ee-ac89-4348-9ad9-db93e15d694c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T08:43:10.844Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T08:43:10.844Z|2e9d9573-97b8-405e-b823-cd613830be02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b306cbb7-42f5-4b9d-9106-5d98f2ab9d61 ASDC
2022-04-28T08:43:10.845Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||ASDC Notification:
DistributionID:dc34272f-649f-4d2a-a9a1-da8b11c129ec
ServiceName:Demo_pNF_3HroXhrzquZGfeTMaber
ServiceVersion:1.0
ServiceUUID:b306cbb7-42f5-4b9d-9106-5d98f2ab9d61
ServiceInvariantUUID:2f98abe0-b53f-408d-8fe9-b597f839017d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf3hroxhrzquzgfetmaber-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar
ArtifactUUID:28fa11ee-ac89-4348-9ad9-db93e15d694c
ArtifactChecksum:YWUwODFiYTkyNzg4ZDI4NmM1MGRiNGJhMjIwZDM4YTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4ecbfabd-9cc2 0
ResourceCustomizationUUID:bb6c9977-434e-47e0-95de-e6232a36644d
ResourceInvariantUUID:bd0b9d67-e05c-4fc7-8f05-07c61d88c04e
ResourceName:pNF 4ecbfabd-9cc2
ResourceType:PNF
ResourceUUID:83d8189b-2247-4aa2-ad10-416c413d42cf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-28T08:43:10.846Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b306cbb7-42f5-4b9d-9106-5d98f2ab9d61 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-04-28T08:43:10.883Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T08:43:10.885Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||MSO config path is: /app
2022-04-28T08:43:10.885Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||MSO config path is: /app
2022-04-28T08:43:10.886Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||Trying to download the artifact UUID: 28fa11ee-ac89-4348-9ad9-db93e15d694c from URL: /sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:10.886Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - download
2022-04-28T08:43:10.887Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:11.024Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T08:43:11.030Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar 28fa11ee-ac89-4348-9ad9-db93e15d694c 82620
2022-04-28T08:43:11.031Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar ASDC sendASDCNotification
2022-04-28T08:43:11.036Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:11.036Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T08:43:11.037Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:43:11.041Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:43:11.041Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||try to send status {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135391031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:43:11.141Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:43:11.142Z||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-04-28T08:43:11.142Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:43:11.170Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:43:11.171Z||pool-195-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:43:12.042Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T08:43:12.044Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||MSO config path is: /app
2022-04-28T08:43:12.044Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||Trying to write artifact UUID: 28fa11ee-ac89-4348-9ad9-db93e15d694c, URL: /sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar to file: /app/ASDC/1/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:12.045Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:12.046Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:12.046Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:12.320Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11857641497485668341/Definitions/service-DemoPnf3hroxhrzquzgfetmaber-template.yml
2022-04-28T08:43:13.834Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-28T08:43:13.834Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|WARN|500||####################################################################################################
2022-04-28T08:43:13.835Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:13.835Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-28T08:43:13.835Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4ecbfabd-9cc2 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-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:13.835Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:13.835Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:13.835Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:13.835Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:13.835Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:13.835Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:13.836Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|WARN|500||####################################################################################################
2022-04-28T08:43:13.836Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:43:13.836Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Service Demo_pNF_3HroXhrzquZGfeTMaber is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:43:13.836Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Node template pNF 4ecbfabd-9cc2 0 is matching search criteria
2022-04-28T08:43:13.837Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T08:43:13.837Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Found topology templates [pNF 4ecbfabd-9cc2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T08:43:13.837Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:43:13.838Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Service Demo_pNF_3HroXhrzquZGfeTMaber is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:43:13.838Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Node template pNF 4ecbfabd-9cc2 0 is matching search criteria
2022-04-28T08:43:13.838Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T08:43:13.838Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Found topology templates [pNF 4ecbfabd-9cc2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T08:43:13.838Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:43:13.838Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Service Demo_pNF_3HroXhrzquZGfeTMaber is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:43:13.839Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:43:13.839Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Service Demo_pNF_3HroXhrzquZGfeTMaber is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:43:13.839Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:43:13.839Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Service Demo_pNF_3HroXhrzquZGfeTMaber is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:43:13.839Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:43:13.839Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Service Demo_pNF_3HroXhrzquZGfeTMaber is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:43:13.840Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:43:13.840Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Service Demo_pNF_3HroXhrzquZGfeTMaber is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:43:13.840Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_3HroXhrzquZGfeTMaber
Description:catalog service description
Model UUID:b306cbb7-42f5-4b9d-9106-5d98f2ab9d61
Model Version:NULL
Model InvariantUuid:2f98abe0-b53f-408d-8fe9-b597f839017d
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-04-28T08:43:13.854Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 83d8189b-2247-4aa2-ad10-416c413d42cf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T08:43:13.861Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||pNF 4ecbfabd-9cc2 0
2022-04-28T08:43:13.862Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 83d8189b-2247-4aa2-ad10-416c413d42cf
2022-04-28T08:43:13.862Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||No resources found for Service: b306cbb7-42f5-4b9d-9106-5d98f2ab9d61
2022-04-28T08:43:13.862Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Preparing to deploy Service: b306cbb7-42f5-4b9d-9106-5d98f2ab9d61
2022-04-28T08:43:13.862Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4ecbfabd-9cc2 0 83d8189b-2247-4aa2-ad10-416c413d42cf 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-04-28T08:43:13.870Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bff1592, org.onap.sdc.toscaparser.api.parameters.Input@5fac9aaa, org.onap.sdc.toscaparser.api.parameters.Input@1de46dda, org.onap.sdc.toscaparser.api.parameters.Input@599e4bf3, org.onap.sdc.toscaparser.api.parameters.Input@5a4e86d7]
2022-04-28T08:43:13.871Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:43:13.871Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Service Demo_pNF_3HroXhrzquZGfeTMaber is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:43:13.872Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500|| resourceSeq for service uuid b306cbb7-42f5-4b9d-9106-5d98f2ab9d61: pNF 4ecbfabd-9cc2
2022-04-28T08:43:13.872Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||Processing PNF resource: 83d8189b-2247-4aa2-ad10-416c413d42cf
2022-04-28T08:43:13.873Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:43:13.873Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Service Demo_pNF_3HroXhrzquZGfeTMaber is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:43:13.873Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||Resource customization UUID: bb6c9977-434e-47e0-95de-e6232a36644d is the same as notified resource customizationUUID: bb6c9977-434e-47e0-95de-e6232a36644d
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-04-28T08:43:13.922Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4ecbfabd-9cc2 83d8189b-2247-4aa2-ad10-416c413d42cf 0 ASDC deployResourceStructure
2022-04-28T08:43:13.923Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar ASDC sendASDCNotification
2022-04-28T08:43:13.923Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar
2022-04-28T08:43:13.923Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T08:43:13.923Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:43:13.926Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:43:13.926Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||try to send status {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135393923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:43:14.027Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:43:14.028Z||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-04-28T08:43:14.028Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:43:14.040Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:43:14.040Z||pool-196-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:43:14.927Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc34272f-649f-4d2a-a9a1-da8b11c129ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:43:14.946Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc34272f-649f-4d2a-a9a1-da8b11c129ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:43:14.950Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:43:14.950Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:43:14.951Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:43:44.951Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc34272f-649f-4d2a-a9a1-da8b11c129ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:43:44.965Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc34272f-649f-4d2a-a9a1-da8b11c129ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:43:44.968Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:43:44.968Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:43:44.968Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:44:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:44:01.927Z||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-04-28T08:44:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:44:02.053Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:44:02.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:44:02.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:44:02.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:44:14.968Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc34272f-649f-4d2a-a9a1-da8b11c129ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:44:14.983Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc34272f-649f-4d2a-a9a1-da8b11c129ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:44:14.987Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:44:14.988Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:44:14.988Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:44:44.989Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc34272f-649f-4d2a-a9a1-da8b11c129ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:44:45.003Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc34272f-649f-4d2a-a9a1-da8b11c129ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:44:45.006Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:44:45.006Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T08:44:45.006Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T08:45:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:45:01.928Z||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-04-28T08:45:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:45:02.450Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:45:02.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "aai-ml",
  "timestamp": 1651135376081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:45:02.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:45:02.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651135383481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:45:02.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:45:02.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:45:02.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:45:02.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "aai-ml",
  "timestamp": 1651135376081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:45:02.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:45:02.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:45:02.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:45:02.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "aai-ml",
  "timestamp": 1651135385197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:45:02.457Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:45:02.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651135385510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:45:02.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:45:02.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:45:02.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:45:02.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "clamp",
  "timestamp": 1651135386843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:45:02.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:45:02.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651135386515,
  "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-04-28T08:45:02.481Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc34272f-649f-4d2a-a9a1-da8b11c129ec
2022-04-28T08:45:02.482Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc34272f-649f-4d2a-a9a1-da8b11c129ec 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-04-28T08:45:02.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:45:02.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:45:02.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/resourceInstances/pnf4ecbfabd9cc20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:45:02.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:45:02.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "clamp",
  "timestamp": 1651135388850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:45:02.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:45:02.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:45:02.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:45:02.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "clamp",
  "timestamp": 1651135389854,
  "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-04-28T08:45:02.504Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc34272f-649f-4d2a-a9a1-da8b11c129ec
2022-04-28T08:45:02.504Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc34272f-649f-4d2a-a9a1-da8b11c129ec 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-04-28T08:45:02.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135381919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:45:02.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T08:45:02.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "aai-ml",
  "timestamp": 1651135390473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T08:45:02.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:45:02.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135391031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:45:02.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:45:02.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "aai-ml",
  "timestamp": 1651135391477,
  "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-04-28T08:45:02.525Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dc34272f-649f-4d2a-a9a1-da8b11c129ec
2022-04-28T08:45:02.526Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc34272f-649f-4d2a-a9a1-da8b11c129ec 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-04-28T08:45:02.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:45:02.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135393923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3hroxhrzquzgfetmaber/1.0/artifacts/service-DemoPnf3hroxhrzquzgfetmaber-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:45:02.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:45:15.006Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc34272f-649f-4d2a-a9a1-da8b11c129ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:45:15.025Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc34272f-649f-4d2a-a9a1-da8b11c129ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:45:15.029Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:45:15.029Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T08:45:15.029Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T08:45:15.030Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T08:45:15.030Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T08:45:15.030Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T08:45:15.030Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?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-04-28T08:45:15.037Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T08:45:45.038Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: dc34272f-649f-4d2a-a9a1-da8b11c129ec 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-04-28T08:45:45.048Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc34272f-649f-4d2a-a9a1-da8b11c129ec and serviceModelVersionId: b306cbb7-42f5-4b9d-9106-5d98f2ab9d61
2022-04-28T08:45:45.049Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f98abe0-b53f-408d-8fe9-b597f839017d
2022-04-28T08:45:45.051Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0
2022-04-28T08:45:45.064Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edcacf15-6612-4480-b4fb-fc0743cb1626/model-vers/model-ver/36076bc4-3c2d-432d-b7dc-b0f7ff66e993?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-28T08:45:45.136Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Invoke
2022-04-28T08:45:45.137Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc34272f-649f-4d2a-a9a1-da8b11c129ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7e746c6e-d4cc-4f4b-94d0-9fd418be1f6c], X-ECOMP-RequestID=[dc34272f-649f-4d2a-a9a1-da8b11c129ec], X-TransactionId=[], X-ONAP-RequestID=[dc34272f-649f-4d2a-a9a1-da8b11c129ec], Content-Type=[application/merge-patch+json]}
2022-04-28T08:45:46.673Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Invoke
2022-04-28T08:45:46.674Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc34272f-649f-4d2a-a9a1-da8b11c129ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b356526-bdbb-4af3-9b93-943b414ece13], X-ECOMP-RequestID=[dc34272f-649f-4d2a-a9a1-da8b11c129ec], X-TransactionId=[], X-ONAP-RequestID=[dc34272f-649f-4d2a-a9a1-da8b11c129ec], Content-Type=[application/merge-patch+json]}
2022-04-28T08:45:48.213Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Invoke
2022-04-28T08:45:48.213Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc34272f-649f-4d2a-a9a1-da8b11c129ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[628275d1-b1f1-4909-8ded-092e877dece2], X-ECOMP-RequestID=[dc34272f-649f-4d2a-a9a1-da8b11c129ec], X-TransactionId=[], X-ONAP-RequestID=[dc34272f-649f-4d2a-a9a1-da8b11c129ec], Content-Type=[application/merge-patch+json]}
2022-04-28T08:45:49.242Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:45:49.243Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?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-04-28T08:45:49.243Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:45:49.244Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?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-04-28T08:45:49.252Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?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-04-28T08:45:49.253Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc34272f-649f-4d2a-a9a1-da8b11c129ec and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:45:49.253Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T08:45:49.256Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:45:49.262Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:45:49.263Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||try to send status {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135549253,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T08:45:49.362Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:45:49.363Z||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-04-28T08:45:49.364Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:45:49.379Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:45:49.380Z||pool-197-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T08:45:50.279Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:45:50.280Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?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-04-28T08:45:50.280Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:46:00.502Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:46:00.503Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:46:00.503Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?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-04-28T08:46:00.503Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:46:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:46:01.927Z||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-04-28T08:46:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:46:02.552Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:46:02.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T08:46:02.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc34272f-649f-4d2a-a9a1-da8b11c129ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651135549253,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T08:46:02.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:46:10.046Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:46:10.047Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:46:10.048Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?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-04-28T08:46:10.048Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:46:19.582Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:47:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:47:01.921Z||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-04-28T08:47:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:47:01.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:47:01.928Z||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-04-28T08:47:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:47:11.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:47:11.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:48:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:48:01.923Z||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-04-28T08:48:01.923Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:48:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:48:01.927Z||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-04-28T08:48:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:48:11.510Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:48:11.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:49:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:49:01.921Z||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-04-28T08:49:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:49:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:49:01.927Z||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-04-28T08:49:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:49:11.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:49:11.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:50:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:50:01.921Z||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-04-28T08:50:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:50:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:50:01.927Z||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-04-28T08:50:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:50:11.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:50:11.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:51:01.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:51:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:51:01.927Z||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-04-28T08:51:01.927Z||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-04-28T08:51:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:51:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:51:11.471Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:51:11.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:52:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:52:01.921Z||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-04-28T08:52:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:52:01.929Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:52:01.930Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T08:52:01.930Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:52:11.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:52:11.471Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:53:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:53:01.922Z||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-04-28T08:53:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:53:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:53:01.928Z||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-04-28T08:53:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:53:11.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:53:11.492Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:54:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:54:01.921Z||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-04-28T08:54:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:54:01.927Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:54:01.928Z||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-04-28T08:54:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:54:11.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:54:11.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:55:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:55:01.921Z||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-04-28T08:55:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:55:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:55:01.927Z||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-04-28T08:55:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:55:11.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:55:11.461Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:56:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:56:01.921Z||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-04-28T08:56:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:56:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:56:01.927Z||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-04-28T08:56:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:56:11.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:56:11.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:57:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:57:01.920Z||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-04-28T08:57:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:57:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:57:01.927Z||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-04-28T08:57:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:57:11.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:57:11.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:58:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:58:01.921Z||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-04-28T08:58:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:58:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:58:01.927Z||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-04-28T08:58:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:58:11.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:58:11.477Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:59:01.921Z||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-04-28T08:59:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T08:59:01.926Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T08:59:01.927Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?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-04-28T08:59:01.927Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T08:59:02.560Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:02.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:02.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T08:59:02.562Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5fc6178b-0d0a-4af4-964e-ef350b7b0f8e","serviceName":"Demo_pNF_ziwMVT0SUVP2u164JNMf","serviceVersion":"1.0","serviceUUID":"9170107d-dc1f-486f-9b60-29cf703bbaa6","serviceDescription":"catalog service description","serviceInvariantUUID":"7269bd82-c774-48a6-9fb5-5ce3b7c28eab","resources":[{"resourceInstanceName":"pNF 44253588-c4fa 0","resourceName":"pNF 44253588-c4fa","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9fc971e3-ba4c-4c3b-bae0-9fafbaac1b70","resourceInvariantUUID":"f8484e5f-8a26-4365-9c5e-c1a3b1a0babe","resourceCustomizationUUID":"50c50740-fe52-4728-bbf3-df6cd64b8103","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vf-license-model.xml","artifactChecksum":"MDg3ZTNiMTVlYmEzNjkwNTA5ZjcyOGQ1YzE0MWMxYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc89d094-9b89-4c9f-b460-8e60fa43442a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/pNF.csar","artifactChecksum":"NjYwM2UxYjZhOGI2ZDY1YjAxZWIxODc2NWVmZmM5NmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"395514d5-e79c-4c3a-9eb0-98454b64cecf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95473ab2-d645-4615-91c7-a9f0addc93e5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vendor-license-model.xml","artifactChecksum":"MjJiNGQzNjc3NDNlNWVlY2M0NjRlMTg1MDJmNjk3YWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"41eb3d24-fbf1-4ebf-a42e-bf396f79ae3c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3c0f760-7ce8-4780-aa87-1c9dfcb66aac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"597818bf-4c87-4461-a59c-a6b2d3c644b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZiwmvt0suvp2u164jnmf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-template.yml","artifactChecksum":"MjY1NGJmNzMxODYzM2U3MzY4M2QzMGI5Y2Y0NGZiYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d9e4834-90a6-4682-a2b8-b34a2d968cc5","artifactVersion":"1"},{"artifactName":"service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar","artifactChecksum":"ZjQxMzMzYmM5MzcyZDIxMTQ5YWI3OWYwNzk2NmRjOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"23f48090-50d8-42a3-a9bd-542c007bcaea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T08:59:02.562Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "aai-ml",
  "timestamp": 1651136306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.564Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.564Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.564Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651136304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.565Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.565Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.565Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "policy-id",
  "timestamp": 1651136306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.565Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.565Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.565Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "aai-ml",
  "timestamp": 1651136306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.565Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.565Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.566Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651136304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.566Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.566Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.566Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "policy-id",
  "timestamp": 1651136306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.566Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.566Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.566Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "aai-ml",
  "timestamp": 1651136306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.567Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.567Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.567Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651136304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.567Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.567Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:59:02.567Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.567Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "policy-id",
  "timestamp": 1651136306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.568Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.568Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.568Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "aai-ml",
  "timestamp": 1651136306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.568Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.568Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.568Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651136304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.568Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-28T08:59:02.568Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.568Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.568Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "policy-id",
  "timestamp": 1651136306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.568Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.568Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.568Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "cds",
  "timestamp": 1651136314913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.569Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.569Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.569Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "aai-ml",
  "timestamp": 1651136306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.569Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.569Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.569Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651136304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.569Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.569Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.569Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "policy-id",
  "timestamp": 1651136306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.569Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.570Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.570Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "cds",
  "timestamp": 1651136314913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.570Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.570Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.570Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "aai-ml",
  "timestamp": 1651136306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.570Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.570Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.570Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651136304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.570Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.570Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.571Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "policy-id",
  "timestamp": 1651136306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.571Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.571Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.571Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "cds",
  "timestamp": 1651136314913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.571Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.571Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.571Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651136318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.571Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.571Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.571Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "aai-ml",
  "timestamp": 1651136306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.571Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.572Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.572Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651136317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.572Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.572Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.572Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651136304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.572Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.572Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.572Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "policy-id",
  "timestamp": 1651136306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.572Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.572Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.573Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "cds",
  "timestamp": 1651136314913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.573Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.573Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.573Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651136318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.573Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.573Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.573Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651136317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.573Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.573Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.573Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "aai-ml",
  "timestamp": 1651136306081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:59:02.574Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.574Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.574Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651136304076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:59:02.574Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.574Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.574Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "policy-id",
  "timestamp": 1651136306224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:59:02.574Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.574Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:59:02.575Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.575Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.575Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "cds",
  "timestamp": 1651136314913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.575Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.575Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.575Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651136318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.575Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.575Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.575Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651136317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.576Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.576Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.576Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651136320607,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:59:02.576Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:59:02.576Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.576Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "policy-id",
  "timestamp": 1651136320784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:59:02.577Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:59:02.577Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.577Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "aai-ml",
  "timestamp": 1651136320683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:59:02.577Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:59:02.577Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.577Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "cds",
  "timestamp": 1651136314913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.577Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.577Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.577Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651136318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.577Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.577Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.578Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651136317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.578Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.578Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.578Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "policy-id",
  "timestamp": 1651136321789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:59:02.578Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:59:02.578Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.578Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "cds",
  "timestamp": 1651136314913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.578Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.578Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.578Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651136318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.579Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.579Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.579Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651136317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.579Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.579Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.579Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651136322503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:59:02.579Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:59:02.579Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.579Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "policy-id",
  "timestamp": 1651136322791,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T08:59:02.616Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e
2022-04-28T08:59:02.617Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e 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-04-28T08:59:02.636Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.637Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "cds",
  "timestamp": 1651136314913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:59:02.637Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.637Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.637Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651136318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-28T08:59:02.638Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.638Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.638Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651136317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.638Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.638Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.638Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651136323507,
  "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-04-28T08:59:02.645Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e
2022-04-28T08:59:02.645Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e 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-04-28T08:59:02.670Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.670Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651136318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.670Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.670Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.670Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "cds",
  "timestamp": 1651136323751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:59:02.670Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:59:02.671Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.671Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651136317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.671Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.671Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.671Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651136318068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.671Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.671Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.671Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "cds",
  "timestamp": 1651136324763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-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-04-28T08:59:02.674Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:59:02.675Z||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-04-28T08:59:02.675Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:59:02.676Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e
2022-04-28T08:59:02.676Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e 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-04-28T08:59:02.685Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.685Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651136317973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:59:02.685Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.685Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.685Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "aai-ml",
  "timestamp": 1651136325923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T08:59:02.685Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:59:02.686Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.686Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651136326860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:59:02.686Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:59:02.686Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.686Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "clamp",
  "timestamp": 1651136326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.686Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.686Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.686Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "aai-ml",
  "timestamp": 1651136326927,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
2022-04-28T08:59:02.687Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:02.687Z||pool-198-thread-1|||||INFO|500||cambria reply ok (13 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=?
2022-04-28T08:59:02.691Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e
2022-04-28T08:59:02.692Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e 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-04-28T08:59:02.700Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.700Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651136327875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T08:59:02.700Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:59:02.701Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.701Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "clamp",
  "timestamp": 1651136326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.701Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.701Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.701Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651136328878,
  "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-04-28T08:59:02.707Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e
2022-04-28T08:59:02.707Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e 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-04-28T08:59:02.717Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.717Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "clamp",
  "timestamp": 1651136326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.718Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.718Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.718Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "clamp",
  "timestamp": 1651136326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.718Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.718Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.718Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "clamp",
  "timestamp": 1651136326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.719Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.719Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.719Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "clamp",
  "timestamp": 1651136326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.719Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.719Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.719Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "clamp",
  "timestamp": 1651136326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:02.719Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.719Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.720Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "clamp",
  "timestamp": 1651136326753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:59:02.720Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T08:59:02.720Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.720Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "clamp",
  "timestamp": 1651136339010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:59:02.720Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:59:02.720Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.720Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "clamp",
  "timestamp": 1651136341019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:59:02.721Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T08:59:02.721Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||received message from topic
2022-04-28T08:59:02.721Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "clamp",
  "timestamp": 1651136342023,
  "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-04-28T08:59:02.727Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e
2022-04-28T08:59:02.728Z|dc34272f-649f-4d2a-a9a1-da8b11c129ec|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f98abe0-b53f-408d-8fe9-b597f839017d/model-vers/model-ver/b306cbb7-42f5-4b9d-9106-5d98f2ab9d61?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e 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-04-28T08:59:03.576Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:59:03.583Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-28T08:59:03.586Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:59:03.587Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:03.687Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:59:03.688Z||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-04-28T08:59:03.689Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:59:03.710Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:03.711Z||pool-199-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:59:04.587Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:59:04.588Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-28T08:59:04.596Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:59:04.597Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:04.697Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:59:04.698Z||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-04-28T08:59:04.698Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:59:04.711Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:04.712Z||pool-200-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:59:05.598Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:59:05.605Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-28T08:59:05.609Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:59:05.609Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:05.708Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:59:05.709Z||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-04-28T08:59:05.710Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:59:05.725Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:05.725Z||pool-201-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-28T08:59:06.610Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:59:06.611Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-28T08:59:06.614Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:59:06.614Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:06.714Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:59:06.716Z||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-04-28T08:59:06.716Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:59:06.728Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:06.729Z||pool-202-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-28T08:59:07.616Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:59:07.617Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-28T08:59:07.620Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:59:07.621Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:07.720Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:59:07.722Z||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-04-28T08:59:07.722Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:59:07.735Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:07.736Z||pool-203-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-28T08:59:08.621Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:59:08.622Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-28T08:59:08.625Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:59:08.625Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T08:59:08.725Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:59:08.726Z||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-04-28T08:59:08.726Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:59:08.738Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:08.738Z||pool-204-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:59:09.626Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T08:59:09.627Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-28T08:59:09.630Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:59:09.630Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T08:59:09.731Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T08:59:09.732Z||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-04-28T08:59:09.733Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:59:09.745Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:09.746Z||pool-205-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:59:10.632Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "serviceName": "Demo_pNF_ziwMVT0SUVP2u164JNMf",
  "serviceVersion": "1.0",
  "serviceUUID": "9170107d-dc1f-486f-9b60-29cf703bbaa6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7269bd82-c774-48a6-9fb5-5ce3b7c28eab",
  "resources": [
    {
      "resourceInstanceName": "pNF 44253588-c4fa 0",
      "resourceCustomizationUUID": "50c50740-fe52-4728-bbf3-df6cd64b8103",
      "resourceName": "pNF 44253588-c4fa",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9fc971e3-ba4c-4c3b-bae0-9fafbaac1b70",
      "resourceInvariantUUID": "f8484e5f-8a26-4365-9c5e-c1a3b1a0babe",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
      "artifactChecksum": "ZjQxMzMzYmM5MzcyZDIxMTQ5YWI3OWYwNzk2NmRjOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "23f48090-50d8-42a3-a9bd-542c007bcaea"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T08:59:10.633Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T08:59:10.633Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9170107d-dc1f-486f-9b60-29cf703bbaa6 ASDC
2022-04-28T08:59:10.634Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5fc6178b-0d0a-4af4-964e-ef350b7b0f8e
ServiceName:Demo_pNF_ziwMVT0SUVP2u164JNMf
ServiceVersion:1.0
ServiceUUID:9170107d-dc1f-486f-9b60-29cf703bbaa6
ServiceInvariantUUID:7269bd82-c774-48a6-9fb5-5ce3b7c28eab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
ArtifactUUID:23f48090-50d8-42a3-a9bd-542c007bcaea
ArtifactChecksum:ZjQxMzMzYmM5MzcyZDIxMTQ5YWI3OWYwNzk2NmRjOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 44253588-c4fa 0
ResourceCustomizationUUID:50c50740-fe52-4728-bbf3-df6cd64b8103
ResourceInvariantUUID:f8484e5f-8a26-4365-9c5e-c1a3b1a0babe
ResourceName:pNF 44253588-c4fa
ResourceType:PNF
ResourceUUID:9fc971e3-ba4c-4c3b-bae0-9fafbaac1b70
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-28T08:59:10.635Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9170107d-dc1f-486f-9b60-29cf703bbaa6 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-04-28T08:59:10.699Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T08:59:10.701Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-28T08:59:10.701Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-28T08:59:10.702Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 23f48090-50d8-42a3-a9bd-542c007bcaea from URL: /sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:10.702Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-28T08:59:10.702Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:10.795Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-28T08:59:10.801Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar 23f48090-50d8-42a3-a9bd-542c007bcaea 82652
2022-04-28T08:59:10.802Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar ASDC sendASDCNotification
2022-04-28T08:59:10.802Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:10.802Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T08:59:10.802Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-28T08:59:10.805Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:59:10.805Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136350801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T08:59:10.906Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T08:59:10.907Z||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-04-28T08:59:10.908Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:59:10.920Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:10.921Z||pool-206-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T08:59:11.806Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T08:59:11.807Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-28T08:59:11.808Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 23f48090-50d8-42a3-a9bd-542c007bcaea, URL: /sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar to file: /app/ASDC/1/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:11.809Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:11.809Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:11.809Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:12.122Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP317578552375854275/Definitions/service-DemoPnfZiwmvt0suvp2u164jnmf-template.yml
2022-04-28T08:59:13.685Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T08:59:13.686Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-28T08:59:13.686Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:13.687Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-28T08:59:13.687Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||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-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:13.687Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:13.687Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||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-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:13.687Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:13.688Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:13.688Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 44253588-c4fa 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-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:13.688Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:13.688Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-28T08:59:13.688Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:59:13.689Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ziwMVT0SUVP2u164JNMf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:59:13.689Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Node template pNF 44253588-c4fa 0 is matching search criteria
2022-04-28T08:59:13.689Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-28T08:59:13.690Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 44253588-c4fa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T08:59:13.690Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:59:13.690Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ziwMVT0SUVP2u164JNMf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:59:13.690Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Node template pNF 44253588-c4fa 0 is matching search criteria
2022-04-28T08:59:13.690Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-28T08:59:13.691Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 44253588-c4fa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T08:59:13.691Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:59:13.691Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ziwMVT0SUVP2u164JNMf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:59:13.691Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:59:13.691Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ziwMVT0SUVP2u164JNMf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:59:13.692Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:59:13.692Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ziwMVT0SUVP2u164JNMf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:59:13.692Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:59:13.693Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ziwMVT0SUVP2u164JNMf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:59:13.693Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:59:13.693Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ziwMVT0SUVP2u164JNMf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:59:13.693Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ziwMVT0SUVP2u164JNMf
Description:catalog service description
Model UUID:9170107d-dc1f-486f-9b60-29cf703bbaa6
Model Version:NULL
Model InvariantUuid:7269bd82-c774-48a6-9fb5-5ce3b7c28eab
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-04-28T08:59:13.704Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9fc971e3-ba4c-4c3b-bae0-9fafbaac1b70
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T08:59:13.711Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||pNF 44253588-c4fa 0
2022-04-28T08:59:13.711Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9fc971e3-ba4c-4c3b-bae0-9fafbaac1b70
2022-04-28T08:59:13.712Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 9170107d-dc1f-486f-9b60-29cf703bbaa6
2022-04-28T08:59:13.712Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9170107d-dc1f-486f-9b60-29cf703bbaa6
2022-04-28T08:59:13.712Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 44253588-c4fa 0 9fc971e3-ba4c-4c3b-bae0-9fafbaac1b70 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-04-28T08:59:13.719Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13b8015b, org.onap.sdc.toscaparser.api.parameters.Input@4e58932e, org.onap.sdc.toscaparser.api.parameters.Input@314906cc, org.onap.sdc.toscaparser.api.parameters.Input@6bbf0035, org.onap.sdc.toscaparser.api.parameters.Input@385e66c0]
2022-04-28T08:59:13.720Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:59:13.720Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ziwMVT0SUVP2u164JNMf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:59:13.720Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9170107d-dc1f-486f-9b60-29cf703bbaa6: pNF 44253588-c4fa
2022-04-28T08:59:13.721Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||Processing PNF resource: 9fc971e3-ba4c-4c3b-bae0-9fafbaac1b70
2022-04-28T08:59:13.721Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T08:59:13.721Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ziwMVT0SUVP2u164JNMf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T08:59:13.721Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||Resource customization UUID: 50c50740-fe52-4728-bbf3-df6cd64b8103 is the same as notified resource customizationUUID: 50c50740-fe52-4728-bbf3-df6cd64b8103
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-04-28T08:59:13.765Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 44253588-c4fa 9fc971e3-ba4c-4c3b-bae0-9fafbaac1b70 0 ASDC deployResourceStructure
2022-04-28T08:59:13.765Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar ASDC sendASDCNotification
2022-04-28T08:59:13.766Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar
2022-04-28T08:59:13.766Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T08:59:13.766Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-28T08:59:13.769Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:59:13.769Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136353765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T08:59:13.869Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T08:59:13.870Z||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-04-28T08:59:13.870Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:59:13.890Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:13.891Z||pool-207-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-28T08:59:14.770Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:59:14.784Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-28T08:59:14.788Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T08:59:14.788Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T08:59:14.789Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T08:59:14.789Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T08:59:14.790Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T08:59:14.790Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T08:59:14.791Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-28T08:59:14.801Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T08:59:44.801Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e 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-04-28T08:59:44.809Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e and serviceModelVersionId: 9170107d-dc1f-486f-9b60-29cf703bbaa6
2022-04-28T08:59:44.810Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7269bd82-c774-48a6-9fb5-5ce3b7c28eab
2022-04-28T08:59:44.811Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0
2022-04-28T08:59:44.834Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T08:59:44.912Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?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-04-28T08:59:44.917Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|INFO|500||Invoke
2022-04-28T08:59:46.454Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?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-04-28T08:59:46.456Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|INFO|500||Invoke
2022-04-28T08:59:47.982Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?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-04-28T08:59:47.984Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|INFO|500||Invoke
2022-04-28T08:59:49.017Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:59:49.018Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?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-04-28T08:59:49.019Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:59:49.019Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?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-04-28T08:59:49.029Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?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-04-28T08:59:49.030Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5fc6178b-0d0a-4af4-964e-ef350b7b0f8e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T08:59:49.030Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T08:59:49.030Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T08:59:49.034Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T08:59:49.035Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136389030,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T08:59:49.134Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T08:59:49.136Z||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-04-28T08:59:49.136Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T08:59:49.155Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T08:59:49.155Z||pool-208-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T09:00:01.919Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T09:00:01.921Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?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-04-28T09:00:01.921Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T09:00:01.926Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T09:00:01.927Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?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-04-28T09:00:01.927Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T09:00:02.043Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T09:00:02.044Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||received message from topic
2022-04-28T09:00:02.045Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T09:00:02.048Z|59dc51df-bdba-4337-b983-9f257f865f1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66c10bc-2a18-46ff-b1bb-1e0b612b4123/model-vers/model-ver/b09f6987-ab57-4640-b722-bcd5824ca451?depth=0|INFO|500||Missing status on Status Object. 
2022-04-28T09:00:11.455Z|5fc6178b-0d0a-4af4-964e-ef350b7b0f8e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7269bd82-c774-48a6-9fb5-5ce3b7c28eab/model-vers/model-ver/9170107d-dc1f-486f-9b60-29cf703bbaa6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T09:01:01.920Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T09:01:01.923Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?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-04-28T09:01:01.923Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T09:01:01.927Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T09:01:01.928Z||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-04-28T09:01:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T09:01:02.449Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T09:01:02.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T09:01:02.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T09:01:02.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T09:01:02.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T09:01:02.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T09:01:02.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T09:01:02.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T09:01:02.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T09:01:02.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T09:01:02.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T09:01:02.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T09:01:02.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T09:01:02.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T09:01:02.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/resourceInstances/pnf44253588c4fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T09:01:02.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T09:01:02.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T09:01:02.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T09:01:02.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T09:01:02.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T09:01:02.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136341919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T09:01:02.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T09:01:02.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T09:01:02.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136350801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T09:01:02.460Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T09:01:02.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T09:01:02.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136353765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiwmvt0suvp2u164jnmf/1.0/artifacts/service-DemoPnfZiwmvt0suvp2u164jnmf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T09:01:02.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T09:01:02.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T09:01:02.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc6178b-0d0a-4af4-964e-ef350b7b0f8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651136389030,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T09:01:02.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T09:01:11.475Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T09:02:01.920Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T09:02:01.922Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?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-04-28T09:02:01.922Z|6f113a91-e0a7-4c39-94f4-f274ed99282f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/557bcb65-2d75-456a-b021-41e09333b8a9/model-vers/model-ver/d861e278-abb6-47e3-a25d-f0bcf58e0142?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T09:02:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T09:02:01.927Z||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-04-28T09:02:01.927Z||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 fYP4hGRopqNy1H43) ...